aboutsummaryrefslogtreecommitdiff
path: root/devel/oniguruma5
diff options
context:
space:
mode:
authorSam Lawrance <lawrance@FreeBSD.org>2005-11-28 13:22:14 +0000
committerSam Lawrance <lawrance@FreeBSD.org>2005-11-28 13:22:14 +0000
commit0ef152d51825b61ffcfa34211bc7f1d25b589df5 (patch)
tree6f778e1cdc1a3ae2831265143e90444744d1689c /devel/oniguruma5
parentdf22401d40b902c0996864f443de4c8d0781fcf3 (diff)
downloadports-0ef152d51825b61ffcfa34211bc7f1d25b589df5.tar.gz
ports-0ef152d51825b61ffcfa34211bc7f1d25b589df5.zip
Notes
Diffstat (limited to 'devel/oniguruma5')
-rw-r--r--devel/oniguruma5/Makefile10
-rw-r--r--devel/oniguruma5/distinfo6
-rw-r--r--devel/oniguruma5/pkg-descr2
3 files changed, 11 insertions, 7 deletions
diff --git a/devel/oniguruma5/Makefile b/devel/oniguruma5/Makefile
index 87caf91c066c..ed28a9ae35e9 100644
--- a/devel/oniguruma5/Makefile
+++ b/devel/oniguruma5/Makefile
@@ -6,10 +6,9 @@
#
PORTNAME= oniguruma
-PORTVERSION= 2.3.1
+PORTVERSION= 2.5.0
CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= fenner/ruby-contrib
+MASTER_SITES= http://www.geocities.jp/kosako3/oniguruma/archive/
DISTNAME= onigd${PORTVERSION:S/./_/g}
DIST_SUBDIR= ruby
@@ -19,9 +18,14 @@ COMMENT= A BSDL Regular Expressions library compatible with POSIX/GNU/Perl
WRKSRC= ${WRKDIR}/${PORTNAME}
GNU_CONFIGURE= yes
#INSTALLS_SHLIB= yes
+USE_REINPLACE= yes
DOCS= HISTORY README doc/*
+# Use patch for ruby 1.8.2 rather than 1.8.3
+post-patch:
+ ${REINPLACE_CMD} 's,18: 183,18: 182,' ${WRKSRC}/Makefile.in
+
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${EXAMPLESDIR}
diff --git a/devel/oniguruma5/distinfo b/devel/oniguruma5/distinfo
index 02135b70066a..232188f371a7 100644
--- a/devel/oniguruma5/distinfo
+++ b/devel/oniguruma5/distinfo
@@ -1,3 +1,3 @@
-MD5 (ruby/onigd2_3_1.tar.gz) = 3154a12abdbc3ece51b86b8b16c0d2c6
-SHA256 (ruby/onigd2_3_1.tar.gz) = 11b1a263772bbf3ff63726e75d2b412f48315b269b5d33dbf2b3d31c1b94accd
-SIZE (ruby/onigd2_3_1.tar.gz) = 203510
+MD5 (ruby/onigd2_5_0.tar.gz) = 40cb52605c7292373d8dfd11015cb687
+SHA256 (ruby/onigd2_5_0.tar.gz) = 83d379f48a9ddb469883e5d78cb06de1ae7b9102e7cebd88a132aad6996163df
+SIZE (ruby/onigd2_5_0.tar.gz) = 210448
diff --git a/devel/oniguruma5/pkg-descr b/devel/oniguruma5/pkg-descr
index fac83d433924..5989c819b323 100644
--- a/devel/oniguruma5/pkg-descr
+++ b/devel/oniguruma5/pkg-descr
@@ -10,4 +10,4 @@ for each regex object. Currently supported character encodings are
ASCII, UTF-8, EUC-JP and Shift_JIS.
Author: K.Kosako <kosako@sofnec.co.jp>
-WWW: http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/oniguruma/
+WWW: http://www.geocities.jp/kosako3/oniguruma/