aboutsummaryrefslogtreecommitdiffstats
path: root/devel/oniguruma
diff options
context:
space:
mode:
authorstas <stas@FreeBSD.org>2009-02-13 00:24:17 +0800
committerstas <stas@FreeBSD.org>2009-02-13 00:24:17 +0800
commit3f8df8164f32144d3c0f76e593dff063b25b63a1 (patch)
treebaad2460d48c8ae30cdb4626c3038c34fdf598fc /devel/oniguruma
parentf4345c52ee91aa4937826aef4c4056cd20db050e (diff)
downloadfreebsd-ports-gnome-3f8df8164f32144d3c0f76e593dff063b25b63a1.tar.gz
freebsd-ports-gnome-3f8df8164f32144d3c0f76e593dff063b25b63a1.tar.zst
freebsd-ports-gnome-3f8df8164f32144d3c0f76e593dff063b25b63a1.zip
- Add oniguruma patch for ruby 1.8.7.
Diffstat (limited to 'devel/oniguruma')
-rw-r--r--devel/oniguruma/Makefile8
-rw-r--r--devel/oniguruma/distinfo6
-rw-r--r--devel/oniguruma/files/patch-Makefile.in8
3 files changed, 11 insertions, 11 deletions
diff --git a/devel/oniguruma/Makefile b/devel/oniguruma/Makefile
index 604305e857ce..218a37ec178c 100644
--- a/devel/oniguruma/Makefile
+++ b/devel/oniguruma/Makefile
@@ -9,9 +9,9 @@ PORTNAME= oniguruma
PORTVERSION= 2.5.8
CATEGORIES= devel textproc
MASTER_SITES= http://www.geocities.jp/kosako3/oniguruma/archive/:onig \
- ftp://ftp.SpringDaemons.com/dustheap/:ruby186
+ http://www.SpringDaemons.com/stas/:ruby
DISTFILES= onigd${PORTVERSION:S/./_/g}${EXTRACT_SUFX}:onig \
- ruby186p286-oniguruma.patch:ruby186
+ ruby187p72-oniguruma.patch:ruby
DIST_SUBDIR= ruby
EXTRACT_ONLY= onigd${PORTVERSION:S/./_/g}${EXTRACT_SUFX}
@@ -28,8 +28,8 @@ GNU_CONFIGURE= yes
DOCS= HISTORY README doc/*
post-patch:
- ${CP} ${DISTDIR}/${DIST_SUBDIR}/ruby186p286-oniguruma.patch \
- ${WRKSRC}/ruby186.patch
+ ${CP} ${DISTDIR}/${DIST_SUBDIR}/ruby187p72-oniguruma.patch \
+ ${WRKSRC}/ruby187.patch
post-configure:
${SED} -e 's|%%PREFIX%%|${PREFIX}|' \
diff --git a/devel/oniguruma/distinfo b/devel/oniguruma/distinfo
index fd3ce5c94efd..b24eebc9e515 100644
--- a/devel/oniguruma/distinfo
+++ b/devel/oniguruma/distinfo
@@ -1,6 +1,6 @@
MD5 (ruby/onigd2_5_8.tar.gz) = 82cd47ded85f854149ae620a9fa728e5
SHA256 (ruby/onigd2_5_8.tar.gz) = 11aa092d7cb1c21b7fb60980e9c5a9b931e670c29553ea9444927a8a468e526b
SIZE (ruby/onigd2_5_8.tar.gz) = 218187
-MD5 (ruby/ruby186p286-oniguruma.patch) = 6977973cc379f60eceb875989f9c7b27
-SHA256 (ruby/ruby186p286-oniguruma.patch) = b02e4b61237eeb11d4c9e84cb214bf138fbd51bacab1ab541c8ded4c008508c2
-SIZE (ruby/ruby186p286-oniguruma.patch) = 8574
+MD5 (ruby/ruby187p72-oniguruma.patch) = ac99524cfad8dd55241a4c33ed3bf14b
+SHA256 (ruby/ruby187p72-oniguruma.patch) = 43c6633dda09c29fb5c09744ed6c190b1960255a829451cfebb7c390689c97d1
+SIZE (ruby/ruby187p72-oniguruma.patch) = 8654
diff --git a/devel/oniguruma/files/patch-Makefile.in b/devel/oniguruma/files/patch-Makefile.in
index 6633971ca861..9243c2cc7b66 100644
--- a/devel/oniguruma/files/patch-Makefile.in
+++ b/devel/oniguruma/files/patch-Makefile.in
@@ -1,11 +1,11 @@
---- Makefile.in.orig Thu Apr 5 13:12:00 2007
-+++ Makefile.in Thu Apr 5 13:12:25 2007
+--- Makefile.in.orig 2006-11-08 08:45:50.000000000 +0300
++++ Makefile.in 2009-02-12 18:37:58.000000000 +0300
@@ -214,6 +214,9 @@
185: cpruby
patch -d $(RUBYDIR) -p0 < $(srcdir)/ruby185.patch
-+186: cpruby
-+ patch -d $(RUBYDIR) -p0 < $(srcdir)/ruby186.patch
++187: cpruby
++ patch -d $(RUBYDIR) -p0 < $(srcdir)/ruby187.patch
+
18: 185