net/openggsn: update to 0.94

PR:		224268
Submitted by:	Nikola Kolev <koue@chaosophia.net> (maintainer)
This commit is contained in:
Steve Wills 2017-12-12 12:49:09 +00:00
parent 77c586a1fb
commit 0a352660dc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=456128
3 changed files with 9 additions and 7 deletions

View file

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= openggsn
PORTVERSION= 0.92
PORTVERSION= 0.94
CATEGORIES= net
MASTER_SITES= http://git.osmocom.org/${PORTNAME}/snapshot/ \
http://chaosophia.net/downloads/osmocom/${PORTNAME}/
@ -12,7 +12,8 @@ COMMENT= Implementation of the Gateway GPRS Support Node element
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libosmocore.so:devel/libosmocore
LIB_DEPENDS= libosmocore.so:devel/libosmocore \
libtalloc.so:devel/talloc
GNU_CONFIGURE= yes
USES= autoreconf gmake libtool pathfix pkgconfig
@ -23,6 +24,6 @@ post-patch:
${ECHO_CMD} ${PORTVERSION} > ${WRKSRC}/.tarball-version
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgtp.so.0
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgtp.so.1
.include <bsd.port.mk>

View file

@ -1,2 +1,3 @@
SHA256 (openggsn-0.92.tar.gz) = 23a32f570f89ac3a2473522adccaa2ac0949ed43b7c0217145ef2943df2d65ef
SIZE (openggsn-0.92.tar.gz) = 126183
TIMESTAMP = 1513077316
SHA256 (openggsn-0.94.tar.gz) = 8253b82f282b4128b39b5fc20ed56c7cce544f8f82436fc3d893209286e3387d
SIZE (openggsn-0.94.tar.gz) = 140368

View file

@ -5,8 +5,8 @@ include/gtpie.h
include/pdp.h
lib/libgtp.a
lib/libgtp.so
lib/libgtp.so.0
lib/libgtp.so.0.0.0
lib/libgtp.so.1
lib/libgtp.so.1.0.0
libdata/pkgconfig/libgtp.pc
man/man8/ggsn.8.gz
man/man8/sgsnemu.8.gz