diff options
author | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2018-07-03 17:20:45 +0000 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2018-07-03 17:20:45 +0000 |
commit | 64e7eb956e458978f1666bc37ebd099dd9f5b1fe (patch) | |
tree | 45b213559cf8c133a8f0911313620f80dbbd293b | |
parent | 6896f252744ef419c5194c89f1b31a2d3c0a6baa (diff) |
Notes
-rw-r--r-- | net/subnetcalc/Makefile | 8 | ||||
-rw-r--r-- | net/subnetcalc/distinfo | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/net/subnetcalc/Makefile b/net/subnetcalc/Makefile index 037a3ee969ee..31c71fa2d60c 100644 --- a/net/subnetcalc/Makefile +++ b/net/subnetcalc/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= subnetcalc -DISTVERSION= 2.4.8 +DISTVERSION= 2.4.9 CATEGORIES= net MASTER_SITES= https://www.uni-due.de/~be0001/subnetcalc/download/ @@ -10,12 +10,12 @@ MAINTAINER= dreibh@iem.uni-due.de COMMENT= IPv4/IPv6 Subnet Calculator LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libGeoIP.so:net/GeoIP -GNU_CONFIGURE= yes -CONFIGURE_ARGS= "--with-geoip=${LOCALBASE}" -USES= gmake +USES= cmake:outsource +CMAKE_ARGS= -DCMAKE_INSTALL_MANDIR:PATH="man" PLIST_FILES= bin/subnetcalc \ man/man1/subnetcalc.1.gz diff --git a/net/subnetcalc/distinfo b/net/subnetcalc/distinfo index 427068e51c33..92d933321a8d 100644 --- a/net/subnetcalc/distinfo +++ b/net/subnetcalc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1509475618 -SHA256 (subnetcalc-2.4.8.tar.gz) = bb99c5e20e1f1861913d0747e32fcd9f174f674a723b5c255f44b7b43754ae09 -SIZE (subnetcalc-2.4.8.tar.gz) = 399902 +TIMESTAMP = 1529320336 +SHA256 (subnetcalc-2.4.9.tar.gz) = dce27b53857625fdec0409b6534f89eb573d19cc2928ef6d81845902a759cbe9 +SIZE (subnetcalc-2.4.9.tar.gz) = 69257 |