diff options
author | jgh <jgh@FreeBSD.org> | 2013-11-23 00:57:06 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2013-11-23 00:57:06 +0800 |
commit | e9e6fa07737f3c6bfd70aa43f78ef9fdd4a2b6c5 (patch) | |
tree | bfe2142d9cfe14545381bcc5c4416fc4ef2ac65d /net/subnetcalc | |
parent | c8c272b169d5cd18ec412b66dfcfc7d7941f637d (diff) | |
download | freebsd-ports-gnome-e9e6fa07737f3c6bfd70aa43f78ef9fdd4a2b6c5.tar.gz freebsd-ports-gnome-e9e6fa07737f3c6bfd70aa43f78ef9fdd4a2b6c5.tar.zst freebsd-ports-gnome-e9e6fa07737f3c6bfd70aa43f78ef9fdd4a2b6c5.zip |
- update to 2.2.0
- adopt new lib_depends format
- support staging
PR: 183805
Approved by: dreibh@iem.uni-due.de (maintainer timeout, 14 days)
Diffstat (limited to 'net/subnetcalc')
-rw-r--r-- | net/subnetcalc/Makefile | 11 | ||||
-rw-r--r-- | net/subnetcalc/distinfo | 4 |
2 files changed, 7 insertions, 8 deletions
diff --git a/net/subnetcalc/Makefile b/net/subnetcalc/Makefile index e8a4543a3c4f..4212b1f2dcb4 100644 --- a/net/subnetcalc/Makefile +++ b/net/subnetcalc/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= subnetcalc -PORTVERSION= 2.1.4 +PORTVERSION= 2.2.0 CATEGORIES= net MASTER_SITES= http://www.iem.uni-due.de/~dreibh/subnetcalc/download/ \ http://www.exp-math.uni-essen.de/~dreibh/subnetcalc/download/ @@ -12,14 +12,13 @@ COMMENT= IPv4/IPv6 Subnet Calculator LICENSE= GPLv3 -LIB_DEPENDS= GeoIP:${PORTSDIR}/net/GeoIP +LIB_DEPENDS= libGeoIP.so:${PORTSDIR}/net/GeoIP GNU_CONFIGURE= yes CONFIGURE_ARGS= "--with-geoip=${LOCALBASE}" -USE_GMAKE= yes +USES= gmake -PLIST_FILES= bin/subnetcalc -MAN1= subnetcalc.1 +PLIST_FILES= bin/subnetcalc \ + man/man1/subnetcalc.1.gz -NO_STAGE= yes .include <bsd.port.mk> diff --git a/net/subnetcalc/distinfo b/net/subnetcalc/distinfo index bebd2e72ed90..5be1215338ad 100644 --- a/net/subnetcalc/distinfo +++ b/net/subnetcalc/distinfo @@ -1,2 +1,2 @@ -SHA256 (subnetcalc-2.1.4.tar.gz) = 51cd353da2eb2a6ae33b364fa19cc5c921d1d0c3b30ebf56ce3eee033d5fe537 -SIZE (subnetcalc-2.1.4.tar.gz) = 357198 +SHA256 (subnetcalc-2.2.0.tar.gz) = 064ff56ed5d90932b87a5bfaf556a5bba3a6593442e0e2333251141e82d34eb1 +SIZE (subnetcalc-2.2.0.tar.gz) = 362322 |