diff options
author | madpilot <madpilot@FreeBSD.org> | 2015-02-11 05:13:45 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2015-02-11 05:13:45 +0800 |
commit | 48f62d463b11c27be47c6f1e9a0fe823962e99de (patch) | |
tree | 2817d432b7a9d98839642808191b29e09b991841 /net-im | |
parent | 164815b0719321b5fb34366d062c190cb0a20cea (diff) | |
download | freebsd-ports-gnome-48f62d463b11c27be47c6f1e9a0fe823962e99de.tar.gz freebsd-ports-gnome-48f62d463b11c27be47c6f1e9a0fe823962e99de.tar.zst freebsd-ports-gnome-48f62d463b11c27be47c6f1e9a0fe823962e99de.zip |
- Update gloox to 1.0.13
- Chase gloox library version bump in dependent ports
PR: 197450
Submitted by: tkato432@yahoo.com
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/gloox/Makefile | 10 | ||||
-rw-r--r-- | net-im/gloox/distinfo | 4 | ||||
-rw-r--r-- | net-im/gloox/pkg-plist | 6 | ||||
-rw-r--r-- | net-im/licq-jabber/Makefile | 2 |
4 files changed, 12 insertions, 10 deletions
diff --git a/net-im/gloox/Makefile b/net-im/gloox/Makefile index 2e205c0cc020..253e7f0128ea 100644 --- a/net-im/gloox/Makefile +++ b/net-im/gloox/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gloox -PORTVERSION= 1.0.10 -PORTREVISION= 4 +PORTVERSION= 1.0.13 CATEGORIES= net-im MASTER_SITES= http://camaya.net/download/ @@ -11,7 +10,6 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Jabber/XMPP client library LICENSE= GPLv3 -LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libidn.so:${PORTSDIR}/dns/libidn \ libgnutls.so:${PORTSDIR}/security/gnutls @@ -24,10 +22,12 @@ USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +PORTSCOUT= skipv:1.0.x + post-patch: @${REINPLACE_CMD} -e \ - 's| -ansi|| ; \ - s| -lgcrypt||' ${WRKSRC}/configure + 's|"GNU strip"|"strip"| ; \ + s| -ansi||' ${WRKSRC}/configure @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ 's| -pedantic|| ; \ s| -pipe||' diff --git a/net-im/gloox/distinfo b/net-im/gloox/distinfo index 624e10566d52..6dab03cdf36b 100644 --- a/net-im/gloox/distinfo +++ b/net-im/gloox/distinfo @@ -1,2 +1,2 @@ -SHA256 (gloox-1.0.10.tar.bz2) = 300e756af97d43f3f70f1e68e4d4c7129d587dface61633f50d2c490876f58a3 -SIZE (gloox-1.0.10.tar.bz2) = 670288 +SHA256 (gloox-1.0.13.tar.bz2) = 4d9f1eeac97c6563dde11d4bdba346a025ef27908b088b47b5c8d3d03df6ea8a +SIZE (gloox-1.0.13.tar.bz2) = 675842 diff --git a/net-im/gloox/pkg-plist b/net-im/gloox/pkg-plist index fbc26eecdf3e..948a8201aef1 100644 --- a/net-im/gloox/pkg-plist +++ b/net-im/gloox/pkg-plist @@ -2,6 +2,7 @@ bin/gloox-config include/gloox/adhoc.h include/gloox/adhoccommandprovider.h include/gloox/adhochandler.h +include/gloox/adhocplugin.h include/gloox/amp.h include/gloox/annotations.h include/gloox/annotationshandler.h @@ -59,6 +60,7 @@ include/gloox/gpgencrypted.h include/gloox/gpgsigned.h include/gloox/inbandbytestream.h include/gloox/instantmucroom.h +include/gloox/iodata.h include/gloox/iq.h include/gloox/iqhandler.h include/gloox/jid.h @@ -148,6 +150,6 @@ include/gloox/vcardupdate.h include/gloox/xhtmlim.h lib/libgloox.a lib/libgloox.so -lib/libgloox.so.12 -lib/libgloox.so.12.0.0 +lib/libgloox.so.13 +lib/libgloox.so.13.0.0 libdata/pkgconfig/gloox.pc diff --git a/net-im/licq-jabber/Makefile b/net-im/licq-jabber/Makefile index 084a103da93d..d100f370b700 100644 --- a/net-im/licq-jabber/Makefile +++ b/net-im/licq-jabber/Makefile @@ -2,7 +2,7 @@ PORTNAME= jabber PORTVERSION= 1.8.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-im MAINTAINER= dinoex@FreeBSD.org |