diff options
author | knu <knu@FreeBSD.org> | 2000-12-12 14:04:26 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-12-12 14:04:26 +0000 |
commit | 13e8d7c5df5baadac858a6a7b201af5e71e095a1 (patch) | |
tree | 73c7d2a49ffa6d361a17df8350dc33f59e3eb905 /textproc | |
parent | f0a66600c3cb093f64f227187e40b67f5ba5a6dd (diff) | |
download | FreeBSD-ports-13e8d7c5df5baadac858a6a7b201af5e71e095a1.zip FreeBSD-ports-13e8d7c5df5baadac858a6a7b201af5e71e095a1.tar.gz |
Update to 0.1.3.
Set the default charset to ISO-8859-1 instead of US-ASCII.
Shorten pkg-comment to under 70 columns.
Diffstat (limited to 'textproc')
-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 98bd049..a5d967c 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 d1b6796e..eba9085 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 a25cb8e..a383828 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 |