Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 May 2013 13:13:27 +0400
From:      Andrej Zverev <az@FreeBSD.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/178926: [patch] security/p5-Crypt-PBKDF2
Message-ID:  <E1Ufo3z-000DoB-Ba@sunner.semmy.ru>
Resent-Message-ID: <201305240920.r4O9K1Fc011973@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         178926
>Category:       ports
>Synopsis:       [patch] security/p5-Crypt-PBKDF2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 24 09:20:01 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Andrej Zverev
>Release:        
>Organization:
>Environment:


	
>Description:
	- Trim Makefile header
	- Remove unnecessary depend on PERL_LEVEL < 5.12
	
>How-To-Repeat:
	
>Fix:

	

--- patch.diff begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 317733)
+++ Makefile	(working copy)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Crypt-PBKDF2
-# Date created:		2010-05-23
-# Whom:			Victor Popov <v.a.popov@gmail.com>
-#
+# Created by: Victor Popov <v.a.popov@gmail.com>
 # $FreeBSD$
-#
 
 PORTNAME=	Crypt-PBKDF2
 PORTVERSION=	0.121930
@@ -30,14 +26,4 @@
 		Crypt::PBKDF2::Hash::HMACSHA1.3 \
 		Crypt::PBKDF2::Hash::HMACSHA2.3
 
-.include <bsd.port.pre.mk>
-
-.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 <bsd.port.post.mk>
+.include <bsd.port.mk>
--- patch.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1Ufo3z-000DoB-Ba>