From owner-svn-ports-head@FreeBSD.ORG Wed Sep 11 18:03: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 20BC76D6; Wed, 11 Sep 2013 18:03:45 +0000 (UTC) (envelope-from az@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 E0E372CEA; Wed, 11 Sep 2013 18:03: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 r8BI3if7028401; Wed, 11 Sep 2013 18:03:44 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8BI3eWn028304; Wed, 11 Sep 2013 18:03:40 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309111803.r8BI3eWn028304@svn.freebsd.org> From: Andrej Zverev Date: Wed, 11 Sep 2013 18:03:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326999 - in head/security: ipfcount kpcli opieprint p5-Authen-OATH p5-CSP p5-Crypt-Ctr p5-Crypt-Eksblowfish p5-Crypt-Salt p5-Crypt-T_e_a p5-Crypt-UnixCrypt p5-Digest-Adler32 p5-Digest-... 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: Wed, 11 Sep 2013 18:03:45 -0000 Author: az Date: Wed Sep 11 18:03:40 2013 New Revision: 326999 URL: http://svnweb.freebsd.org/changeset/ports/326999 Log: - convert to the new perl5 framework - trim Makefile header Approved by: portmgr (bapt@, blanket) Modified: head/security/ipfcount/Makefile (contents, props changed) head/security/kpcli/Makefile head/security/opieprint/Makefile (contents, props changed) head/security/p5-Authen-OATH/Makefile (contents, props changed) head/security/p5-CSP/Makefile (contents, props changed) head/security/p5-Crypt-Ctr/Makefile (contents, props changed) head/security/p5-Crypt-Eksblowfish/Makefile (contents, props changed) head/security/p5-Crypt-Salt/Makefile (contents, props changed) head/security/p5-Crypt-T_e_a/Makefile (contents, props changed) head/security/p5-Crypt-UnixCrypt/Makefile (contents, props changed) head/security/p5-Digest-Adler32/Makefile (contents, props changed) head/security/p5-Digest-MD5-File/Makefile (contents, props changed) head/security/p5-Digest-Perl-MD5/Makefile (contents, props changed) head/security/p5-Digest-Whirlpool/Makefile (contents, props changed) head/security/p5-Net-Server-Mail-ESMTP-AUTH/Makefile (contents, props changed) head/security/p5-String-MkPasswd/Makefile head/security/p5-Yahoo-BBAuth/Makefile (contents, props changed) head/security/sshblock/Makefile (contents, props changed) head/security/swatch/Makefile (contents, props changed) Modified: head/security/ipfcount/Makefile ============================================================================== --- head/security/ipfcount/Makefile Wed Sep 11 17:56:03 2013 (r326998) +++ head/security/ipfcount/Makefile Wed Sep 11 18:03:40 2013 (r326999) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ipfcount -# Date created: 22 December 2005 -# Whom: Robert Archer -# +# Created by: Robert Archer # $FreeBSD$ -# PORTNAME= ipfcount PORTVERSION= 0.2.1 @@ -18,7 +14,7 @@ COMMENT= Summarise ipf logs by counting PLIST_FILES= bin/ipfcount MAN1= ipfcount.1 -USE_PERL5= yes +USES= perl5 .if !defined(NOPORTDOCS) PLIST_DIRS= %%EXAMPLESDIR%% Modified: head/security/kpcli/Makefile ============================================================================== --- head/security/kpcli/Makefile Wed Sep 11 17:56:03 2013 (r326998) +++ head/security/kpcli/Makefile Wed Sep 11 18:03:40 2013 (r326999) @@ -23,7 +23,7 @@ RUN_DEPENDS= p5-Crypt-Rijndael>=1.08:${P BUILD_DEPENDS:= ${RUN_DEPENDS} -USE_PERL5= yes +USES= perl5 MAN1= ${PORTNAME}.1 MANCOMPRESSED= yes PLIST_FILES= bin/kpcli Modified: head/security/opieprint/Makefile ============================================================================== --- head/security/opieprint/Makefile Wed Sep 11 17:56:03 2013 (r326998) +++ head/security/opieprint/Makefile Wed Sep 11 18:03:40 2013 (r326999) @@ -14,7 +14,8 @@ COMMENT= Output postscript with 100 OPIE NO_BUILD= yes NO_WRKSUBDIR= yes -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run PLIST_FILES= bin/opieprint Modified: head/security/p5-Authen-OATH/Makefile ============================================================================== --- head/security/p5-Authen-OATH/Makefile Wed Sep 11 17:56:03 2013 (r326998) +++ head/security/p5-Authen-OATH/Makefile Wed Sep 11 18:03:40 2013 (r326999) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Authen-OATH -# Date created: 2012-01-12 -# Whom: Jui-Nan Lin -# +# Created by: Jui-Nan Lin # $FreeBSD$ -# PORTNAME= Authen-OATH PORTVERSION= 1.0.0 @@ -23,7 +19,8 @@ BUILD_DEPENDS= p5-Digest-HMAC>0:${PORTSD p5-Moose>0:${PORTSDIR}/devel/p5-Moose RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Authen::OATH.3 Modified: head/security/p5-CSP/Makefile ============================================================================== --- head/security/p5-CSP/Makefile Wed Sep 11 17:56:03 2013 (r326998) +++ head/security/p5-CSP/Makefile Wed Sep 11 18:03:40 2013 (r326999) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-CSP -# Date created: 2005-04-13 -# Whom: David Thiel -# +# Created by: David Thiel # $FreeBSD$ -# PORTNAME= CSP PORTVERSION= 0.34 @@ -20,7 +16,8 @@ BUILD_DEPENDS= p5-Date-Calc>=0:${PORTSDI p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= CSP.3 Modified: head/security/p5-Crypt-Ctr/Makefile ============================================================================== --- head/security/p5-Crypt-Ctr/Makefile Wed Sep 11 17:56:03 2013 (r326998) +++ head/security/p5-Crypt-Ctr/Makefile Wed Sep 11 18:03:40 2013 (r326999) @@ -1,6 +1,4 @@ -# New ports collection Makefile for: p5-Crypt-Ctr -# Date created: 18 Dec 2006 -# Whom: Gabor Kovesdan +# Created by: Gabor Kovesdan # $FreeBSD$ PORTNAME= Crypt-Ctr @@ -16,7 +14,8 @@ COMMENT= Perl extension for encrypting d BUILD_DEPENDS= p5-Crypt-CFB>=0:${PORTSDIR}/security/p5-Crypt-CFB RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Crypt::Ctr.3 Modified: head/security/p5-Crypt-Eksblowfish/Makefile ============================================================================== --- head/security/p5-Crypt-Eksblowfish/Makefile Wed Sep 11 17:56:03 2013 (r326998) +++ head/security/p5-Crypt-Eksblowfish/Makefile Wed Sep 11 18:03:40 2013 (r326999) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Crypt-Eksblowfish -# Date created: 01 Jun 2008 -# Whom: brix@FreeBSD.org -# +# Created by: brix@FreeBSD.org # $FreeBSD$ -# PORTNAME= Crypt-Eksblowfish PORTVERSION= 0.009 @@ -19,7 +15,8 @@ RUN_DEPENDS= p5-Class-Mix>=0:${PORTSDIR} LICENSE_COMB= dual LICENSE= ART10 GPLv1 -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Crypt::Eksblowfish.3 \ Crypt::Eksblowfish::Bcrypt.3 \ Modified: head/security/p5-Crypt-Salt/Makefile ============================================================================== --- head/security/p5-Crypt-Salt/Makefile Wed Sep 11 17:56:03 2013 (r326998) +++ head/security/p5-Crypt-Salt/Makefile Wed Sep 11 18:03:40 2013 (r326999) @@ -1,6 +1,4 @@ -# New ports collection Makefile for: p5-Crypt-Salt -# Date created: 20 Dec 2006 -# Whom: Gabor Kovesdan +# Created by: Gabor Kovesdan # $FreeBSD$ PORTNAME= Crypt-Salt @@ -12,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ashish@FreeBSD.org COMMENT= Perl extension to generate a salt to be fed into crypt -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Crypt::Salt.3 Modified: head/security/p5-Crypt-T_e_a/Makefile ============================================================================== --- head/security/p5-Crypt-T_e_a/Makefile Wed Sep 11 17:56:03 2013 (r326998) +++ head/security/p5-Crypt-T_e_a/Makefile Wed Sep 11 18:03:40 2013 (r326999) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Crypt-T_e_a -# Date created: 2010-03-11 -# Whom: Steve Wills -# +# Created by: Steve Wills # $FreeBSD$ -# PORTNAME= Crypt-T_e_a PORTVERSION= 2.12 @@ -16,7 +12,8 @@ DISTNAME= Crypt-Tea-${PORTVERSION} MAINTAINER= swills@FreeBSD.org COMMENT= The Tiny Encryption Algorithm in Perl and JavaScript -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Crypt::Tea.3 MAN1= tea.1 Modified: head/security/p5-Crypt-UnixCrypt/Makefile ============================================================================== --- head/security/p5-Crypt-UnixCrypt/Makefile Wed Sep 11 17:56:03 2013 (r326998) +++ head/security/p5-Crypt-UnixCrypt/Makefile Wed Sep 11 18:03:40 2013 (r326999) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Crypt-UnixCrypt -# Date created: Sun Jan 14 01:10:08 2001 -# Whom: will -# +# Created by: will # $FreeBSD$ -# PORTNAME= Crypt-UnixCrypt PORTVERSION= 1.0 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= skreuzer@FreeBSD.org COMMENT= Perl module implementing crypt(3) function -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Crypt::UnixCrypt.3 Modified: head/security/p5-Digest-Adler32/Makefile ============================================================================== --- head/security/p5-Digest-Adler32/Makefile Wed Sep 11 17:56:03 2013 (r326998) +++ head/security/p5-Digest-Adler32/Makefile Wed Sep 11 18:03:40 2013 (r326999) @@ -1,6 +1,4 @@ -# Ports collection Makefile for: p5-Digest-Adler32 -# Date created: 17 Dec 2005 -# Whom: Gabor Kovesdan +# Created by: Gabor Kovesdan # $FreeBSD$ PORTNAME= Digest-Adler32 @@ -16,7 +14,8 @@ COMMENT= Perl extension for Adler32 hash BUILD_DEPENDS= p5-Digest>=0:${PORTSDIR}/security/p5-Digest RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Digest::Adler32.3 Modified: head/security/p5-Digest-MD5-File/Makefile ============================================================================== --- head/security/p5-Digest-MD5-File/Makefile Wed Sep 11 17:56:03 2013 (r326998) +++ head/security/p5-Digest-MD5-File/Makefile Wed Sep 11 18:03:40 2013 (r326999) @@ -1,6 +1,4 @@ -# Ports collection Makefile for: p5-Digest-MD5-File -# Date created: 17 Dec 2005 -# Whom: Gabor Kovesdan +# Created by: Gabor Kovesdan # $FreeBSD$ PORTNAME= Digest-MD5-File @@ -14,7 +12,8 @@ COMMENT= Perl extension for getting MD5 RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Digest::MD5::File.3 Modified: head/security/p5-Digest-Perl-MD5/Makefile ============================================================================== --- head/security/p5-Digest-Perl-MD5/Makefile Wed Sep 11 17:56:03 2013 (r326998) +++ head/security/p5-Digest-Perl-MD5/Makefile Wed Sep 11 18:03:40 2013 (r326999) @@ -1,6 +1,4 @@ -# Ports collection Makefile for: p5-Digest-Perl-MD5 -# Date created: 21 Dec, 2005 -# Whom: Gabor Kovesdan +# Created by: Gabor Kovesdan # $FreeBSD$ PORTNAME= Digest-Perl-MD5 @@ -12,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ashish@FreeBSD.org COMMENT= Perl extension for MD5 hash algorithm in pure Perl -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Digest::Perl::MD5.3 Modified: head/security/p5-Digest-Whirlpool/Makefile ============================================================================== --- head/security/p5-Digest-Whirlpool/Makefile Wed Sep 11 17:56:03 2013 (r326998) +++ head/security/p5-Digest-Whirlpool/Makefile Wed Sep 11 18:03:40 2013 (r326999) @@ -1,6 +1,4 @@ -# Ports collection Makefile for: p5-Digest-Whirlpool -# Date created: 17 Dec 2005 -# Whom: Gabor Kovesdan +# Created by: Gabor Kovesdan # $FreeBSD$ PORTNAME= Digest-Whirlpool @@ -15,7 +13,8 @@ COMMENT= Perl extension for Whirlpool ha BUILD_DEPENDS= p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 RUN_DEPENDS= p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= whirlpoolsum.1 MAN3= Digest::Whirlpool.3 Modified: head/security/p5-Net-Server-Mail-ESMTP-AUTH/Makefile ============================================================================== --- head/security/p5-Net-Server-Mail-ESMTP-AUTH/Makefile Wed Sep 11 17:56:03 2013 (r326998) +++ head/security/p5-Net-Server-Mail-ESMTP-AUTH/Makefile Wed Sep 11 18:03:40 2013 (r326999) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Net-Server-Mail-ESMTP-AUTH -# Date created: 20th July 2007 -# Whom: Zane C. Bowers -# +# Created by: Zane C. Bowers # $FreeBSD$ -# PORTNAME= Net-Server-Mail-ESMTP-AUTH PORTVERSION= 0.1 @@ -18,7 +14,8 @@ BUILD_DEPENDS= p5-Net-Server-Mail>=0:${P p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::Server::Mail::ESMTP::AUTH.3 Modified: head/security/p5-String-MkPasswd/Makefile ============================================================================== --- head/security/p5-String-MkPasswd/Makefile Wed Sep 11 17:56:03 2013 (r326998) +++ head/security/p5-String-MkPasswd/Makefile Wed Sep 11 18:03:40 2013 (r326999) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-String-MkPasswd -# Date created: Fri Apr 29 10:13:10 CEST 2011 -# Whom: Frank Wall -# +# Created by: Frank Wall # $FreeBSD$ -# PORTNAME= String-MkPasswd PORTVERSION= 0.04 @@ -15,7 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= fw@moov.de COMMENT= A random password generator -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= mkpasswd.pl.1 MAN3= String::MkPasswd.3 Modified: head/security/p5-Yahoo-BBAuth/Makefile ============================================================================== --- head/security/p5-Yahoo-BBAuth/Makefile Wed Sep 11 17:56:03 2013 (r326998) +++ head/security/p5-Yahoo-BBAuth/Makefile Wed Sep 11 18:03:40 2013 (r326999) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Yahoo-BBAuth -# Date created: 2007-07-06 -# Whom: Gea-Suan Lin -# +# Created by: Gea-Suan Lin # $FreeBSD$ -# PORTNAME= Yahoo-BBAuth PORTVERSION= 0.50 @@ -19,7 +15,8 @@ RUN_DEPENDS= p5-Class-Accessor>=0:${PORT p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Yahoo::BBAuth.3 Modified: head/security/sshblock/Makefile ============================================================================== --- head/security/sshblock/Makefile Wed Sep 11 17:56:03 2013 (r326998) +++ head/security/sshblock/Makefile Wed Sep 11 18:03:40 2013 (r326999) @@ -1,9 +1,5 @@ -# New ports collection makefile for: sshblock -# Date created: 03 December 2006 -# Whom: Anders Nordby -# +# Created by: Anders Nordby # $FreeBSD$ -# PORTNAME= sshblock PORTVERSION= 1.0 @@ -20,7 +16,7 @@ RUN_DEPENDS= p5-File-Tail>=0:${PORTSDIR} NO_BUILD= yes NO_WRKSUBDIR= yes PLIST_FILES= sbin/sshblock -USE_PERL5= yes +USES= perl5 USE_RC_SUBR= sshblock SUB_LIST= PERL=${PERL} EXTRACT_CMD= ${CP} Modified: head/security/swatch/Makefile ============================================================================== --- head/security/swatch/Makefile Wed Sep 11 17:56:03 2013 (r326998) +++ head/security/swatch/Makefile Wed Sep 11 18:03:40 2013 (r326999) @@ -1,9 +1,5 @@ -# New ports collection makefile for: swatch -# Date created: May 2 97 -# Whom: jfitz -# +# Created by: jfitz # $FreeBSD$ -# PORTNAME= swatch PORTVERSION= 3.2.3 @@ -21,7 +17,8 @@ BUILD_DEPENDS= \ p5-File-Tail>=0:${PORTSDIR}/devel/p5-File-Tail RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure CONFIGURE_ARGS= INSTALLMAN1DIR=${PREFIX}/man/man1 USE_RC_SUBR= ${PORTNAME}