diff options
author | stas <stas@FreeBSD.org> | 2008-08-16 05:45:56 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2008-08-16 05:45:56 +0800 |
commit | 9b2c8798d4ec3e1a1f2b0c83491d348c04c5c370 (patch) | |
tree | fd666a9617580b48bc443ef09507414c83e60aae /devel | |
parent | 35bc52ebef8353b2e423450abb2cd6da638ce528 (diff) | |
download | freebsd-ports-gnome-9b2c8798d4ec3e1a1f2b0c83491d348c04c5c370.tar.gz freebsd-ports-gnome-9b2c8798d4ec3e1a1f2b0c83491d348c04c5c370.tar.zst freebsd-ports-gnome-9b2c8798d4ec3e1a1f2b0c83491d348c04c5c370.zip |
- Update ruby to 1.8.6 patchset 287.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/oniguruma/Makefile | 5 | ||||
-rw-r--r-- | devel/oniguruma/distinfo | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/devel/oniguruma/Makefile b/devel/oniguruma/Makefile index effc12284a88..604305e857ce 100644 --- a/devel/oniguruma/Makefile +++ b/devel/oniguruma/Makefile @@ -11,7 +11,7 @@ CATEGORIES= devel textproc MASTER_SITES= http://www.geocities.jp/kosako3/oniguruma/archive/:onig \ ftp://ftp.SpringDaemons.com/dustheap/:ruby186 DISTFILES= onigd${PORTVERSION:S/./_/g}${EXTRACT_SUFX}:onig \ - ruby186.patch:ruby186 + ruby186p286-oniguruma.patch:ruby186 DIST_SUBDIR= ruby EXTRACT_ONLY= onigd${PORTVERSION:S/./_/g}${EXTRACT_SUFX} @@ -28,7 +28,8 @@ GNU_CONFIGURE= yes DOCS= HISTORY README doc/* post-patch: - ${CP} ${DISTDIR}/${DIST_SUBDIR}/ruby186.patch ${WRKSRC}/ + ${CP} ${DISTDIR}/${DIST_SUBDIR}/ruby186p286-oniguruma.patch \ + ${WRKSRC}/ruby186.patch post-configure: ${SED} -e 's|%%PREFIX%%|${PREFIX}|' \ diff --git a/devel/oniguruma/distinfo b/devel/oniguruma/distinfo index 19287c0a492d..fd3ce5c94efd 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/ruby186.patch) = 07b39a49b4339db6ce6d57822ccff901 -SHA256 (ruby/ruby186.patch) = 11b4fc0138edb43425649c10cde5e3c712c8d65c7b9ab52daca09d47a020f803 -SIZE (ruby/ruby186.patch) = 8434 +MD5 (ruby/ruby186p286-oniguruma.patch) = 6977973cc379f60eceb875989f9c7b27 +SHA256 (ruby/ruby186p286-oniguruma.patch) = b02e4b61237eeb11d4c9e84cb214bf138fbd51bacab1ab541c8ded4c008508c2 +SIZE (ruby/ruby186p286-oniguruma.patch) = 8574 |