mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Update gloox to 1.0.13
- Chase gloox library version bump in dependent ports PR: 197450 Submitted by: tkato432@yahoo.com
This commit is contained in:
parent
6faf4df539
commit
fad83636a5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=378801
5 changed files with 13 additions and 11 deletions
|
@ -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 \
|
||||
|
|
|
@ -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||'
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= jabber
|
||||
PORTVERSION= 1.8.2
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= net-im
|
||||
|
||||
MAINTAINER= dinoex@FreeBSD.org
|
||||
|
|
Loading…
Add table
Reference in a new issue