summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-05-24 07:56:26 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-05-24 07:56:26 +0000
commit4d62cde8152bf461977afba2758740a0efbd07ff (patch)
treed5f3b9e4cdf91ea4d02e81234f53ce41be1f6df8 /textproc
parentUpgrade from 1.4.0-beta 3 to 1.4.0. (diff)
Update to 0.21.
Notes
Notes: svn path=/head/; revision=59862
Diffstat (limited to 'textproc')
-rw-r--r--textproc/intltool/Makefile2
-rw-r--r--textproc/intltool/distinfo2
-rw-r--r--textproc/intltool/files/patch-configure8
3 files changed, 6 insertions, 6 deletions
diff --git a/textproc/intltool/Makefile b/textproc/intltool/Makefile
index 368af565f8a7..24bff73ddd09 100644
--- a/textproc/intltool/Makefile
+++ b/textproc/intltool/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= intltool
-PORTVERSION= 0.19
+PORTVERSION= 0.21
CATEGORIES= textproc gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/${PORTNAME}
diff --git a/textproc/intltool/distinfo b/textproc/intltool/distinfo
index 27d2b2aeb615..2a794b997cac 100644
--- a/textproc/intltool/distinfo
+++ b/textproc/intltool/distinfo
@@ -1 +1 @@
-MD5 (gnome/intltool-0.19.tar.bz2) = bbdb3cb44af0a5c316654a9a7363e4c2
+MD5 (gnome/intltool-0.21.tar.bz2) = 4f054b517fbe888439f4a3906177aacf
diff --git a/textproc/intltool/files/patch-configure b/textproc/intltool/files/patch-configure
index 425aa63a500b..b01eeb21f3b6 100644
--- a/textproc/intltool/files/patch-configure
+++ b/textproc/intltool/files/patch-configure
@@ -1,14 +1,14 @@
$FreeBSD$
---- configure.orig Tue Mar 12 01:23:47 2002
-+++ configure Wed Mar 27 14:05:50 2002
-@@ -1216,7 +1216,7 @@
+--- 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:1220: error: perl 5.x required for intltool" >&5
+ { { 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; }; }