diff options
author | Aaron Dalton <aaron@FreeBSD.org> | 2006-07-01 16:04:40 +0000 |
---|---|---|
committer | Aaron Dalton <aaron@FreeBSD.org> | 2006-07-01 16:04:40 +0000 |
commit | ec863f374be4ff2a57a744e6815f79c14d2041d9 (patch) | |
tree | 7ffee0f512cb0987c7640eaa87729b27205bc9ff /net/p5-Net-Radius | |
parent | 4e8ea2752bf78b43fbccfa3f2aab62c5569cdaeb (diff) |
Notes
Diffstat (limited to 'net/p5-Net-Radius')
-rw-r--r-- | net/p5-Net-Radius/Makefile | 8 | ||||
-rw-r--r-- | net/p5-Net-Radius/distinfo | 6 |
2 files changed, 10 insertions, 4 deletions
diff --git a/net/p5-Net-Radius/Makefile b/net/p5-Net-Radius/Makefile index f0c362a7fb2f..483a63cd0200 100644 --- a/net/p5-Net-Radius/Makefile +++ b/net/p5-Net-Radius/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Net-Radius -PORTVERSION= 1.43 +PORTVERSION= 1.44 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Net @@ -23,6 +23,12 @@ post-extract: .include <bsd.port.pre.mk> +.if ${PERL_LEVEL} < 500600 +post-patch: + @${PERL} -pi -e '$$_ = "" if /use warnings/;' \ + ${WRKSRC}/Radius/Dictionary.pm +.endif + .if ${PERL_LEVEL} < 500800 BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 RUN_DEPENDS= ${BUILD_DEPENDS} diff --git a/net/p5-Net-Radius/distinfo b/net/p5-Net-Radius/distinfo index c221081a7c4c..6bed8da52980 100644 --- a/net/p5-Net-Radius/distinfo +++ b/net/p5-Net-Radius/distinfo @@ -1,3 +1,3 @@ -MD5 (Net-Radius-1.43.tar.gz) = 716b56daf51cda0ca0d3f184ae8d3f24 -SHA256 (Net-Radius-1.43.tar.gz) = 8adb817c2b1dc170b31096aad87202ec8ed75fc829f082a45c2a74bcabb7073a -SIZE (Net-Radius-1.43.tar.gz) = 64216 +MD5 (Net-Radius-1.44.tar.gz) = 8333034321a552f36afa2084e541420a +SHA256 (Net-Radius-1.44.tar.gz) = c0767f7e12369e5a580cb06903a846416a6046d178c80c81843c97b4cfe00246 +SIZE (Net-Radius-1.44.tar.gz) = 63914 |