Bug 183805 - net/subnetcalc: support staging, switch gmake to USES
Summary: net/subnetcalc: support staging, switch gmake to USES
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: Jason Helfman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-09 05:30 UTC by Jason Helfman
Modified: 2013-11-22 17:00 UTC (History)
0 users

See Also:


Attachments
file.diff (409 bytes, patch)
2013-11-09 05:30 UTC, Jason Helfman
no flags Details | Diff
net.diff (1.27 KB, patch)
2013-11-15 18:04 UTC, Jason Helfman
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jason Helfman freebsd_committer freebsd_triage 2013-11-09 05:30:00 UTC
support staging
move gmake to USES framework
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-11-09 05:30:07 UTC
Maintainer of net/subnetcalc,

Please note that PR ports/183805 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/183805

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-11-09 05:30:08 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Jason Helfman freebsd_committer freebsd_triage 2013-11-15 17:58:31 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jgh

I'll take it.
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-11-22 16:57:15 UTC
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
_______________________________________________
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 5 Jason Helfman freebsd_committer freebsd_triage 2013-11-22 16:57:29 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!