diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-12-12 14:04:26 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-12-12 14:04:26 +0000 |
commit | 76079a9e6c281842852ce74051c3da4782ca8895 (patch) | |
tree | d3896e11862ec2a320ecb5a6f45b85f9d8a52dae /textproc/eruby | |
parent | 588b2eb795394551a89db0007a2e9e61f190ea96 (diff) | |
download | ports-76079a9e6c281842852ce74051c3da4782ca8895.tar.gz ports-76079a9e6c281842852ce74051c3da4782ca8895.zip |
Notes
Diffstat (limited to 'textproc/eruby')
-rw-r--r-- | textproc/eruby/Makefile | 9 | ||||
-rw-r--r-- | textproc/eruby/distinfo | 2 | ||||
-rw-r--r-- | textproc/eruby/pkg-comment | 2 |
3 files changed, 7 insertions, 6 deletions
diff --git a/textproc/eruby/Makefile b/textproc/eruby/Makefile index 98bd049342f7..a5d967c45be3 100644 --- a/textproc/eruby/Makefile +++ b/textproc/eruby/Makefile @@ -7,7 +7,7 @@ PORTNAME= eruby PORTVERSION= ${VERSION} -PORTREVISION= 1 +PORTREVISION= ${REVISION} CATEGORIES= textproc www ruby MASTER_SITES= http://www.modruby.net/archive/ DIST_SUBDIR= ruby @@ -20,17 +20,18 @@ RUBY_REQUIRE= 160 <= Ruby .include <bsd.port.pre.mk> .if defined(RUBY_PROVIDED) -VERSION= 0.1.2 +VERSION= 0.1.3 .else VERSION= 0.1.1 +REVISON= 1 .endif CONFIGURE_ARGS= --enable-shared --default-charset="${DEFAULT_CHARSET}" INSTALLS_SHLIB= yes -MAN1= eruby.1 +DEFAULT_CHARSET?= ISO-8859-1 -DEFAULT_CHARSET?= US-ASCII +MAN1= eruby.1 DOCS_EN= ChangeLog README.en DOCS_JA= README.ja diff --git a/textproc/eruby/distinfo b/textproc/eruby/distinfo index d1b6796ebbd0..eba9085842ca 100644 --- a/textproc/eruby/distinfo +++ b/textproc/eruby/distinfo @@ -1,2 +1,2 @@ MD5 (ruby/eruby-0.1.1.tar.gz) = bd924fc22f46750f927553358b22ca19 -MD5 (ruby/eruby-0.1.2.tar.gz) = c69ed7d6c622fc9e6b9eab50606c1d0f +MD5 (ruby/eruby-0.1.3.tar.gz) = 166846801921ef91555e518731805f42 diff --git a/textproc/eruby/pkg-comment b/textproc/eruby/pkg-comment index a25cb8e37a49..a383828b5e54 100644 --- a/textproc/eruby/pkg-comment +++ b/textproc/eruby/pkg-comment @@ -1 +1 @@ -Interprets Ruby code embedded in a text file just like PHP, ePerl, ASP, or JSP +Interprets Ruby code embedded in a text file like PHP/ePerl/ASP/JSP |