diff options
author | dinoex <dinoex@FreeBSD.org> | 2013-08-31 03:24:37 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2013-08-31 03:24:37 +0800 |
commit | ae3a3d75574a5aa1ec693864d7edab8861d63a70 (patch) | |
tree | 745173033d02f687b4e4c31afbe9f9fa02680a10 /net-im/licq | |
parent | 5f948637786055592adb20514cf2c660200a6611 (diff) | |
download | freebsd-ports-gnome-ae3a3d75574a5aa1ec693864d7edab8861d63a70.tar.gz freebsd-ports-gnome-ae3a3d75574a5aa1ec693864d7edab8861d63a70.tar.zst freebsd-ports-gnome-ae3a3d75574a5aa1ec693864d7edab8861d63a70.zip |
- update to 1.8.0
- removed plugins: licq-console is no longer maintened upstream.
- new plugins: licq-icq, licq-msn
Diffstat (limited to 'net-im/licq')
-rw-r--r-- | net-im/licq/Makefile.inc | 2 | ||||
-rw-r--r-- | net-im/licq/distinfo | 4 | ||||
-rw-r--r-- | net-im/licq/pkg-message | 4 | ||||
-rw-r--r-- | net-im/licq/pkg-plist | 18 |
4 files changed, 19 insertions, 9 deletions
diff --git a/net-im/licq/Makefile.inc b/net-im/licq/Makefile.inc index 11e3628fff15..07ed7ff9b1e7 100644 --- a/net-im/licq/Makefile.inc +++ b/net-im/licq/Makefile.inc @@ -2,7 +2,7 @@ # $FreeBSD$ PKGNAMEPREFIX= licq- -LICQ_VER= 1.7.1 +LICQ_VER= 1.8.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 6f580217b502..dceacc1356c2 100644 --- a/net-im/licq/distinfo +++ b/net-im/licq/distinfo @@ -1,2 +1,2 @@ -SHA256 (licq-1.7.1.tar.bz2) = f40537cc6286f6fbfd1e4dd6e98198e58721723003a5a1d1c6ccbf99bdc00da4 -SIZE (licq-1.7.1.tar.bz2) = 2399713 +SHA256 (licq-1.8.0.tar.bz2) = e30de74b92928bbf0724a2c6f45931cbb4bd90d8d9b1d4ddd002cfa01867da1f +SIZE (licq-1.8.0.tar.bz2) = 2252723 diff --git a/net-im/licq/pkg-message b/net-im/licq/pkg-message index 41656d4d7bc4..a1ec9e455fe6 100644 --- a/net-im/licq/pkg-message +++ b/net-im/licq/pkg-message @@ -1,3 +1,3 @@ In order to actually use licq, at least one plugin port needs to be installed. -Currently they include: licq-qt-gui, licq-jons-gtk-gui, licq-console -and several others. Check the net category to find them. +Currently they include: licq-qt-gui, licq-kde-gui and several others. +Check the net category to find them. diff --git a/net-im/licq/pkg-plist b/net-im/licq/pkg-plist index 1263ce357833..fdcb9ef97549 100644 --- a/net-im/licq/pkg-plist +++ b/net-im/licq/pkg-plist @@ -8,15 +8,16 @@ include/licq/contactlist/owner.h include/licq/contactlist/user.h include/licq/contactlist/usermanager.h include/licq/conversation.h +include/licq/crypto.h include/licq/daemon.h include/licq/event.h include/licq/exceptions/exception.h include/licq/filter.h include/licq/gpghelper.h include/licq/icq/chat.h -include/licq/icq/codes.h include/licq/icq/filetransfer.h include/licq/icq/icq.h +include/licq/icq/icqdata.h include/licq/icq/owner.h include/licq/icq/user.h include/licq/inifile.h @@ -27,16 +28,25 @@ include/licq/logging/logsink.h include/licq/logging/logutils.h include/licq/logging/pluginlogsink.h include/licq/macro.h -include/licq/md5.h +include/licq/mainloop.h include/licq/oneventmanager.h include/licq/packet.h include/licq/pipe.h -include/licq/plugin/generalbase.h include/licq/plugin/generalplugin.h +include/licq/plugin/generalpluginfactory.h +include/licq/plugin/generalpluginhelper.h +include/licq/plugin/generalplugininstance.h +include/licq/plugin/generalplugininterface.h include/licq/plugin/plugin.h +include/licq/plugin/pluginfactory.h +include/licq/plugin/plugininstance.h +include/licq/plugin/plugininterface.h include/licq/plugin/pluginmanager.h -include/licq/plugin/protocolbase.h include/licq/plugin/protocolplugin.h +include/licq/plugin/protocolpluginfactory.h +include/licq/plugin/protocolpluginhelper.h +include/licq/plugin/protocolplugininstance.h +include/licq/plugin/protocolplugininterface.h include/licq/pluginsignal.h include/licq/protocolmanager.h include/licq/protocolsignal.h |