diff options
author | clsung <clsung@FreeBSD.org> | 2005-09-03 13:56:30 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2005-09-03 13:56:30 +0800 |
commit | 88546f0c4d975cbfa423f65eed3c433336064f14 (patch) | |
tree | 8b3abc9e2a44ab22eb9c73983b58cd22de6d0519 /net-im | |
parent | e83b0a47c682a58752ba575b3ba46e24edce1d26 (diff) | |
download | freebsd-ports-gnome-88546f0c4d975cbfa423f65eed3c433336064f14.tar.gz freebsd-ports-gnome-88546f0c4d975cbfa423f65eed3c433336064f14.tar.zst freebsd-ports-gnome-88546f0c4d975cbfa423f65eed3c433336064f14.zip |
- update to 4.21.0
- AIM changed its protocol again
- add patch-configure to make subdir configure free from error
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/centericq/Makefile | 2 | ||||
-rw-r--r-- | net-im/centericq/distinfo | 4 | ||||
-rw-r--r-- | net-im/centericq/files/patch-configure | 18 |
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` |