aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/openggsn/Makefile12
-rw-r--r--net/openggsn/distinfo4
-rw-r--r--net/openggsn/pkg-plist2
3 files changed, 12 insertions, 6 deletions
diff --git a/net/openggsn/Makefile b/net/openggsn/Makefile
index 4ca675e028fd..ed00b69cb149 100644
--- a/net/openggsn/Makefile
+++ b/net/openggsn/Makefile
@@ -1,10 +1,10 @@
# $FreeBSD$
PORTNAME= openggsn
-PORTVERSION= 0.91
+PORTVERSION= 0.92
CATEGORIES= net
-MASTER_SITES= http://chaosophia.net/downloads/osmocom/${PORTNAME}/ \
- http://ns1.chaosophia.net/downloads/osmocom/${PORTNAME}/
+MASTER_SITES= http://git.osmocom.org/${PORTNAME}/snapshot/ \
+ http://chaosophia.net/downloads/osmocom/${PORTNAME}/
MAINTAINER= koue@chaosophia.net
COMMENT= Implementation of the Gateway GPRS Support Node element
@@ -12,8 +12,12 @@ COMMENT= Implementation of the Gateway GPRS Support Node element
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
+LIB_DEPENDS= libosmocore.so:${PORTSDIR}/devel/libosmocore
+
GNU_CONFIGURE= yes
-USES= autoreconf gmake libtool
+USES= autoreconf gmake libtool pkgconfig
+
+USE_LDCONFIG= yes
post-patch:
${REINPLACE_CMD} -e 's|pkgconfigdir.*|pkgconfigdir = ${PREFIX}/libdata/pkgconfig|g' \
diff --git a/net/openggsn/distinfo b/net/openggsn/distinfo
index 8abe9d1ac085..dd6996fbd998 100644
--- a/net/openggsn/distinfo
+++ b/net/openggsn/distinfo
@@ -1,2 +1,2 @@
-SHA256 (openggsn-0.91.tar.gz) = a4b11714069af4211daf7297480562ed9aae7a65647c02d52a3c3c6a1ae64d81
-SIZE (openggsn-0.91.tar.gz) = 145300
+SHA256 (openggsn-0.92.tar.gz) = 23a32f570f89ac3a2473522adccaa2ac0949ed43b7c0217145ef2943df2d65ef
+SIZE (openggsn-0.92.tar.gz) = 126183
diff --git a/net/openggsn/pkg-plist b/net/openggsn/pkg-plist
index f111a2d6b694..98e2d73aac7d 100644
--- a/net/openggsn/pkg-plist
+++ b/net/openggsn/pkg-plist
@@ -1,10 +1,12 @@
bin/ggsn
bin/sgsnemu
include/gtp.h
+include/gtpie.h
include/pdp.h
lib/libgtp.a
lib/libgtp.so
lib/libgtp.so.0
lib/libgtp.so.0.0.0
+libdata/pkgconfig/libgtp.pc
man/man8/ggsn.8.gz
man/man8/sgsnemu.8.gz