Update the net-mgmt/irrtoolset port to 5.0.1 which was released today Fix: Patch port as follows: te created: May 4th 1997 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $FreeBSD: ports/net-mgmt/irrtoolset/Makefile,v 1.38 2010/12/04 07:33:09 ade Exp $ +# $FreeBSD: oberman/net-mgmt/irrtoolset/Makefile 5993 2012-08-14 00:18:10Z oberman $ # PORTNAME= irrtoolset -PORTVERSION= 5.0.0 +PORTVERSION= 5.0.1 CATEGORIES= net-mgmt MASTER_SITES= ISC/IRRToolSet/IRRToolSet-${PORTVERSION} How-To-Repeat: N/A
Class Changed From-To: maintainer-update->change-request Fix category (submitter is not maintainer) (via the GNATS Auto Assign Tool)
Maintainer of net-mgmt/irrtoolset, Please note that PR ports/170617 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/170617 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
I submitted the update, so I guess I approve it, too. Not sure why I got this. -- R. Kevin Oberman, Network Engineer Emeritus Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net
Responsible Changed From-To: freebsd-ports-bugs->rm I will take it.
----- Forwarded message from Kevin Oberman <oberman@es.net> ----- Date: Mon, 13 Aug 2012 23:29:04 -0700 From: Kevin Oberman <oberman@es.net> To: rm@FreeBSD.org Cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/170617: [maintainer update] Update net-mgmt/irrtoolset to 5.0.1 I ran a full set of builds on redports and it all worked except on 10/i386 where it failed to build (actually package) libtool, so never tried irrtoolset. :-( -- R. Kevin Oberman, Network Engineer Emeritus Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net _______________________________________________ freebsd-ports-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs To unsubscribe, send any mail to "freebsd-ports-bugs-unsubscribe@freebsd.org" ----- End forwarded message -----
Author: rm Date: Tue Sep 11 19:25:21 2012 New Revision: 304116 URL: http://svn.freebsd.org/changeset/ports/304116 Log: - update to 5.0.1 while here: - strip Makefile header - fix whitespace in pkg-descr PR: 170617 Submitted by: Kevin Oberman <kob6558 at gmail dot com> (maintainer) Modified: head/net-mgmt/irrtoolset/Makefile head/net-mgmt/irrtoolset/distinfo head/net-mgmt/irrtoolset/pkg-descr Modified: head/net-mgmt/irrtoolset/Makefile ============================================================================== --- head/net-mgmt/irrtoolset/Makefile Tue Sep 11 18:28:30 2012 (r304115) +++ head/net-mgmt/irrtoolset/Makefile Tue Sep 11 19:25:21 2012 (r304116) @@ -1,12 +1,7 @@ -# New ports collection makefile for: IRRToolSet -# Date created: May 4th 1997 -# Whom: James FitzGibbon <jfitz@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= irrtoolset -PORTVERSION= 5.0.0 +PORTVERSION= 5.0.1 CATEGORIES= net-mgmt MASTER_SITES= ISC/IRRToolSet/IRRToolSet-${PORTVERSION} Modified: head/net-mgmt/irrtoolset/distinfo ============================================================================== --- head/net-mgmt/irrtoolset/distinfo Tue Sep 11 18:28:30 2012 (r304115) +++ head/net-mgmt/irrtoolset/distinfo Tue Sep 11 19:25:21 2012 (r304116) @@ -1,2 +1,2 @@ -SHA256 (irrtoolset-5.0.0.tar.gz) = 67dc89d1762480e54215ec5ab3320061d2f5a310348b24dcaf0e5c19dbb6c009 -SIZE (irrtoolset-5.0.0.tar.gz) = 611849 +SIZE (irrtoolset-5.0.1.tar.gz) = 639889 +SHA256 (irrtoolset-5.0.1.tar.gz) = c044e4e009bf82db84f6a4f4d5ad563b07357f2d0e9f0bbaaf867e9b33fa5e80 Modified: head/net-mgmt/irrtoolset/pkg-descr ============================================================================== --- head/net-mgmt/irrtoolset/pkg-descr Tue Sep 11 18:28:30 2012 (r304115) +++ head/net-mgmt/irrtoolset/pkg-descr Tue Sep 11 19:25:21 2012 (r304116) @@ -7,6 +7,6 @@ rtconfig routing policy analyzer and rou peval a low-level policy evaluation tool -rpslcheck syntax checks the aut-num policy for an AS +rpslcheck syntax checks the aut-num policy for an AS WWW: http://irrtoolset.isc.org/ _______________________________________________ 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"
State Changed From-To: feedback->closed Hi Kevin. First sorry for such a huge delay. Packaging on my -current/i386 system works fine. Committed, thank you!