Date: Fri, 24 May 2013 13:10:53 +0400 From: Andrej Zverev <az@FreeBSD.org> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/178927: [patch] security/p5-Crypt-SaltedHash Message-ID: <E1Ufo1V-000Diq-8e@sunner.semmy.ru> Resent-Message-ID: <201305240920.r4O9K2QN011984@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 178927 >Category: ports >Synopsis: [patch] security/p5-Crypt-SaltedHash >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:02 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,6 +1,4 @@ -# New ports collection Makefile for: p5-Crypt-SaltedHash -# Date created: 20 Dec 2006 -# Whom: Gabor Kovesdan +# Created by: Gabor Kovesdan # $FreeBSD$ PORTNAME= Crypt-SaltedHash @@ -17,16 +15,4 @@ MAN3= Crypt::SaltedHash.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501000 -RUN_DEPENDS+= p5-Digest>=1.16:${PORTSDIR}/security/p5-Digest -BUILD_DEPENDS+= p5-Digest>=1.16:${PORTSDIR}/security/p5-Digest -.endif - -.if ${PERL_LEVEL} < 500703 -RUN_DEPENDS+= p5-Digest-MD5>=2.16:${PORTSDIR}/security/p5-Digest-MD5 -BUILD_DEPENDS+= p5-Digest-MD5>=2.16:${PORTSDIR}/security/p5-Digest-MD5 -.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?E1Ufo1V-000Diq-8e>