Bug 174612 - net/subnetcalc port update to version 2.1.4
Summary: net/subnetcalc port update to version 2.1.4
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Alex Kozlov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-21 17:40 UTC by Thomas Dreibholz
Modified: 2012-12-25 12:00 UTC (History)
0 users

See Also:


Attachments
file.shar (2.21 KB, text/plain)
2012-12-21 17:40 UTC, Thomas Dreibholz
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Dreibholz 2012-12-21 17:40:00 UTC
subnetcalc has been updated to version 2.1.4. This is the update of the FreeBSD port.

Fix: Update the port.

Patch attached with submission follows:
Comment 1 dfilter service freebsd_committer freebsd_triage 2012-12-25 11:52:01 UTC
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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 2 Alex Kozlov freebsd_committer freebsd_triage 2012-12-25 11:52:48 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ak

I'll take it.
Comment 3 Alex Kozlov freebsd_committer freebsd_triage 2012-12-25 11:53:03 UTC
State Changed
From-To: open->closed

Committed. Please submit updates as a diff in the future.