diff options
Diffstat (limited to 'textproc/exmpp/Makefile')
-rw-r--r-- | textproc/exmpp/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/textproc/exmpp/Makefile b/textproc/exmpp/Makefile index aa4d189d1c17..3ce1ed170c90 100644 --- a/textproc/exmpp/Makefile +++ b/textproc/exmpp/Makefile @@ -2,11 +2,8 @@ # $FreeBSD$ PORTNAME= exmpp -PORTVERSION= 0.9.7 -PORTREVISION= 2 +PORTVERSION= 0.9.9 CATEGORIES= textproc net-im -MASTER_SITES= http://download.process-one.net/${PORTNAME}/ -EXTRACT_SUFX= .tgz MAINTAINER= olgeni@FreeBSD.org COMMENT= Fast and scalable library for XMPP written in Erlang/OTP @@ -19,6 +16,12 @@ RUN_DEPENDS= erl:${PORTSDIR}/lang/erlang LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 \ libxml2.so:${PORTSDIR}/textproc/libxml2 +USE_GITHUB= yes +GH_ACCOUNT= processone +GH_PROJECT= exmpp +GH_COMMIT= 829cdc2 +GH_TAGNAME= v${PORTVERSION} + GNU_CONFIGURE= yes CONFIGURE_ARGS+=--enable-static=yes \ --enable-shared=yes \ |