From owner-svn-ports-head@FreeBSD.ORG Sat May 25 05:40:01 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id A7597C02; Sat, 25 May 2013 05:40:01 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 9A417EEA; Sat, 25 May 2013 05:40:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4P5e1Ve068230; Sat, 25 May 2013 05:40:01 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4P5e1T5068229; Sat, 25 May 2013 05:40:01 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201305250540.r4P5e1T5068229@svn.freebsd.org> From: Andrej Zverev Date: Sat, 25 May 2013 05:40:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r319026 - head/security/p5-Crypt-PBKDF2 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, 25 May 2013 05:40:01 -0000 Author: az Date: Sat May 25 05:40:00 2013 New Revision: 319026 URL: http://svnweb.freebsd.org/changeset/ports/319026 Log: - Trim Makefile header - Remove unnecessary depend on PERL_LEVEL < 5.12 - Drop maintainership per maintainer request PR: ports/178926 Submitted by: az Approved by: Victor Popov (maintainer) Modified: head/security/p5-Crypt-PBKDF2/Makefile Modified: head/security/p5-Crypt-PBKDF2/Makefile ============================================================================== --- head/security/p5-Crypt-PBKDF2/Makefile Sat May 25 05:09:17 2013 (r319025) +++ head/security/p5-Crypt-PBKDF2/Makefile Sat May 25 05:40:00 2013 (r319026) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Crypt-PBKDF2 -# Date created: 2010-05-23 -# Whom: Victor Popov -# +# Created by: Victor Popov # $FreeBSD$ -# PORTNAME= Crypt-PBKDF2 PORTVERSION= 0.121930 @@ -12,7 +8,7 @@ MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:ARODLAND PKGNAMEPREFIX= p5- -MAINTAINER= v.a.popov@gmail.com +MAINTAINER= perl@FreeBSD.org COMMENT= The PBKDF2 password hashing algorithm RUN_DEPENDS= p5-Digest-HMAC>=1.01:${PORTSDIR}/security/p5-Digest-HMAC \ @@ -30,14 +26,4 @@ MAN3= Crypt::PBKDF2.3 \ Crypt::PBKDF2::Hash::HMACSHA1.3 \ Crypt::PBKDF2::Hash::HMACSHA2.3 -.include - -.if ${PERL_LEVEL} < 501000 -RUN_DEPENDS+= p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA -.endif - -.if ${PERL_LEVEL} < 501001 -RUN_DEPENDS+= p5-Digest>=1.16:${PORTSDIR}/security/p5-Digest -.endif - -.include +.include