diff options
author | marcus <marcus@FreeBSD.org> | 2009-03-15 02:29:28 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2009-03-15 02:29:28 +0800 |
commit | 41ee74740c49168df8aa7a60145c6205ff1bd613 (patch) | |
tree | fdc54b8974926f450c9238d259b7168f9ceb9966 /textproc/intltool | |
parent | fa40a4901c0bb152098590c38085c9f2fdf3f830 (diff) | |
download | freebsd-ports-gnome-41ee74740c49168df8aa7a60145c6205ff1bd613.tar.gz freebsd-ports-gnome-41ee74740c49168df8aa7a60145c6205ff1bd613.tar.zst freebsd-ports-gnome-41ee74740c49168df8aa7a60145c6205ff1bd613.zip |
Update to 0.40.6.
Diffstat (limited to 'textproc/intltool')
-rw-r--r-- | textproc/intltool/Makefile | 2 | ||||
-rw-r--r-- | textproc/intltool/distinfo | 6 | ||||
-rw-r--r-- | textproc/intltool/files/patch-configure | 14 |
3 files changed, 4 insertions, 18 deletions
diff --git a/textproc/intltool/Makefile b/textproc/intltool/Makefile index 6c7a1d1c13c1..486c05dab789 100644 --- a/textproc/intltool/Makefile +++ b/textproc/intltool/Makefile @@ -6,7 +6,7 @@ # $MCom: ports/textproc/intltool/Makefile,v 1.11 2008/10/08 21:37:49 marcus Exp $ PORTNAME= intltool -PORTVERSION= 0.40.5 +PORTVERSION= 0.40.6 CATEGORIES= textproc gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome diff --git a/textproc/intltool/distinfo b/textproc/intltool/distinfo index 65c0cf4d6d9b..0b5656bd6ae0 100644 --- a/textproc/intltool/distinfo +++ b/textproc/intltool/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome/intltool-0.40.5.tar.bz2) = 3e7ded6f50d88cf8b8bb505eaf591775 -SHA256 (gnome/intltool-0.40.5.tar.bz2) = 29eb68e8042e5ebe7e239fd3e0920bfb1a784de524c2a8fd126d9e41347a3404 -SIZE (gnome/intltool-0.40.5.tar.bz2) = 141110 +MD5 (gnome/intltool-0.40.6.tar.bz2) = 69bc0353323112f42ad4f9cf351bc3e5 +SHA256 (gnome/intltool-0.40.6.tar.bz2) = 4d1e5f8561f09c958e303d4faa885079a5e173a61d28437d0013ff5efc9e3b64 +SIZE (gnome/intltool-0.40.6.tar.bz2) = 140340 diff --git a/textproc/intltool/files/patch-configure b/textproc/intltool/files/patch-configure deleted file mode 100644 index b01eeb21f3b6..000000000000 --- a/textproc/intltool/files/patch-configure +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- configure.orig Mon May 20 01:34:39 2002 -+++ configure Fri May 24 10:52:12 2002 -@@ -1452,7 +1452,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:$LINENO: error: perl 5.x required for intltool" >&5 - echo "$as_me: error: perl 5.x required for intltool" >&2;} - { (exit 1); exit 1; }; } |