From owner-svn-ports-all@FreeBSD.ORG Wed Sep 11 13:54:54 2013 Return-Path: Delivered-To: svn-ports-all@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 B5977FF2; Wed, 11 Sep 2013 13:54:54 +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 A11032D53; Wed, 11 Sep 2013 13:54:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8BDssGi001759; Wed, 11 Sep 2013 13:54:54 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8BDsoQK001734; Wed, 11 Sep 2013 13:54:50 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309111354.r8BDsoQK001734@svn.freebsd.org> From: Andrej Zverev Date: Wed, 11 Sep 2013 13:54:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326980 - in head/security: isnprober p5-Authen-PAM p5-Crypt-AppleTwoFish p5-Crypt-Chimera p5-Crypt-GOST_PP p5-Crypt-HCE_SHA p5-Crypt-License p5-Crypt-OICQ p5-Digest-Bcrypt p5-Digest-CR... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Sep 2013 13:54:54 -0000 Author: az Date: Wed Sep 11 13:54:50 2013 New Revision: 326980 URL: http://svnweb.freebsd.org/changeset/ports/326980 Log: - convert to the new perl5 framework - trim Makefile header Approved by: portmgr (bapt@, blanket) Modified: head/security/isnprober/Makefile (contents, props changed) head/security/p5-Authen-PAM/Makefile (contents, props changed) head/security/p5-Crypt-AppleTwoFish/Makefile (contents, props changed) head/security/p5-Crypt-Chimera/Makefile (contents, props changed) head/security/p5-Crypt-GOST_PP/Makefile (contents, props changed) head/security/p5-Crypt-HCE_SHA/Makefile head/security/p5-Crypt-License/Makefile (contents, props changed) head/security/p5-Crypt-OICQ/Makefile (contents, props changed) head/security/p5-Digest-Bcrypt/Makefile (contents, props changed) head/security/p5-Digest-CRC/Makefile (contents, props changed) head/security/p5-Digest-MD5-Reverse/Makefile head/security/p5-Digest-Perl-MD4/Makefile (contents, props changed) head/security/p5-Digest-SV1/Makefile (contents, props changed) head/security/p5-Digest-Tiger/Makefile (contents, props changed) head/security/p5-File-KeePass/Makefile head/security/p5-File-Scan/Makefile (contents, props changed) head/security/p5-Nmap-Parser/Makefile head/security/p5-openxpki-client-html-mason/Makefile head/security/pam_ssh_agent_auth/Makefile Modified: head/security/isnprober/Makefile ============================================================================== --- head/security/isnprober/Makefile Wed Sep 11 13:31:15 2013 (r326979) +++ head/security/isnprober/Makefile Wed Sep 11 13:54:50 2013 (r326980) @@ -1,9 +1,5 @@ -# Ports collection makefile for: isnprober -# Date created: 28/7/2006 -# Whom: Yonatan -# +# Created by: Yonatan # $FreeBSD$ -# PORTNAME= isnprober PORTVERSION= 1.02 @@ -21,7 +17,8 @@ RUN_DEPENDS= p5-Net-RawIP>=0:${PORTSDIR} PLIST_FILES= bin/${PORTNAME} PORTDOCS= README -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run NO_BUILD= yes do-install: Modified: head/security/p5-Authen-PAM/Makefile ============================================================================== --- head/security/p5-Authen-PAM/Makefile Wed Sep 11 13:31:15 2013 (r326979) +++ head/security/p5-Authen-PAM/Makefile Wed Sep 11 13:54:50 2013 (r326980) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Authen-PAM -# Date created: Mon Oct 4 1999 -# Whom: Matt Behrens -# +# Created by: Matt Behrens # $FreeBSD$ -# PORTNAME= Authen-PAM PORTVERSION= 0.16 @@ -15,7 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= des@FreeBSD.org COMMENT= A Perl interface to the PAM library -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure CONFIGURE_ARGS= -DPAM_STRERROR_NEEDS_PAMH MAN3= Authen::PAM.3 \ Modified: head/security/p5-Crypt-AppleTwoFish/Makefile ============================================================================== --- head/security/p5-Crypt-AppleTwoFish/Makefile Wed Sep 11 13:31:15 2013 (r326979) +++ head/security/p5-Crypt-AppleTwoFish/Makefile Wed Sep 11 13:54:50 2013 (r326980) @@ -1,6 +1,4 @@ -# New ports collection Makefile for: p5-Crypt-AppleTwoFish -# Date created: 18 Dec 2006 -# Whom: Gabor Kovesdan +# Created by: Gabor Kovesdan # $FreeBSD$ PORTNAME= Crypt-AppleTwoFish @@ -12,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= skreuzer@FreeBSD.org COMMENT= Perl extension for Apple iTMS internal key descrambling algorithm -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Crypt::AppleTwoFish.3 Modified: head/security/p5-Crypt-Chimera/Makefile ============================================================================== --- head/security/p5-Crypt-Chimera/Makefile Wed Sep 11 13:31:15 2013 (r326979) +++ head/security/p5-Crypt-Chimera/Makefile Wed Sep 11 13:54:50 2013 (r326980) @@ -1,6 +1,4 @@ -# New ports collection Makefile for: p5-Crypt-Chimera -# Date created: 20 Dec 2006 -# Whom: Gabor Kovesdan +# Created by: Gabor Kovesdan # $FreeBSD$ PORTNAME= Crypt-Chimera @@ -12,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= skreuzer@FreeBSD.org COMMENT= Perl extension for Chimera key exchange protocol -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Crypt::Chimera.3 Modified: head/security/p5-Crypt-GOST_PP/Makefile ============================================================================== --- head/security/p5-Crypt-GOST_PP/Makefile Wed Sep 11 13:31:15 2013 (r326979) +++ head/security/p5-Crypt-GOST_PP/Makefile Wed Sep 11 13:54:50 2013 (r326980) @@ -1,6 +1,4 @@ -# New ports collection Makefile for: p5-Crypt-GOST_PP -# Date created: 20 Dec 2006 -# Whom: Gabor Kovesdan +# Created by: Gabor Kovesdan # $FreeBSD$ PORTNAME= Crypt-GOST_PP @@ -12,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= skreuzer@FreeBSD.org COMMENT= Perl extension for GOST Encryption Algorithm in pure Perl -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Crypt::GOST_PP.3 Modified: head/security/p5-Crypt-HCE_SHA/Makefile ============================================================================== --- head/security/p5-Crypt-HCE_SHA/Makefile Wed Sep 11 13:31:15 2013 (r326979) +++ head/security/p5-Crypt-HCE_SHA/Makefile Wed Sep 11 13:54:50 2013 (r326980) @@ -13,7 +13,8 @@ COMMENT= Perl5 interface to one way hash BUILD_DEPENDS= p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Crypt::HCE_SHA.3 Modified: head/security/p5-Crypt-License/Makefile ============================================================================== --- head/security/p5-Crypt-License/Makefile Wed Sep 11 13:31:15 2013 (r326979) +++ head/security/p5-Crypt-License/Makefile Wed Sep 11 13:54:50 2013 (r326980) @@ -1,6 +1,4 @@ -# New ports collection Makefile for: p5-Crypt-License -# Date created: 20 Dec 2006 -# Whom: Gabor Kovesdan +# Created by: Gabor Kovesdan # $FreeBSD$ PORTNAME= Crypt-License @@ -12,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ashish@FreeBSD.org COMMENT= Perl extension to examine a license -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Crypt::License.3 Crypt::License::Util.3 Crypt::License::Notice.3 Modified: head/security/p5-Crypt-OICQ/Makefile ============================================================================== --- head/security/p5-Crypt-OICQ/Makefile Wed Sep 11 13:31:15 2013 (r326979) +++ head/security/p5-Crypt-OICQ/Makefile Wed Sep 11 13:54:50 2013 (r326980) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Crypt-OICQ -# Date created: Aug 01, 2006 -# Whom: Rong-En Fan -# +# Created by: Rong-En Fan # $FreeBSD$ -# PORTNAME= Crypt-OICQ PORTVERSION= 1.1 @@ -15,7 +11,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= rafan@FreeBSD.org COMMENT= Cryptographic algorithm used by OICQ protocol -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Crypt::OICQ.3 Modified: head/security/p5-Digest-Bcrypt/Makefile ============================================================================== --- head/security/p5-Digest-Bcrypt/Makefile Wed Sep 11 13:31:15 2013 (r326979) +++ head/security/p5-Digest-Bcrypt/Makefile Wed Sep 11 13:54:50 2013 (r326980) @@ -15,7 +15,8 @@ LICENSE= ART10 BUILD_DEPENDS= p5-Crypt-Eksblowfish>0:${PORTSDIR}/security/p5-Crypt-Eksblowfish RUN_DEPENDS= p5-Crypt-Eksblowfish>0:${PORTSDIR}/security/p5-Crypt-Eksblowfish -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Digest::Bcrypt.3 Modified: head/security/p5-Digest-CRC/Makefile ============================================================================== --- head/security/p5-Digest-CRC/Makefile Wed Sep 11 13:31:15 2013 (r326979) +++ head/security/p5-Digest-CRC/Makefile Wed Sep 11 13:54:50 2013 (r326980) @@ -1,9 +1,5 @@ -# Ports collection Makefile for: p5-Digest-CRC -# Date created: 17 Dec 2005 -# Whom: Gabor Kovesdan -# +# Created by: Gabor Kovesdan # $FreeBSD$ -# PORTNAME= Digest-CRC PORTVERSION= 0.18 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ashish@FreeBSD.org COMMENT= Perl extension for calculating CRC checksums -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Digest::CRC.3 Modified: head/security/p5-Digest-MD5-Reverse/Makefile ============================================================================== --- head/security/p5-Digest-MD5-Reverse/Makefile Wed Sep 11 13:31:15 2013 (r326979) +++ head/security/p5-Digest-MD5-Reverse/Makefile Wed Sep 11 13:54:50 2013 (r326980) @@ -10,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ashish@FreeBSD.org COMMENT= Perl extension that looks for MD5 hashes in several databases -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Digest::MD5::Reverse.3 Modified: head/security/p5-Digest-Perl-MD4/Makefile ============================================================================== --- head/security/p5-Digest-Perl-MD4/Makefile Wed Sep 11 13:31:15 2013 (r326979) +++ head/security/p5-Digest-Perl-MD4/Makefile Wed Sep 11 13:54:50 2013 (r326980) @@ -1,6 +1,4 @@ -# Ports collection Makefile for: p5-Digest-Perl-MD4 -# Date created: 21 Dec, 2005 -# Whom: Gabor Kovesdan +# Created by: Gabor Kovesdan # $FreeBSD$ PORTNAME= Digest-Perl-MD4 @@ -12,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ashish@FreeBSD.org COMMENT= Perl extension for MD4 hash algorithm in pure Perl -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Digest::Perl::Digest-MD4.3 \ Digest::Perl::MD4.3 Modified: head/security/p5-Digest-SV1/Makefile ============================================================================== --- head/security/p5-Digest-SV1/Makefile Wed Sep 11 13:31:15 2013 (r326979) +++ head/security/p5-Digest-SV1/Makefile Wed Sep 11 13:54:50 2013 (r326980) @@ -1,6 +1,4 @@ -# Ports collection Makefile for: p5-Digest-SV1 -# Date created: 17 Dec 2005 -# Whom: Gabor Kovesdan +# Created by: Gabor Kovesdan # $FreeBSD$ PORTNAME= Digest-SV1 @@ -15,7 +13,8 @@ COMMENT= Perl extension for SV1 hash alg BUILD_DEPENDS= p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \ p5-Digest-Haval256>=0:${PORTSDIR}/security/p5-Digest-Haval256 -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Digest::SV1.3 Modified: head/security/p5-Digest-Tiger/Makefile ============================================================================== --- head/security/p5-Digest-Tiger/Makefile Wed Sep 11 13:31:15 2013 (r326979) +++ head/security/p5-Digest-Tiger/Makefile Wed Sep 11 13:54:50 2013 (r326980) @@ -1,6 +1,4 @@ -# Ports collection Makefile for: p5-Digest-Tiger -# Date created: 17 Dec 2005 -# Whom: Gabor Kovesdan +# Created by: Gabor Kovesdan # $FreeBSD$ PORTNAME= Digest-Tiger @@ -12,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= skreuzer@FreeBSD.org COMMENT= Perl extension for Tiger hash algorithm -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Digest::Tiger.3 Modified: head/security/p5-File-KeePass/Makefile ============================================================================== --- head/security/p5-File-KeePass/Makefile Wed Sep 11 13:31:15 2013 (r326979) +++ head/security/p5-File-KeePass/Makefile Wed Sep 11 13:54:50 2013 (r326980) @@ -17,7 +17,8 @@ BUILD_DEPENDS= p5-Crypt-Rijndael>=1.0:${ p5-MIME-Base64>=1.0:${PORTSDIR}/converters/p5-MIME-Base64 RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= File::KeePass.3 Modified: head/security/p5-File-Scan/Makefile ============================================================================== --- head/security/p5-File-Scan/Makefile Wed Sep 11 13:31:15 2013 (r326979) +++ head/security/p5-File-Scan/Makefile Wed Sep 11 13:54:50 2013 (r326980) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-File-Scan -# Date created: May 24 2002 -# Whom: Martin Matuska -# +# Created by: Martin Matuska # $FreeBSD$ -# PORTNAME= File-Scan PORTVERSION= 1.43 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= jims@bluenotch.com COMMENT= Perl5 anti-virus file scanning package -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= File::Scan.3 Modified: head/security/p5-Nmap-Parser/Makefile ============================================================================== --- head/security/p5-Nmap-Parser/Makefile Wed Sep 11 13:31:15 2013 (r326979) +++ head/security/p5-Nmap-Parser/Makefile Wed Sep 11 13:54:50 2013 (r326980) @@ -15,7 +15,8 @@ BUILD_DEPENDS= p5-XML-Twig>=3.16:${PORTS RUN_DEPENDS:= ${BUILD_DEPENDS} \ nmap:${PORTSDIR}/security/nmap -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Nmap::Parser.3 Modified: head/security/p5-openxpki-client-html-mason/Makefile ============================================================================== --- head/security/p5-openxpki-client-html-mason/Makefile Wed Sep 11 13:31:15 2013 (r326979) +++ head/security/p5-openxpki-client-html-mason/Makefile Wed Sep 11 13:54:50 2013 (r326980) @@ -24,7 +24,8 @@ MAN3= OpenXPKI::Client::HTML::Mason.3 \ OpenXPKI::Client::HTML::Mason::Javascript.3 \ OpenXPKI::Client::HTML::Mason::Menu.3 USE_GMAKE= yes -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure post-install: .if !defined(NOPORTDOCS) Modified: head/security/pam_ssh_agent_auth/Makefile ============================================================================== --- head/security/pam_ssh_agent_auth/Makefile Wed Sep 11 13:31:15 2013 (r326979) +++ head/security/pam_ssh_agent_auth/Makefile Wed Sep 11 13:54:50 2013 (r326980) @@ -13,7 +13,7 @@ USE_BZIP2= yes GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_func_strnvis=no CONFIGURE_ARGS= --libexecdir=${LOCALBASE}/lib -USE_PERL5= yes +USES= perl5 MAN8= pam_ssh_agent_auth.8 PLIST_FILES= lib/pam_ssh_agent_auth.so