Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Dec 2016 16:19:40 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r428074 - head/security/p5-Authen-Radius
Message-ID:  <201612071619.uB7GJexu049732@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Dec  7 16:19:40 2016
New Revision: 428074
URL: https://svnweb.freebsd.org/changeset/ports/428074

Log:
  - Update to 0.25
  - Add LICENSE_FILE
  - Add TEST_DEPENDS
  
  Changes:	http://search.cpan.org/dist/Authen-Radius/Changes

Modified:
  head/security/p5-Authen-Radius/Makefile
  head/security/p5-Authen-Radius/distinfo

Modified: head/security/p5-Authen-Radius/Makefile
==============================================================================
--- head/security/p5-Authen-Radius/Makefile	Wed Dec  7 16:19:35 2016	(r428073)
+++ head/security/p5-Authen-Radius/Makefile	Wed Dec  7 16:19:40 2016	(r428074)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Authen-Radius
-PORTVERSION=	0.24
-PORTREVISION=	1
+PORTVERSION=	0.25
 CATEGORIES=	security perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -12,11 +11,13 @@ MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Perl5 module to provide simple Radius client facilities
 
 LICENSE=	ART20
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	p5-Data-HexDump>=0.02:devel/p5-Data-HexDump
-BUILD_DEPENDS:=	${RUN_DEPENDS}
+BUILD_DEPENDS=	p5-Data-HexDump>=0.02:devel/p5-Data-HexDump \
+		p5-Net-IP>=1.26:net-mgmt/p5-Net-IP
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+TEST_DEPENDS=	p5-Test-NoWarnings>=0:devel/p5-Test-NoWarnings
 
-#WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 REINPLACE_ARGS=	-i ''
 USES=		perl5
 USE_PERL5=	configure

Modified: head/security/p5-Authen-Radius/distinfo
==============================================================================
--- head/security/p5-Authen-Radius/distinfo	Wed Dec  7 16:19:35 2016	(r428073)
+++ head/security/p5-Authen-Radius/distinfo	Wed Dec  7 16:19:40 2016	(r428074)
@@ -1,2 +1,3 @@
-SHA256 (Authen-Radius-0.24.tar.gz) = 1f3aea9d09c5be90b27284166109ee143315ee95306a937a79c232ec83c4d44f
-SIZE (Authen-Radius-0.24.tar.gz) = 40342
+TIMESTAMP = 1481116634
+SHA256 (Authen-Radius-0.25.tar.gz) = ae09fffea66e080ccbbed608f10f896e509d2d68c67f359d475545cdffaaed48
+SIZE (Authen-Radius-0.25.tar.gz) = 48610



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612071619.uB7GJexu049732>