diff options
author | dinoex <dinoex@FreeBSD.org> | 2012-12-10 05:31:58 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2012-12-10 05:31:58 +0800 |
commit | a6faa46550680780f735c146f732ef0268c549d3 (patch) | |
tree | 59635f1f6ae3f29c23e8788902c509a9c0121a61 /net-im | |
parent | e83254dd6693795fd0dd0cde869770eab1622961 (diff) | |
download | freebsd-ports-gnome-a6faa46550680780f735c146f732ef0268c549d3.tar.gz freebsd-ports-gnome-a6faa46550680780f735c146f732ef0268c549d3.tar.zst freebsd-ports-gnome-a6faa46550680780f735c146f732ef0268c549d3.zip |
- update to 1.7.0
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/licq-console/Makefile | 10 | ||||
-rw-r--r-- | net-im/licq-qt-gui/Makefile | 8 | ||||
-rw-r--r-- | net-im/licq/Makefile | 8 | ||||
-rw-r--r-- | net-im/licq/Makefile.inc | 8 | ||||
-rw-r--r-- | net-im/licq/distinfo | 4 | ||||
-rw-r--r-- | net-im/licq/pkg-plist | 2 |
6 files changed, 15 insertions, 25 deletions
diff --git a/net-im/licq-console/Makefile b/net-im/licq-console/Makefile index 1b3a7bf22174..8c107d5b09d7 100644 --- a/net-im/licq-console/Makefile +++ b/net-im/licq-console/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: console-licq -# Date created: 18 October 2000 -# Whom: Jeremy Norris <ishmael27@home.com> -# +# Created by: Jeremy Norris <ishmael27@home.com> # $FreeBSD$ -# PORTNAME= console PORTVERSION= ${CONSOLE_LICQ_VER} @@ -12,8 +8,8 @@ CATEGORIES= net-im MAINTAINER= dinoex@FreeBSD.org COMMENT= Ncurses-based console plugin for Licq -LIB_DEPENDS= cdk.5:${PORTSDIR}/devel/cdk \ - boost_regex.4:${PORTSDIR}/devel/boost-libs +LIB_DEPENDS= cdk:${PORTSDIR}/devel/cdk \ + boost_regex:${PORTSDIR}/devel/boost-libs LICENSE= GPLv2 diff --git a/net-im/licq-qt-gui/Makefile b/net-im/licq-qt-gui/Makefile index 2ee19731895d..097e4c84b381 100644 --- a/net-im/licq-qt-gui/Makefile +++ b/net-im/licq-qt-gui/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: qt-gui-licq -# Date created: 18 October 2000 -# Whom: Jeremy Norris <ishmael272home.com> -# +# Created by: Jeremy Norris <ishmael272home.com> # $FreeBSD$ -# PORTNAME= qt4-gui PORTVERSION= ${QT_LICQ_VER} @@ -13,7 +9,7 @@ PKGNAMESUFFIX?= ${KDE_SUFFIX}${PKGNAMESUFFIX2} MAINTAINER= dinoex@FreeBSD.org COMMENT= Qt plugin for licq -LIB_DEPENDS= boost_regex.4:${PORTSDIR}/devel/boost-libs +LIB_DEPENDS= boost_regex:${PORTSDIR}/devel/boost-libs #BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen LICENSE= GPLv2 diff --git a/net-im/licq/Makefile b/net-im/licq/Makefile index 955348bed7fc..bb4b7f6492b9 100644 --- a/net-im/licq/Makefile +++ b/net-im/licq/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: licq -# Date created: 2 July 1998 -# Whom: Brian Feldman & Matt Heckaman -# +# Created by: Brian Feldman & Matt Heckaman # $FreeBSD$ -# PORTNAME= base PORTVERSION= ${LICQ_VER} @@ -13,7 +9,7 @@ PKGNAMESUFFIX= ${SOCKS_SUFFIX}${PKGNAMESUFFIX2} MAINTAINER= dinoex@FreeBSD.org COMMENT= A popular ICQ-compatible plugin-based program -LIB_DEPENDS= boost_regex.4:${PORTSDIR}/devel/boost-libs +LIB_DEPENDS= boost_regex:${PORTSDIR}/devel/boost-libs LICENSE= GPLv2 diff --git a/net-im/licq/Makefile.inc b/net-im/licq/Makefile.inc index 4ddfe3ffb317..ecf31212628b 100644 --- a/net-im/licq/Makefile.inc +++ b/net-im/licq/Makefile.inc @@ -2,10 +2,10 @@ # $FreeBSD$ PKGNAMEPREFIX= licq- -LICQ_VER= 1.6.1 -QT_LICQ_VER= 1.6.1 -OSD_LICQ_VER= 1.6.1 -CONSOLE_LICQ_VER= 1.6.1 +LICQ_VER= 1.7.0 +QT_LICQ_VER= 1.7.0 +OSD_LICQ_VER= 1.7.0 +CONSOLE_LICQ_VER= 1.7.0 .if ${PORTNAME} != "base" BUILD_DEPENDS+= licq:${PORTSDIR}/${LICQ_PORT} RUN_DEPENDS+= licq:${PORTSDIR}/${LICQ_PORT} diff --git a/net-im/licq/distinfo b/net-im/licq/distinfo index 1cb45fb17ab1..81f1751c50bc 100644 --- a/net-im/licq/distinfo +++ b/net-im/licq/distinfo @@ -1,2 +1,2 @@ -SHA256 (licq-1.6.1.tar.bz2) = e298f2d22f90777b43bc7c583b0a1b1886ba19b20494ad80da8f0f431199994b -SIZE (licq-1.6.1.tar.bz2) = 2371277 +SHA256 (licq-1.7.0.tar.bz2) = 70c799920c9fb2c9079cbe4e5b5298fb1e0e348138ff12670b3ae1e3ec30b6ec +SIZE (licq-1.7.0.tar.bz2) = 2399061 diff --git a/net-im/licq/pkg-plist b/net-im/licq/pkg-plist index 96f79f91d93f..1263ce357833 100644 --- a/net-im/licq/pkg-plist +++ b/net-im/licq/pkg-plist @@ -17,6 +17,8 @@ include/licq/icq/chat.h include/licq/icq/codes.h include/licq/icq/filetransfer.h include/licq/icq/icq.h +include/licq/icq/owner.h +include/licq/icq/user.h include/licq/inifile.h include/licq/licqversion.h include/licq/logging/log.h |