diff options
author | mat <mat@FreeBSD.org> | 2003-09-24 19:30:32 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2003-09-24 19:30:32 +0800 |
commit | 6b7896fd9ef499b3dfa8378a2b3dd30bd7a6e332 (patch) | |
tree | 31cb1e66041e4493128522b60c8cfa6941d5b7ee /net-mgmt/p5-Net-SNMP3 | |
parent | 02c43536c95e1fe2f21223f71d183e40a89c63cd (diff) | |
download | freebsd-ports-gnome-6b7896fd9ef499b3dfa8378a2b3dd30bd7a6e332.tar.gz freebsd-ports-gnome-6b7896fd9ef499b3dfa8378a2b3dd30bd7a6e332.tar.zst freebsd-ports-gnome-6b7896fd9ef499b3dfa8378a2b3dd30bd7a6e332.zip |
- Update to 4.1.2
- Make portlint happy
Slightly modified version of the PR, so that portlint is really happy
PR: 56875
Submitted by: maintainer
Diffstat (limited to 'net-mgmt/p5-Net-SNMP3')
-rw-r--r-- | net-mgmt/p5-Net-SNMP3/Makefile | 15 | ||||
-rw-r--r-- | net-mgmt/p5-Net-SNMP3/distinfo | 2 | ||||
-rw-r--r-- | net-mgmt/p5-Net-SNMP3/pkg-plist | 33 |
3 files changed, 24 insertions, 26 deletions
diff --git a/net-mgmt/p5-Net-SNMP3/Makefile b/net-mgmt/p5-Net-SNMP3/Makefile index c562e97f2f8b..d4d09ed9bc4e 100644 --- a/net-mgmt/p5-Net-SNMP3/Makefile +++ b/net-mgmt/p5-Net-SNMP3/Makefile @@ -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 @@ -15,8 +15,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= lars@thegler.dk COMMENT= A perl module for SNMP... Net::SNMP -.include <bsd.port.pre.mk> - RUN_DEPENDS= ${ARCH_PERL}/Crypt/DES.pm:${PORTSDIR}/security/p5-Crypt-DES \ ${ARCH_PERL}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ ${ARCH_PERL}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \ @@ -25,12 +23,13 @@ RUN_DEPENDS= ${ARCH_PERL}/Crypt/DES.pm:${PORTSDIR}/security/p5-Crypt-DES \ PERL_CONFIGURE= yes 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 -.endif - MAN1= snmpkey.1 MAN3= Net::SNMP.3 -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500600 +IGNORE= Port requires perl 5.6.x or later. Install lang/perl5 then try again +.endif .include <bsd.port.post.mk> diff --git a/net-mgmt/p5-Net-SNMP3/distinfo b/net-mgmt/p5-Net-SNMP3/distinfo index e8e910cf69a1..2cbd5dac0f07 100644 --- a/net-mgmt/p5-Net-SNMP3/distinfo +++ b/net-mgmt/p5-Net-SNMP3/distinfo @@ -1 +1 @@ -MD5 (Net-SNMP-4.1.0.tar.gz) = aefdd5a7235fc1c81e42a3b72f1d4506 +MD5 (Net-SNMP-4.1.2.tar.gz) = e6b761db6115b0b1fe5446e220abaa4a diff --git a/net-mgmt/p5-Net-SNMP3/pkg-plist b/net-mgmt/p5-Net-SNMP3/pkg-plist index 547a9fd1f128..cde0f1b4b33d 100644 --- a/net-mgmt/p5-Net-SNMP3/pkg-plist +++ b/net-mgmt/p5-Net-SNMP3/pkg-plist @@ -1,18 +1,17 @@ -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 bin/snmpkey -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/SNMP/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/SNMP -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Net 2>/dev/null || true -@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/SNMP/Transport -@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/SNMP/Security -@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/SNMP -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Net 2>/dev/null || true +%%SITE_PERL%%/Net/SNMP.pm +%%SITE_PERL%%/Net/SNMP/Dispatcher.pm +%%SITE_PERL%%/Net/SNMP/Message.pm +%%SITE_PERL%%/Net/SNMP/MessageProcessing.pm +%%SITE_PERL%%/Net/SNMP/PDU.pm +%%SITE_PERL%%/Net/SNMP/Security.pm +%%SITE_PERL%%/Net/SNMP/Security/Community.pm +%%SITE_PERL%%/Net/SNMP/Security/USM.pm +%%SITE_PERL%%/Net/SNMP/Transport/UDP.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SNMP/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SNMP +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true +@dirrm %%SITE_PERL%%/Net/SNMP/Transport +@dirrm %%SITE_PERL%%/Net/SNMP/Security +@dirrm %%SITE_PERL%%/Net/SNMP +@unexec rmdir %D/%%SITE_PERL%%/Net 2>/dev/null || true |