aboutsummaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2005-09-03 05:56:30 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2005-09-03 05:56:30 +0000
commit3657472e9261319e03ffa00e767dc67d699d4e7a (patch)
treed84e36b1a474466c040140d8fd2a653e00cf0cbf /net-im
parent8ba03066be2a2b10fea9d50dcffcb1389b06f128 (diff)
downloadports-3657472e9261319e03ffa00e767dc67d699d4e7a.tar.gz
ports-3657472e9261319e03ffa00e767dc67d699d4e7a.zip
Notes
Diffstat (limited to 'net-im')
-rw-r--r--net-im/centericq/Makefile2
-rw-r--r--net-im/centericq/distinfo4
-rw-r--r--net-im/centericq/files/patch-configure18
3 files changed, 21 insertions, 3 deletions
diff --git a/net-im/centericq/Makefile b/net-im/centericq/Makefile
index 4fb3b36515ca..cf9292455416 100644
--- a/net-im/centericq/Makefile
+++ b/net-im/centericq/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= centericq
-PORTVERSION= 4.20.0
+PORTVERSION= 4.21.0
PORTREVISION= 0
CATEGORIES= net
MASTER_SITES= http://centericq.de/archive/source/releases/ \
diff --git a/net-im/centericq/distinfo b/net-im/centericq/distinfo
index 37fe6bd73c11..a0a58d3f008e 100644
--- a/net-im/centericq/distinfo
+++ b/net-im/centericq/distinfo
@@ -1,2 +1,2 @@
-MD5 (centericq-4.20.0.tar.bz2) = bbb81f87b4ecb703dec31a8092303914
-SIZE (centericq-4.20.0.tar.bz2) = 1287040
+MD5 (centericq-4.21.0.tar.bz2) = 82e426f2b4f6f2ab799c28807f36ade6
+SIZE (centericq-4.21.0.tar.bz2) = 1422126
diff --git a/net-im/centericq/files/patch-configure b/net-im/centericq/files/patch-configure
new file mode 100644
index 000000000000..e0f5294e7efd
--- /dev/null
+++ b/net-im/centericq/files/patch-configure
@@ -0,0 +1,18 @@
+--- configure.orig Fri Sep 2 22:46:37 2005
++++ configure Sat Sep 3 13:43:48 2005
+@@ -14315,12 +14315,15 @@
+ ac_prev=prefix ;;
+ -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
+ ;;
++ *alias=* )
++ ;;
+ *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;
+ esac
+ done
+
+ # Always prepend --prefix to ensure using the same prefix
+ # in subdir configurations.
++ ac_sub_configure_args=`echo $ac_sub_configure_args | sed "s,'[A-Z][^']*',,g"`
+ ac_sub_configure_args="--prefix=$prefix $ac_sub_configure_args"
+
+ ac_popdir=`pwd`