Date: Tue, 25 Dec 2012 11:51:44 +0000 (UTC) From: Alex Kozlov <ak@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309480 - head/net/subnetcalc Message-ID: <201212251151.qBPBpiik049211@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ak Date: Tue Dec 25 11:51:44 2012 New Revision: 309480 URL: http://svnweb.freebsd.org/changeset/ports/309480 Log: - Update to 2.1.4 [1] - Convert Makefile headers to new style - Remove LICENSE_FILE since GPLv3 is in Templates/Licenses - Remove ABI version numbers from LIB_DEPENDS PR: ports/174612 (based on) [1] Submitted by: Thomas Dreibholz <dreibh@iem.uni-due.de> (maintainer) Modified: head/net/subnetcalc/Makefile (contents, props changed) head/net/subnetcalc/distinfo (contents, props changed) Modified: head/net/subnetcalc/Makefile ============================================================================== --- head/net/subnetcalc/Makefile Tue Dec 25 11:41:23 2012 (r309479) +++ head/net/subnetcalc/Makefile Tue Dec 25 11:51:44 2012 (r309480) @@ -1,12 +1,8 @@ -# New ports collection makefile for: subnetcalc -# Date created: 27 July 2010 -# Whom: Thomas Dreibholz <dreibh@iem.uni-due.de> -# +# Created by: Thomas Dreibholz <dreibh@iem.uni-due.de> # $FreeBSD$ -# PORTNAME= subnetcalc -PORTVERSION= 2.1.3 +PORTVERSION= 2.1.4 CATEGORIES= net MASTER_SITES= http://www.iem.uni-due.de/~dreibh/subnetcalc/download/ \ http://www.exp-math.uni-essen.de/~dreibh/subnetcalc/download/ @@ -14,16 +10,15 @@ MASTER_SITES= http://www.iem.uni-due.de/ MAINTAINER= dreibh@iem.uni-due.de COMMENT= IPv4/IPv6 Subnet Calculator -LIB_DEPENDS= GeoIP.5:${PORTSDIR}/net/GeoIP +LICENSE= GPLv3 + +LIB_DEPENDS= GeoIP:${PORTSDIR}/net/GeoIP GNU_CONFIGURE= yes CONFIGURE_ARGS= "--with-geoip=${LOCALBASE}" USE_GMAKE= yes -LICENSE= GPLv3 -LICENSE_FILE= ${WRKSRC}/COPYING - PLIST_FILES= bin/subnetcalc -MAN8= subnetcalc.8 +MAN1= subnetcalc.1 .include <bsd.port.mk> Modified: head/net/subnetcalc/distinfo ============================================================================== --- head/net/subnetcalc/distinfo Tue Dec 25 11:41:23 2012 (r309479) +++ head/net/subnetcalc/distinfo Tue Dec 25 11:51:44 2012 (r309480) @@ -1,2 +1,2 @@ -SHA256 (subnetcalc-2.1.3.tar.gz) = 3ece31f19cb45694977f7630c95480716eb7799a899c27d46001fcba564301d2 -SIZE (subnetcalc-2.1.3.tar.gz) = 332092 +SHA256 (subnetcalc-2.1.4.tar.gz) = 51cd353da2eb2a6ae33b364fa19cc5c921d1d0c3b30ebf56ce3eee033d5fe537 +SIZE (subnetcalc-2.1.4.tar.gz) = 357198
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212251151.qBPBpiik049211>