Date: Fri, 22 Nov 2013 16:57:06 +0000 (UTC) From: Jason Helfman <jgh@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334601 - head/net/subnetcalc Message-ID: <201311221657.rAMGv6Tw065875@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jgh Date: Fri Nov 22 16:57:06 2013 New Revision: 334601 URL: http://svnweb.freebsd.org/changeset/ports/334601 Log: - 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) Modified: head/net/subnetcalc/Makefile head/net/subnetcalc/distinfo Modified: head/net/subnetcalc/Makefile ============================================================================== --- head/net/subnetcalc/Makefile Fri Nov 22 16:52:48 2013 (r334600) +++ head/net/subnetcalc/Makefile Fri Nov 22 16:57:06 2013 (r334601) @@ -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> Modified: head/net/subnetcalc/distinfo ============================================================================== --- head/net/subnetcalc/distinfo Fri Nov 22 16:52:48 2013 (r334600) +++ head/net/subnetcalc/distinfo Fri Nov 22 16:57:06 2013 (r334601) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311221657.rAMGv6Tw065875>