diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2009-02-12 16:24:17 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2009-02-12 16:24:17 +0000 |
commit | fe7721d53e4d0180705b5f047dd767ab333cc9ab (patch) | |
tree | db210baed4431d8af08b83d7bbf920e19484a872 /devel/oniguruma | |
parent | f19c74a488249c70a045678ff0fd9bea9bfcd485 (diff) | |
download | ports-fe7721d53e4d0180705b5f047dd767ab333cc9ab.tar.gz ports-fe7721d53e4d0180705b5f047dd767ab333cc9ab.zip |
Notes
Diffstat (limited to 'devel/oniguruma')
-rw-r--r-- | devel/oniguruma/Makefile | 8 | ||||
-rw-r--r-- | devel/oniguruma/distinfo | 6 | ||||
-rw-r--r-- | devel/oniguruma/files/patch-Makefile.in | 8 |
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 |