aboutsummaryrefslogtreecommitdiff
path: root/net-im/gloox/Makefile
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2015-02-10 21:13:45 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2015-02-10 21:13:45 +0000
commitfad83636a5329f30cef7d4d9a9e0587c7c81b95e (patch)
tree2817d432b7a9d98839642808191b29e09b991841 /net-im/gloox/Makefile
parent6faf4df539b4c2619e7bf13e9d301fd6cb156e3a (diff)
downloadports-fad83636a5329f30cef7d4d9a9e0587c7c81b95e.tar.gz
ports-fad83636a5329f30cef7d4d9a9e0587c7c81b95e.zip
Notes
Diffstat (limited to 'net-im/gloox/Makefile')
-rw-r--r--net-im/gloox/Makefile10
1 files changed, 5 insertions, 5 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||'