Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Feb 2015 21:13:46 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r378801 - in head: games/0ad net-im/gloox net-im/licq-jabber
Message-ID:  <201502102113.t1ALDkNS025797@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Tue Feb 10 21:13:45 2015
New Revision: 378801
URL: https://svnweb.freebsd.org/changeset/ports/378801
QAT: https://qat.redports.org/buildarchive/r378801/

Log:
  - Update gloox to 1.0.13
  - Chase gloox library version bump in dependent ports
  
  PR:		197450
  Submitted by:	tkato432@yahoo.com

Modified:
  head/games/0ad/Makefile
  head/net-im/gloox/Makefile
  head/net-im/gloox/distinfo
  head/net-im/gloox/pkg-plist
  head/net-im/licq-jabber/Makefile

Modified: head/games/0ad/Makefile
==============================================================================
--- head/games/0ad/Makefile	Tue Feb 10 21:05:38 2015	(r378800)
+++ head/games/0ad/Makefile	Tue Feb 10 21:13:45 2015	(r378801)
@@ -2,7 +2,7 @@
 
 PORTNAME=	0ad
 PORTVERSION=	0.0.17
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	games
 MASTER_SITES=	SF/zero-ad/releases
 DISTFILES=	${PORTNAME}-${PORTVERSION}-alpha-unix-build.tar.xz \

Modified: head/net-im/gloox/Makefile
==============================================================================
--- head/net-im/gloox/Makefile	Tue Feb 10 21:05:38 2015	(r378800)
+++ head/net-im/gloox/Makefile	Tue Feb 10 21:13:45 2015	(r378801)
@@ -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||'

Modified: head/net-im/gloox/distinfo
==============================================================================
--- head/net-im/gloox/distinfo	Tue Feb 10 21:05:38 2015	(r378800)
+++ head/net-im/gloox/distinfo	Tue Feb 10 21:13:45 2015	(r378801)
@@ -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

Modified: head/net-im/gloox/pkg-plist
==============================================================================
--- head/net-im/gloox/pkg-plist	Tue Feb 10 21:05:38 2015	(r378800)
+++ head/net-im/gloox/pkg-plist	Tue Feb 10 21:13:45 2015	(r378801)
@@ -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

Modified: head/net-im/licq-jabber/Makefile
==============================================================================
--- head/net-im/licq-jabber/Makefile	Tue Feb 10 21:05:38 2015	(r378800)
+++ head/net-im/licq-jabber/Makefile	Tue Feb 10 21:13:45 2015	(r378801)
@@ -2,7 +2,7 @@
 
 PORTNAME=	jabber
 PORTVERSION=	1.8.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net-im
 
 MAINTAINER=	dinoex@FreeBSD.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502102113.t1ALDkNS025797>