aboutsummaryrefslogtreecommitdiff
path: root/net/h323plus/Makefile
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2019-01-14 12:38:19 +0000
committerSteve Wills <swills@FreeBSD.org>2019-01-14 12:38:19 +0000
commitbd07b323c3adf402eb0034875b65aa96b99b28a1 (patch)
treeecdbe26550c04944d168626816a5dc076148fb96 /net/h323plus/Makefile
parent3bfde2b12eaadac59720bc500f1fa7256fe5e760 (diff)
downloadports-bd07b323c3adf402eb0034875b65aa96b99b28a1.tar.gz
ports-bd07b323c3adf402eb0034875b65aa96b99b28a1.zip
Notes
Diffstat (limited to 'net/h323plus/Makefile')
-rw-r--r--net/h323plus/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/net/h323plus/Makefile b/net/h323plus/Makefile
index 71cf4b52c8c0..8096486b2d03 100644
--- a/net/h323plus/Makefile
+++ b/net/h323plus/Makefile
@@ -1,10 +1,9 @@
# $FreeBSD$
PORTNAME= h323plus
-DISTVERSIONPREFIX= v
-DISTVERSION= 1_26_8
+DISTVERSIONPREFIX= v
+DISTVERSION= 1_27_0
CATEGORIES= net multimedia
-MASTER_SITES= http://www.h323plus.org/source/download/
MAINTAINER= koue@chaosophia.net
COMMENT= H323 Video Conferencing library
@@ -14,13 +13,16 @@ LICENSE_COMB= multi
LIB_DEPENDS= libpt.so:devel/ptlib
+USE_GITHUB= yes
+GH_ACCOUNT= willamowius
+GH_PROJECT= h323plus
+
USES= gmake ssl
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
# ptlib-config --libs returns bogus dependencies on expat and SDL-1.2
LDFLAGS+= -Wl,--as-needed
-WRKSRC= ${WRKDIR}/${PORTNAME}
MAKE_JOBS_UNSAFE=yes