Index: head/textproc/eruby/Makefile =================================================================== --- head/textproc/eruby/Makefile (revision 43588) +++ head/textproc/eruby/Makefile (revision 43589) @@ -1,52 +1,52 @@ # New ports collection makefile for: eruby # Date created: 14 Aug 2000 # Whom: Akinori MUSHA aka knu # # $FreeBSD$ # PORTNAME= eruby -PORTVERSION= 0.9.3 +PORTVERSION= 0.9.4 CATEGORIES= textproc www ruby MASTER_SITES= http://www.modruby.net/archive/ DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org USE_RUBY= yes .if !defined(NOPORTDOCS) USE_RUBY_RD= yes .endif CONFIGURE_ARGS= --enable-shared --with-charset="${DEFAULT_CHARSET}" INSTALLS_SHLIB= yes DEFAULT_CHARSET?= ISO-8859-1 MAN1= eruby.1 DOCS_EN= COPYING ChangeLog README.en eruby.html eruby.rd DOCS_JA= README.ja do-configure: @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${RUBY} configure.rb ${CONFIGURE_ARGS} post-build: .if !defined(NOPORTDOCS) cd ${WRKSRC}; ${RUBY_RD} eruby.rd > eruby.html .endif post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME} ${INSTALL_DATA} ${WRKSRC}/examples/* ${RUBY_EXAMPLESDIR}/${PORTNAME}/ ${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}/ja .for f in ${DOCS_EN} ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/ .endfor .for f in ${DOCS_JA} ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/ja/ .endfor .endif .include Property changes on: head/textproc/eruby/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.13 \ No newline at end of property +1.14 \ No newline at end of property Index: head/textproc/eruby/distinfo =================================================================== --- head/textproc/eruby/distinfo (revision 43588) +++ head/textproc/eruby/distinfo (revision 43589) @@ -1 +1 @@ -MD5 (ruby/eruby-0.9.3.tar.gz) = 604ff0cc5141b44de016d2584f3c80f4 +MD5 (ruby/eruby-0.9.4.tar.gz) = 8ebf73b70466914508d20b1994e3fb89 Property changes on: head/textproc/eruby/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property