diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2007-02-11 21:02:15 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2007-02-11 21:02:15 +0000 |
commit | 94197fe4597eb0a1ecba45c572ad9c8aa5e2c01c (patch) | |
tree | 1db4888d884f4da9750608768095bec9ece9b792 /devel | |
parent | 3acbcaea97437b4c79588863fe37b9e6d1990668 (diff) | |
download | ports-94197fe4597eb0a1ecba45c572ad9c8aa5e2c01c.tar.gz ports-94197fe4597eb0a1ecba45c572ad9c8aa5e2c01c.zip |
- update to 4.6.0
- fix build on CURRENT
Notes
Notes:
svn path=/head/; revision=184918
Diffstat (limited to 'devel')
-rw-r--r-- | devel/oniguruma4/Makefile | 7 | ||||
-rw-r--r-- | devel/oniguruma4/distinfo | 6 | ||||
-rw-r--r-- | devel/oniguruma5/Makefile | 7 | ||||
-rw-r--r-- | devel/oniguruma5/distinfo | 6 |
4 files changed, 16 insertions, 10 deletions
diff --git a/devel/oniguruma4/Makefile b/devel/oniguruma4/Makefile index 636ce9332608..24def3883b5f 100644 --- a/devel/oniguruma4/Makefile +++ b/devel/oniguruma4/Makefile @@ -6,7 +6,7 @@ # PORTNAME= oniguruma -PORTVERSION= 4.5.0 +PORTVERSION= 4.6.0 CATEGORIES= devel textproc MASTER_SITES= http://www.geocities.jp/kosako3/oniguruma/archive/ DISTNAME= onig-${PORTVERSION} @@ -15,13 +15,16 @@ DIST_SUBDIR= ruby MAINTAINER= dinoex@FreeBSD.org COMMENT= A BSDL Regular Expressions library compatible with POSIX/GNU/Perl -USE_AUTOTOOLS= libtool:15 CONFLICTS= oniguruma-2.* USE_GNOME= gnometarget GNU_CONFIGURE= yes USE_LDCONFIG= yes DOCS= HISTORY README doc/* +post-patch: + ${REINPLACE_CMD} -e 's|echo aout|echo elf|' \ + ${WRKSRC}/configure + post-configure: ${SED} -e 's|%%PREFIX%%|${PREFIX}|' \ ${FILESDIR}/onig-config > ${WRKSRC}/onig-config diff --git a/devel/oniguruma4/distinfo b/devel/oniguruma4/distinfo index 174f57bc42e6..ecfa85d5b358 100644 --- a/devel/oniguruma4/distinfo +++ b/devel/oniguruma4/distinfo @@ -1,3 +1,3 @@ -MD5 (ruby/onig-4.5.0.tar.gz) = 40df7d218d7045676f641ed5a60cba27 -SHA256 (ruby/onig-4.5.0.tar.gz) = 4a203b99dcb8529acb1bede0ae05f2488ff35f83c93988184a977e342c6e0f5b -SIZE (ruby/onig-4.5.0.tar.gz) = 570480 +MD5 (ruby/onig-4.6.0.tar.gz) = 5e4bff5c996f3b7ea5abf22272fee101 +SHA256 (ruby/onig-4.6.0.tar.gz) = 8f30f0c5f7dda71866bdf08905fb738e2c8423baca38ae1aeda3adb0ce7fd7a6 +SIZE (ruby/onig-4.6.0.tar.gz) = 571098 diff --git a/devel/oniguruma5/Makefile b/devel/oniguruma5/Makefile index 636ce9332608..24def3883b5f 100644 --- a/devel/oniguruma5/Makefile +++ b/devel/oniguruma5/Makefile @@ -6,7 +6,7 @@ # PORTNAME= oniguruma -PORTVERSION= 4.5.0 +PORTVERSION= 4.6.0 CATEGORIES= devel textproc MASTER_SITES= http://www.geocities.jp/kosako3/oniguruma/archive/ DISTNAME= onig-${PORTVERSION} @@ -15,13 +15,16 @@ DIST_SUBDIR= ruby MAINTAINER= dinoex@FreeBSD.org COMMENT= A BSDL Regular Expressions library compatible with POSIX/GNU/Perl -USE_AUTOTOOLS= libtool:15 CONFLICTS= oniguruma-2.* USE_GNOME= gnometarget GNU_CONFIGURE= yes USE_LDCONFIG= yes DOCS= HISTORY README doc/* +post-patch: + ${REINPLACE_CMD} -e 's|echo aout|echo elf|' \ + ${WRKSRC}/configure + post-configure: ${SED} -e 's|%%PREFIX%%|${PREFIX}|' \ ${FILESDIR}/onig-config > ${WRKSRC}/onig-config diff --git a/devel/oniguruma5/distinfo b/devel/oniguruma5/distinfo index 174f57bc42e6..ecfa85d5b358 100644 --- a/devel/oniguruma5/distinfo +++ b/devel/oniguruma5/distinfo @@ -1,3 +1,3 @@ -MD5 (ruby/onig-4.5.0.tar.gz) = 40df7d218d7045676f641ed5a60cba27 -SHA256 (ruby/onig-4.5.0.tar.gz) = 4a203b99dcb8529acb1bede0ae05f2488ff35f83c93988184a977e342c6e0f5b -SIZE (ruby/onig-4.5.0.tar.gz) = 570480 +MD5 (ruby/onig-4.6.0.tar.gz) = 5e4bff5c996f3b7ea5abf22272fee101 +SHA256 (ruby/onig-4.6.0.tar.gz) = 8f30f0c5f7dda71866bdf08905fb738e2c8423baca38ae1aeda3adb0ce7fd7a6 +SIZE (ruby/onig-4.6.0.tar.gz) = 571098 |