diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2007-08-28 10:09:07 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2007-08-28 10:09:07 +0000 |
commit | f6e529931a74f78142da690cf9128aa3504caeec (patch) | |
tree | 77b572a2512849473dc70f7891f0810a0e05b9f8 /net/p5-Net | |
parent | a5d108e17535d15c496322c3adebf90c5cdb5144 (diff) |
Update to 1.22
Notes
Notes:
svn path=/head/; revision=198440
Diffstat (limited to 'net/p5-Net')
-rw-r--r-- | net/p5-Net/Makefile | 20 | ||||
-rw-r--r-- | net/p5-Net/distinfo | 6 |
2 files changed, 10 insertions, 16 deletions
diff --git a/net/p5-Net/Makefile b/net/p5-Net/Makefile index 659379c85bb4..fb5f38f8cdc2 100644 --- a/net/p5-Net/Makefile +++ b/net/p5-Net/Makefile @@ -5,18 +5,19 @@ # $FreeBSD$ # -PORTNAME= p5-Net -PORTVERSION= 1.21 +PORTNAME= Net +PORTVERSION= 1.22 PORTEPOCH= 1 CATEGORIES= net perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= Net +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- DISTNAME= libnet-${PORTVERSION} MAINTAINER= mat@FreeBSD.org COMMENT= Perl5 modules to access and use network protocols -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ + ${SITE_PERL}/Authen/SASL.pm:${PORTSDIR}/security/p5-Authen-SASL PERL_CONFIGURE= yes CONFIGURE_ARGS= < /dev/null @@ -32,11 +33,4 @@ MAN3= Net::Cmd.3 \ Net::Time.3 \ Net::libnetFAQ.3 -.include <bsd.port.pre.mk> - -# Authen-SASL is not available under perl 5.005_03 -.if ${PERL_LEVEL} >= 500600 -RUN_DEPENDS+= ${SITE_PERL}/Authen/SASL.pm:${PORTSDIR}/security/p5-Authen-SASL -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/net/p5-Net/distinfo b/net/p5-Net/distinfo index 725139cd8195..d29c66753745 100644 --- a/net/p5-Net/distinfo +++ b/net/p5-Net/distinfo @@ -1,3 +1,3 @@ -MD5 (libnet-1.21.tar.gz) = be5aa6ef1607c665059f2d36b5e93fe7 -SHA256 (libnet-1.21.tar.gz) = f18d936a7337300e648684b8c74cda3046030a3ce6895a6578c8852038ee6f48 -SIZE (libnet-1.21.tar.gz) = 67693 +MD5 (libnet-1.22.tar.gz) = ac82f4ea57113dabcce4b65d540a7a3a +SHA256 (libnet-1.22.tar.gz) = 372c581d0c6b256952c774bfdbd8714e2a20d41251d4097d326d2f1ab1196c84 +SIZE (libnet-1.22.tar.gz) = 67836 |