From owner-svn-ports-head@freebsd.org Wed Dec 7 16:19:41 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B8879C6C252; Wed, 7 Dec 2016 16:19:41 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6916010D8; Wed, 7 Dec 2016 16:19:41 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uB7GJeNk049734; Wed, 7 Dec 2016 16:19:40 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uB7GJexu049732; Wed, 7 Dec 2016 16:19:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201612071619.uB7GJexu049732@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 7 Dec 2016 16:19:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428074 - head/security/p5-Authen-Radius X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Dec 2016 16:19:41 -0000 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