diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-01-26 04:26:56 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-01-26 04:26:56 +0800 |
commit | 61740c49665193ed1c87044b76f7d27c064d3d9d (patch) | |
tree | 49c8efae07bd251ae3c390173975eb7e6d098e3a /net/licq | |
parent | 9ca15eff34895e2ba3156fcf09db9e8038974cb7 (diff) | |
download | freebsd-ports-gnome-61740c49665193ed1c87044b76f7d27c064d3d9d.tar.gz freebsd-ports-gnome-61740c49665193ed1c87044b76f7d27c064d3d9d.tar.zst freebsd-ports-gnome-61740c49665193ed1c87044b76f7d27c064d3d9d.zip |
- Update for 1.0.4
licq
licq-console (no changes)
licq-qt-gui
Protocol changed on Server.
licq-1.0.3 does not work corectlly, messages are lost.
problems fixed:
- program_transform_name installed the binaray as:
/usr/local/bin/i386--freebsd4.4-licq
- configure seeks now a qt-mt itself,
but the options for "ac_qt_libraries" are not processed
- use ob BZIP2 as compressor.
Diffstat (limited to 'net/licq')
-rw-r--r-- | net/licq/Makefile.inc | 11 | ||||
-rw-r--r-- | net/licq/distinfo | 2 |
2 files changed, 7 insertions, 6 deletions
diff --git a/net/licq/Makefile.inc b/net/licq/Makefile.inc index 5cea43e6b04c..5efe120b1617 100644 --- a/net/licq/Makefile.inc +++ b/net/licq/Makefile.inc @@ -2,11 +2,11 @@ # $FreeBSD$ PKGNAMEPREFIX= licq- -LICQ_VER= 1.0.3 +LICQ_VER= 1.0.4 QT_LICQ_VER= ${LICQ_VER} -RMS_LICQ_VER= 0.22 -CONSOLE_LICQ_VER= 1.0.2 -AUTO_REPLY_LICQ_VER= 1.0.1 +RMS_LICQ_VER= 0.23 +CONSOLE_LICQ_VER= 1.0.4 +AUTO_REPLY_LICQ_VER= 1.0.2 FORWARDER_LICQ_VER= 1.0.1 .if ${PORTNAME} != "base" RUN_DEPENDS+= licq:${PORTSDIR}/net/licq @@ -18,11 +18,12 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ftp://ftp.inter-i.uni-mainz.de/pub/licq/srcs/ MASTER_SITE_SUBDIR= licq DISTNAME= ${PKGNAMEPREFIX}${LICQ_VER} -DISTFILES= ${DISTNAME}.tar.gz +DISTFILES= ${DISTNAME}.tar.bz2 GNU_CONFIGURE= yes MD5_FILE= ${PORTSDIR}/net/licq/distinfo # USE_LIBTOOL doesn't work for these ports #USE_LIBTOOL= yes USE_GMAKE= yes USE_NEWGCC= yes +USE_BZIP2= yes WRKSRC?= ${WRKDIR}/${DISTNAME}/plugins/${PORTNAME}-${PORTVERSION} diff --git a/net/licq/distinfo b/net/licq/distinfo index 9e8c439fb449..07ec3269d3b8 100644 --- a/net/licq/distinfo +++ b/net/licq/distinfo @@ -1 +1 @@ -MD5 (licq-1.0.3.tar.gz) = 894d7c27c0799c8b31dda134fe14b257 +MD5 (licq-1.0.4.tar.bz2) = df3e50c1b03aa0cf2ecd1c27af3588e7 |