aboutsummaryrefslogtreecommitdiff
path: root/textproc/intltool
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2009-03-14 18:29:28 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2009-03-14 18:29:28 +0000
commitf9a75b324251022a741be83cfde9371509e157af (patch)
treecbf3b51c4adf580cc816165a84e3065ea6d12ded /textproc/intltool
parent3fe82769c58ec60f09ec561c5ce19db461bb4145 (diff)
downloadports-f9a75b324251022a741be83cfde9371509e157af.tar.gz
ports-f9a75b324251022a741be83cfde9371509e157af.zip
Notes
Diffstat (limited to 'textproc/intltool')
-rw-r--r--textproc/intltool/Makefile2
-rw-r--r--textproc/intltool/distinfo6
-rw-r--r--textproc/intltool/files/patch-configure14
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; }; }