diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-12-08 00:19:40 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-12-08 00:19:40 +0800 |
commit | a0758098057d286511fe9460490d0c7b00ed7972 (patch) | |
tree | a156c805c87e49cb74f28214442e119c84d4aa86 /security | |
parent | d157bb7a71c80ae01a7a6083d349a8f1d71a6101 (diff) | |
download | freebsd-ports-gnome-a0758098057d286511fe9460490d0c7b00ed7972.tar.gz freebsd-ports-gnome-a0758098057d286511fe9460490d0c7b00ed7972.tar.zst freebsd-ports-gnome-a0758098057d286511fe9460490d0c7b00ed7972.zip |
- Update to 0.25
- Add LICENSE_FILE
- Add TEST_DEPENDS
Changes: http://search.cpan.org/dist/Authen-Radius/Changes
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Authen-Radius/Makefile | 11 | ||||
-rw-r--r-- | security/p5-Authen-Radius/distinfo | 5 |
2 files changed, 9 insertions, 7 deletions
diff --git a/security/p5-Authen-Radius/Makefile b/security/p5-Authen-Radius/Makefile index 14325194c13a..26b937ba7abe 100644 --- a/security/p5-Authen-Radius/Makefile +++ b/security/p5-Authen-Radius/Makefile @@ -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 diff --git a/security/p5-Authen-Radius/distinfo b/security/p5-Authen-Radius/distinfo index f287e4467c18..84ba07b41a48 100644 --- a/security/p5-Authen-Radius/distinfo +++ b/security/p5-Authen-Radius/distinfo @@ -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 |