ports/120701: [UPDATE] net/p5-Net-BGP
Felippe de Meirelles Motta
lippemail at gmail.com
Fri Feb 15 14:30:06 UTC 2008
>Number: 120701
>Category: ports
>Synopsis: [UPDATE] net/p5-Net-BGP
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Fri Feb 15 14:30:05 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator: Felippe de Meirelles Motta
>Release: FreeBSD 7.0-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD 7.0-PRERELEASE #0: Thu Jan 10 01:55:37 BRST 2008
lippe at shire.freebsd.org:/usr/obj/usr/src/sys/GENERIC
>Description:
- Updated to 0.09;
- Use CPAN macro;
- Add missing deps.
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net/p5-Net-BGP/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- Makefile 17 Oct 2004 16:20:58 -0000 1.6
+++ Makefile 14 Feb 2008 21:55:12 -0000
@@ -6,15 +6,19 @@
#
PORTNAME= Net-BGP
-PORTVERSION= 0.08
+PORTVERSION= 0.09
CATEGORIES= net perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR= Net
+MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= skv at FreeBSD.org
COMMENT= Border Gateway Protocol version 4 speaker/listener library
+BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/List/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils \
+ ${SITE_PERL}/TAP/Harness.pm:${PORTSDIR}/devel/p5-Test-Harness \
+ ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
+RUN_DEPENDS+= ${BUILD_DEPENDS}
+
PERL_CONFIGURE= yes
MAN3= Net::BGP.3 Net::BGP::ASPath.3 Net::BGP::NLRI.3 \
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/net/p5-Net-BGP/distinfo,v
retrieving revision 1.6
diff -u -r1.6 distinfo
--- distinfo 22 Jan 2006 21:23:24 -0000 1.6
+++ distinfo 14 Feb 2008 21:55:12 -0000
@@ -1,3 +1,3 @@
-MD5 (Net-BGP-0.08.tar.gz) = 946d056bd3db24a44b48d8538f8b5dc3
-SHA256 (Net-BGP-0.08.tar.gz) = c97c80656a27f9d449677e23aa8f8a044267a321603213bb8a79c17c92f295f8
-SIZE (Net-BGP-0.08.tar.gz) = 41797
+MD5 (Net-BGP-0.09.tar.gz) = ee29bf7e108f82798633cc012a2bcd3d
+SHA256 (Net-BGP-0.09.tar.gz) = 7d7646b09158fe6fa89ef75745349d85be5fff696b86e999168b7ebfb8d24dc2
+SIZE (Net-BGP-0.09.tar.gz) = 41639
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list