summaryrefslogtreecommitdiffstats
path: root/net-im/telepathy-gabble/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2012-08-08 04:40:45 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2012-08-08 04:40:45 +0800
commit375dab986dd559878093a3567b798c87149242d6 (patch)
tree93b20413fd2004a557004510448837396a511df6 /net-im/telepathy-gabble/Makefile
parentba0f2e2816a65f0155d9394a4a15ddb1aeebea9a (diff)
downloadmarcuscom-ports-375dab986dd559878093a3567b798c87149242d6.tar
marcuscom-ports-375dab986dd559878093a3567b798c87149242d6.tar.gz
marcuscom-ports-375dab986dd559878093a3567b798c87149242d6.tar.bz2
marcuscom-ports-375dab986dd559878093a3567b798c87149242d6.tar.lz
marcuscom-ports-375dab986dd559878093a3567b798c87149242d6.tar.xz
marcuscom-ports-375dab986dd559878093a3567b798c87149242d6.tar.zst
marcuscom-ports-375dab986dd559878093a3567b798c87149242d6.zip
Update to 0.16.1.
Pet portlint. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17029 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net-im/telepathy-gabble/Makefile')
-rw-r--r--net-im/telepathy-gabble/Makefile22
1 files changed, 12 insertions, 10 deletions
diff --git a/net-im/telepathy-gabble/Makefile b/net-im/telepathy-gabble/Makefile
index d916de5bc..22a933f15 100644
--- a/net-im/telepathy-gabble/Makefile
+++ b/net-im/telepathy-gabble/Makefile
@@ -3,10 +3,10 @@
# Whom: Florent Thoumie <flz@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/net-im/telepathy-gabble/Makefile,v 1.19 2012/02/27 23:21:02 kwm Exp $
+# $MCom: ports/net-im/telepathy-gabble/Makefile,v 1.20 2012/06/12 22:50:54 mezz Exp $
PORTNAME= telepathy-gabble
-PORTVERSION= 0.16.0
+PORTVERSION= 0.16.1
CATEGORIES= net-im
MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/
@@ -16,17 +16,17 @@ COMMENT= Jabber Connection Manager for Telepathy Framework
BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt \
telepathy-glib>=0.18.0:${PORTSDIR}/net-im/telepathy-glib \
${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss
-LIB_DEPENDS= soup-2.4.1:${PORTSDIR}/devel/libsoup \
- nice.10:${PORTSDIR}/net-im/libnice \
- telepathy-glib.0:${PORTSDIR}/net-im/telepathy-glib \
- dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
- uuid.1:${PORTSDIR}/misc/e2fsprogs-libuuid \
- loudmouth-1.0:${PORTSDIR}/net-im/loudmouth \
- sqlite3.8:${PORTSDIR}/databases/sqlite3
+LIB_DEPENDS= soup-2.4:${PORTSDIR}/devel/libsoup \
+ nice:${PORTSDIR}/net-im/libnice \
+ telepathy-glib:${PORTSDIR}/net-im/telepathy-glib \
+ dbus-glib-1:${PORTSDIR}/devel/dbus-glib \
+ uuid:${PORTSDIR}/misc/e2fsprogs-libuuid \
+ loudmouth-1:${PORTSDIR}/net-im/loudmouth \
+ sqlite3:${PORTSDIR}/databases/sqlite3
RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss
GNU_CONFIGURE= yes
-LDFLAGS= ${PTHREAD_LIBS}
+LDFLAGS+= ${PTHREAD_LIBS}
USE_GMAKE= yes
USE_GNOME= gnomehack pkgconfig glib20
USE_OPENSSL= yes
@@ -35,6 +35,8 @@ CONFIGURE_ARGS= --with-ca-certificates=${LOCALBASE}/share/certs/ca-root-nss.crt
MAN8= telepathy-gabble.8
+PLIST_SUB= PVERSION=${PORTVERSION}
+
.if defined(WITH_OPENSSL_BASE)
CONFIGURE_ENV+= OPENSSL_LIBS="-L/usr/lib -ssl -crypto" OPENSSL_CFLAGS="-I/usr/include"
.endif