Hi,
update to latest version of this perl module, ok'ed by ${MAINTAINER}.

There is a "strange" issue with regression tests.
If you type make test under /usr/ports/security/p5-Authen-Radius directory, 
regression test starts but shortly hang without asking for additional user 
input; if you cd in ${WRKSRC} and that run `make test`, regression tests starts 
correctly.
Any ideas ?
 Cheers
  Giovanni
Index: Makefile
===================================================================
RCS file: /cvs/ports/security/p5-Authen-Radius/Makefile,v
retrieving revision 1.17
diff -u -p -r1.17 Makefile
--- Makefile	11 Mar 2013 11:41:26 -0000	1.17
+++ Makefile	20 Mar 2013 14:12:37 -0000
@@ -3,9 +3,8 @@
 COMMENT=	Perl module to authenticate against a RADIUS server
 
 MODULES=	cpan
-DISTNAME=	RadiusPerl-0.15
-REVISION=	0
-PKGNAME=	p5-Authen-Radius-0.15
+DISTNAME=	RadiusPerl-0.22
+PKGNAME=	p5-Authen-Radius-0.22
 CATEGORIES=	security
 
 MAINTAINER=	Abel Abraham Camarillo Ojeda <[email protected]>
@@ -20,15 +19,11 @@ RUN_DEPENDS=	security/p5-MD5>=1.7 \
 		devel/p5-Data-HexDump>=0.02
 BUILD_DEPENDS=	${RUN_DEPENDS}
 
-USE_GROFF =	Yes
 TEST_IS_INTERACTIVE=	Yes
 
 pre-configure:
 	perl -pi -e \
 	    s,/etc/raddb,${WRKINST}/${PREFIX}/share/examples/p5-Authen-Radius, \
 	    ${WRKSRC}/install-radius-db.PL
-
-do-regress:
-	cd ${WRKSRC} && ${MAKE} test
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/security/p5-Authen-Radius/distinfo,v
retrieving revision 1.4
diff -u -p -r1.4 distinfo
--- distinfo	1 Jul 2010 09:18:54 -0000	1.4
+++ distinfo	20 Mar 2013 14:12:37 -0000
@@ -1,5 +1,2 @@
-MD5 (RadiusPerl-0.15.tar.gz) = iEPqVp+ZVsKxyZISXbgfdQ==
-RMD160 (RadiusPerl-0.15.tar.gz) = 8BZl/QrjIKeLJk7Bfxlvk3RHmmc=
-SHA1 (RadiusPerl-0.15.tar.gz) = T10Lluz9xEJsDKlvDytu9l/oBSs=
-SHA256 (RadiusPerl-0.15.tar.gz) = pM9a1iEAcEqvf+6QGj3JdBFaMgoY7wTO9rRetSb69IM=
-SIZE (RadiusPerl-0.15.tar.gz) = 35049
+SHA256 (RadiusPerl-0.22.tar.gz) = OydlBphsyqSUnZKxPOBToAF60RViqZHMdTNkkj/oHKc=
+SIZE (RadiusPerl-0.22.tar.gz) = 40980
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/security/p5-Authen-Radius/pkg/PLIST,v
retrieving revision 1.5
diff -u -p -r1.5 PLIST
--- pkg/PLIST	1 Jul 2010 09:18:54 -0000	1.5
+++ pkg/PLIST	20 Mar 2013 14:12:37 -0000
@@ -9,6 +9,7 @@ share/examples/p5-Authen-Radius/dictiona
 share/examples/p5-Authen-Radius/dictionary.compat
 share/examples/p5-Authen-Radius/dictionary.livingston
 share/examples/p5-Authen-Radius/dictionary.quintum
+share/examples/p5-Authen-Radius/dictionary.rfc2869
 share/examples/p5-Authen-Radius/dictionary.shiva
 share/examples/p5-Authen-Radius/dictionary.tunnel
 share/examples/p5-Authen-Radius/dictionary.usr

Reply via email to