Bug 185545 - net-mgmt/irrtoolset: update for staging and USES
Summary: net-mgmt/irrtoolset: update for staging and 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: 2014-01-07 06:20 UTC by rkoberman
Modified: 2014-01-07 16:20 UTC (History)
0 users

See Also:


Attachments
file.diff (589 bytes, patch)
2014-01-07 06:20 UTC, rkoberman
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description rkoberman 2014-01-07 06:20:00 UTC
	Trivial update to use USES and staging. Also update my address

How-To-Repeat: 	N/A
Comment 1 Jason Helfman freebsd_committer freebsd_triage 2014-01-07 07:25:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jgh

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-01-07 16:10:55 UTC
Author: jgh
Date: Tue Jan  7 16:10:48 2014
New Revision: 339011
URL: http://svnweb.freebsd.org/changeset/ports/339011

Log:
  - adjust USES to include gmake, and adopt staging
  - modify maintainer address to new contact information
  - while here trim comment
  $
  PR:	185545
  Submitted by:	maintainer, oberman@es.net

Modified:
  head/net-mgmt/irrtoolset/Makefile

Modified: head/net-mgmt/irrtoolset/Makefile
==============================================================================
--- head/net-mgmt/irrtoolset/Makefile	Tue Jan  7 16:08:06 2014	(r339010)
+++ head/net-mgmt/irrtoolset/Makefile	Tue Jan  7 16:10:48 2014	(r339011)
@@ -5,17 +5,15 @@ PORTVERSION=	5.0.1
 CATEGORIES=	net-mgmt
 MASTER_SITES=	ISC/IRRToolSet/IRRToolSet-${PORTVERSION}
 
-MAINTAINER=	oberman@es.net
-COMMENT=	A suite of routing policy tools to interact with the IRR
+MAINTAINER=	rkoberman@gmail.com
+COMMENT=	Suite of routing policy tools to interact with the IRR
 
-PLIST_FILES=	bin/rpslcheck bin/peval bin/rtconfig
+PLIST_FILES=	bin/rpslcheck bin/peval bin/rtconfig \
+		man/man1/rtconfig.1.gz man/man1/peval.1.gz \
+		man/man1/rpslcheck.1.gz man/man1/irrtoolset-errors.1.gz
 
-USES=		bison
-USE_GMAKE=	yes
+USES=		bison gmake
 GNU_CONFIGURE=	yes
 USE_AUTOTOOLS=	libtool
 
-MAN1=		rtconfig.1 peval.1 rpslcheck.1 irrtoolset-errors.1
-
-NO_STAGE=	yes
 .include <bsd.port.mk>
_______________________________________________
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 3 Jason Helfman freebsd_committer freebsd_triage 2014-01-07 16:12:06 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!