From owner-svn-ports-all@FreeBSD.ORG Tue Dec 25 11:51:45 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4D196D8D; Tue, 25 Dec 2012 11:51:45 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 18A238FC0C; Tue, 25 Dec 2012 11:51:45 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBPBpi3q049214; Tue, 25 Dec 2012 11:51:44 GMT (envelope-from ak@svn.freebsd.org) Received: (from ak@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBPBpiik049211; Tue, 25 Dec 2012 11:51:44 GMT (envelope-from ak@svn.freebsd.org) Message-Id: <201212251151.qBPBpiik049211@svn.freebsd.org> From: Alex Kozlov Date: Tue, 25 Dec 2012 11:51:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309480 - head/net/subnetcalc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Dec 2012 11:51:45 -0000 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 (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 -# +# Created by: Thomas Dreibholz # $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 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