From 61740c49665193ed1c87044b76f7d27c064d3d9d Mon Sep 17 00:00:00 2001 From: dinoex Date: Fri, 25 Jan 2002 20:26:56 +0000 Subject: - 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. --- net-im/licq/Makefile.inc | 11 ++++++----- net-im/licq/distinfo | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) (limited to 'net-im/licq') diff --git a/net-im/licq/Makefile.inc b/net-im/licq/Makefile.inc index 5cea43e..5efe120 100644 --- a/net-im/licq/Makefile.inc +++ b/net-im/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-im/licq/distinfo b/net-im/licq/distinfo index 9e8c439..07ec326 100644 --- a/net-im/licq/distinfo +++ b/net-im/licq/distinfo @@ -1 +1 @@ -MD5 (licq-1.0.3.tar.gz) = 894d7c27c0799c8b31dda134fe14b257 +MD5 (licq-1.0.4.tar.bz2) = df3e50c1b03aa0cf2ecd1c27af3588e7 -- cgit v1.1