ports/56875: [MAINTAINER] net/p5-Net-SNMP: update to 4.1.2

Lars Thegler lars at thegler.dk
Sun Sep 14 20:20:12 UTC 2003


>Number:         56875
>Category:       ports
>Synopsis:       [MAINTAINER] net/p5-Net-SNMP: update to 4.1.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 14 13:20:10 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Lars Thegler
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
>Environment:
System: FreeBSD dask.thegler.dk 4.8-STABLE FreeBSD 4.8-STABLE #9: Tue Jul 29 01:39:22 CEST 2003
>Description:
- Update to 4.1.2
- Make portlint happy

Generated with FreeBSD Port Tools 0.26
>How-To-Repeat:
>Fix:

--- p5-Net-SNMP-4.1.2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net/p5-Net-SNMP/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- Makefile	5 Jun 2003 06:46:32 -0000	1.9
+++ Makefile	14 Sep 2003 20:12:41 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Net-SNMP
-PORTVERSION=	4.1.0
+PORTVERSION=	4.1.2
 CATEGORIES=	net perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Net
@@ -26,7 +26,7 @@
 ARCH_PERL=	${SITE_PERL}/${PERL_ARCH}
 
 .if ${PERL_LEVEL} < 500600
-IGNORE=         Port requires perl 5.6.x or later. Install lang/perl5 then try again
+IGNORE=		Port requires perl 5.6.x or later. Install lang/perl5 then try again
 .endif
 
 MAN1=		snmpkey.1
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/net/p5-Net-SNMP/distinfo,v
retrieving revision 1.5
diff -u -r1.5 distinfo
--- distinfo	5 Jun 2003 06:46:32 -0000	1.5
+++ distinfo	14 Sep 2003 20:12:41 -0000
@@ -1 +1 @@
-MD5 (Net-SNMP-4.1.0.tar.gz) = aefdd5a7235fc1c81e42a3b72f1d4506
+MD5 (Net-SNMP-4.1.2.tar.gz) = e6b761db6115b0b1fe5446e220abaa4a
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/net/p5-Net-SNMP/pkg-plist,v
retrieving revision 1.2
diff -u -r1.2 pkg-plist
--- pkg-plist	19 Oct 2002 06:30:38 -0000	1.2
+++ pkg-plist	14 Sep 2003 20:12:42 -0000
@@ -1,18 +1,18 @@
-lib/perl5/site_perl/%%PERL_VER%%/Net/SNMP.pm
-lib/perl5/site_perl/%%PERL_VER%%/Net/SNMP/MessageProcessing.pm
-lib/perl5/site_perl/%%PERL_VER%%/Net/SNMP/Dispatcher.pm
-lib/perl5/site_perl/%%PERL_VER%%/Net/SNMP/PDU.pm
-lib/perl5/site_perl/%%PERL_VER%%/Net/SNMP/Message.pm
-lib/perl5/site_perl/%%PERL_VER%%/Net/SNMP/Security.pm
-lib/perl5/site_perl/%%PERL_VER%%/Net/SNMP/Transport/UDP.pm
-lib/perl5/site_perl/%%PERL_VER%%/Net/SNMP/Security/Community.pm
-lib/perl5/site_perl/%%PERL_VER%%/Net/SNMP/Security/USM.pm
+%%SITE_PERL%%/Net/SNMP.pm
+%%SITE_PERL%%/Net/SNMP/MessageProcessing.pm
+%%SITE_PERL%%/Net/SNMP/Dispatcher.pm
+%%SITE_PERL%%/Net/SNMP/PDU.pm
+%%SITE_PERL%%/Net/SNMP/Message.pm
+%%SITE_PERL%%/Net/SNMP/Security.pm
+%%SITE_PERL%%/Net/SNMP/Transport/UDP.pm
+%%SITE_PERL%%/Net/SNMP/Security/Community.pm
+%%SITE_PERL%%/Net/SNMP/Security/USM.pm
 bin/snmpkey
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/SNMP/.packlist
- at dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/SNMP
- at unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true
- at unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Net 2>/dev/null || true
- at dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/SNMP/Transport
- at dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/SNMP/Security
- at dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/SNMP
- at unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Net 2>/dev/null || true
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SNMP/.packlist
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SNMP
+ at unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true
+ at unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Net 2>/dev/null || true
+ at dirrm %%SITE_PERL%%/Net/SNMP/Transport
+ at dirrm %%SITE_PERL%%/Net/SNMP/Security
+ at dirrm %%SITE_PERL%%/Net/SNMP
+ at unexec rmdir %D/%%SITE_PERL%%/Net 2>/dev/null || true
--- p5-Net-SNMP-4.1.2.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list