diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-03-27 20:07:19 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-03-27 20:07:19 +0800 |
commit | 0d16b7887fa353fdba0277b7c22f5082d5092abf (patch) | |
tree | 7760aeeeb9862962717e8a25cbe54a314764cec7 | |
parent | 2fd5d9cad764057f4527ead6c156f167ab1de63c (diff) | |
download | freebsd-ports-gnome-0d16b7887fa353fdba0277b7c22f5082d5092abf.tar.gz freebsd-ports-gnome-0d16b7887fa353fdba0277b7c22f5082d5092abf.tar.zst freebsd-ports-gnome-0d16b7887fa353fdba0277b7c22f5082d5092abf.zip |
Update to 0.18.
-rw-r--r-- | textproc/intltool/Makefile | 7 | ||||
-rw-r--r-- | textproc/intltool/distinfo | 2 | ||||
-rw-r--r-- | textproc/intltool/files/patch-configure | 8 |
3 files changed, 6 insertions, 11 deletions
diff --git a/textproc/intltool/Makefile b/textproc/intltool/Makefile index 73aa1acd604a..feeb6f115f21 100644 --- a/textproc/intltool/Makefile +++ b/textproc/intltool/Makefile @@ -6,8 +6,7 @@ # PORTNAME= intltool -PORTVERSION= 0.17 -PORTREVISION= 1 +PORTVERSION= 0.18 CATEGORIES= textproc gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/${PORTNAME} @@ -25,8 +24,4 @@ CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} MAN8= intltool-extract.8 intltool-merge.8 intltool-prepare.8 \ intltool-update.8 intltoolize.8 -pre-patch: - @find ${WRKSRC} -name "intltool-*.in" | xargs ${PERL} -pi -e \ - 's|iconv -|giconv -|g' - .include <bsd.port.mk> diff --git a/textproc/intltool/distinfo b/textproc/intltool/distinfo index 7e4450150b34..3eff30ed5e69 100644 --- a/textproc/intltool/distinfo +++ b/textproc/intltool/distinfo @@ -1 +1 @@ -MD5 (gnome/intltool-0.17.tar.bz2) = 55b12d6be10ecd1fb452c7f96dd808cd +MD5 (gnome/intltool-0.18.tar.bz2) = 7c7a184087b39caddc0f920b46e91c1c diff --git a/textproc/intltool/files/patch-configure b/textproc/intltool/files/patch-configure index 8fb669a7c63b..425aa63a500b 100644 --- a/textproc/intltool/files/patch-configure +++ b/textproc/intltool/files/patch-configure @@ -1,14 +1,14 @@ $FreeBSD$ ---- configure 2002/03/06 09:49:05 1.1 -+++ configure 2002/03/06 09:49:52 -@@ -1238,7 +1238,7 @@ +--- configure.orig Tue Mar 12 01:23:47 2002 ++++ configure Wed Mar 27 14:05:50 2002 +@@ -1216,7 +1216,7 @@ echo "$as_me: error: perl not found" >&2;} { (exit 1); exit 1; }; } fi -if test -z "`$PERL -v | fgrep 'v5.' 2> /dev/null`" -a -z "`$PERL -v | fgrep 'version 5.' 2> /dev/null`"; then +if test -z "`$PERL -v | fgrep '5.' 2> /dev/null`" -a -z "`$PERL -v | fgrep 'version 5.' 2> /dev/null`"; then - { { echo "$as_me:1242: error: perl 5.x required for intltool" >&5 + { { echo "$as_me:1220: error: perl 5.x required for intltool" >&5 echo "$as_me: error: perl 5.x required for intltool" >&2;} { (exit 1); exit 1; }; } |