From owner-svn-ports-head@FreeBSD.ORG Sat Nov 2 17:20:45 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 37E85A03; Sat, 2 Nov 2013 17:20:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6BE322F30; Sat, 2 Nov 2013 17:20:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rA2HKirT068489; Sat, 2 Nov 2013 17:20:44 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rA2HKhKt068482; Sat, 2 Nov 2013 17:20:43 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311021720.rA2HKhKt068482@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 2 Nov 2013 17:20:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332516 - 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.14 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: Sat, 02 Nov 2013 17:20:45 -0000 Author: sunpoet Date: Sat Nov 2 17:20:43 2013 New Revision: 332516 URL: http://svnweb.freebsd.org/changeset/ports/332516 Log: - Update to 0.24 - Add LICENSE - Use REINPLACE_CMD instead of PERL - Support STAGEDIR - Fix WWW Changes: http://search.cpan.org/dist/Authen-Radius/Changes Modified: head/security/p5-Authen-Radius/Makefile head/security/p5-Authen-Radius/distinfo (contents, props changed) head/security/p5-Authen-Radius/pkg-descr (contents, props changed) head/security/p5-Authen-Radius/pkg-plist (contents, props changed) Modified: head/security/p5-Authen-Radius/Makefile ============================================================================== --- head/security/p5-Authen-Radius/Makefile Sat Nov 2 17:20:36 2013 (r332515) +++ head/security/p5-Authen-Radius/Makefile Sat Nov 2 17:20:43 2013 (r332516) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Authen-Radius -PORTVERSION= 0.23 +PORTVERSION= 0.24 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,13 +10,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 module to provide simple Radius client facilities +LICENSE= ART20 + RUN_DEPENDS= p5-Data-HexDump>=0.02:${PORTSDIR}/devel/p5-Data-HexDump BUILD_DEPENDS:= ${RUN_DEPENDS} -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +#WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +REINPLACE_ARGS= -i '' USES= perl5 USE_PERL5= configure -MAN3= Authen::Radius.3 RADDBFILES= dictionary \ dictionary.ascend \ @@ -31,13 +33,12 @@ RADDBFILES= dictionary \ dictionary.versanet \ dictionary.xtradius -NO_STAGE= yes -pre-configure: +post-patch: + @${REINPLACE_CMD} -e 's|/etc/raddb|${DATADIR}|' ${WRKSRC}/Radius.pm @${RM} ${WRKSRC}/install-radius-db.PL - @${PERL} -pi -e 's|/etc/raddb|${DATADIR}|' ${WRKSRC}/Radius.pm post-install: - @${MKDIR} ${DATADIR} - cd ${WRKSRC}/raddb/ && ${INSTALL_DATA} ${RADDBFILES} ${DATADIR} + @${MKDIR} ${STAGEDIR}${DATADIR} + cd ${WRKSRC}/raddb/ && ${INSTALL_DATA} ${RADDBFILES} ${STAGEDIR}${DATADIR} .include Modified: head/security/p5-Authen-Radius/distinfo ============================================================================== --- head/security/p5-Authen-Radius/distinfo Sat Nov 2 17:20:36 2013 (r332515) +++ head/security/p5-Authen-Radius/distinfo Sat Nov 2 17:20:43 2013 (r332516) @@ -1,2 +1,2 @@ -SHA256 (Authen-Radius-0.23.tar.gz) = 43c0f3a5bee279156de78b7fbd99f22401994ae82e1adeda09c88b5c53dd50c3 -SIZE (Authen-Radius-0.23.tar.gz) = 40931 +SHA256 (Authen-Radius-0.24.tar.gz) = 1f3aea9d09c5be90b27284166109ee143315ee95306a937a79c232ec83c4d44f +SIZE (Authen-Radius-0.24.tar.gz) = 40342 Modified: head/security/p5-Authen-Radius/pkg-descr ============================================================================== --- head/security/p5-Authen-Radius/pkg-descr Sat Nov 2 17:20:36 2013 (r332515) +++ head/security/p5-Authen-Radius/pkg-descr Sat Nov 2 17:20:43 2013 (r332516) @@ -1,4 +1,4 @@ The Authen::Radius module provides a simple class that allows you to send/receive Radius requests/responses to/from a Radius server. -WWW: http://search.cpan.org/dist/RadiusPerl/ +WWW: http://search.cpan.org/dist/Authen-Radius/ Modified: head/security/p5-Authen-Radius/pkg-plist ============================================================================== --- head/security/p5-Authen-Radius/pkg-plist Sat Nov 2 17:20:36 2013 (r332515) +++ head/security/p5-Authen-Radius/pkg-plist Sat Nov 2 17:20:43 2013 (r332516) @@ -1,5 +1,6 @@ %%SITE_PERL%%/Authen/Radius.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/Radius/.packlist +%%PERL5_MAN3%%/Authen::Radius.3.gz %%DATADIR%%/dictionary %%DATADIR%%/dictionary.ascend %%DATADIR%%/dictionary.cisco @@ -14,5 +15,5 @@ %%DATADIR%%/dictionary.xtradius @dirrm %%DATADIR%% @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/Radius -@dirrmtry %%SITE_PERL%%/Authen @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen +@dirrmtry %%SITE_PERL%%/Authen