From az@sunner.semmy.ru  Fri May 24 09:10:54 2013
Return-Path: <az@sunner.semmy.ru>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	by hub.freebsd.org (Postfix) with ESMTP id 49CF38E4
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 24 May 2013 09:10:54 +0000 (UTC)
	(envelope-from az@sunner.semmy.ru)
Received: from sunner.semmy.ru (sunner.semmy.ru [IPv6:2a00:14d0:0:20::3])
	by mx1.freebsd.org (Postfix) with ESMTP id 0AFD0BEA
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 24 May 2013 09:10:54 +0000 (UTC)
Received: from az by sunner.semmy.ru with local (Exim 4.80.1 (FreeBSD))
	(envelope-from <az@sunner.semmy.ru>)
	id 1Ufo1V-000Diq-8e
	for FreeBSD-gnats-submit@freebsd.org; Fri, 24 May 2013 13:10:53 +0400
Message-Id: <E1Ufo1V-000Diq-8e@sunner.semmy.ru>
Date: Fri, 24 May 2013 13:10:53 +0400
From: Andrej Zverev <az@FreeBSD.org>
Sender: Andrej Zverev <az@sunner.semmy.ru>
Reply-To: Andrej Zverev <az@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] security/p5-Crypt-SaltedHash
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         178927
>Category:       ports
>Synopsis:       [patch] security/p5-Crypt-SaltedHash
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    skreuzer
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 24 09:20:02 UTC 2013
>Closed-Date:    Fri Jun 07 07:45:53 UTC 2013
>Last-Modified:  Fri Jun  7 07:50:02 UTC 2013
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->skreuzer 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri May 24 09:20:24 UTC 2013 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=178927 
State-Changed-From-To: open->closed 
State-Changed-By: az 
State-Changed-When: Fri Jun 7 07:45:52 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=178927 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/178927: commit references a PR
Date: Fri,  7 Jun 2013 07:45:49 +0000 (UTC)

 Author: az
 Date: Fri Jun  7 07:45:41 2013
 New Revision: 320166
 URL: http://svnweb.freebsd.org/changeset/ports/320166
 
 Log:
   - Trim Makefile header
   - Remove unnecessary depend on PERL_LEVEL < 5.12
   
   PR:		ports/178927
   Submitted by:	az
   Approved by:	maintainer (timeout)
 
 Modified:
   head/security/p5-Crypt-SaltedHash/Makefile   (contents, props changed)
 
 Modified: head/security/p5-Crypt-SaltedHash/Makefile
 ==============================================================================
 --- head/security/p5-Crypt-SaltedHash/Makefile	Fri Jun  7 07:32:23 2013	(r320165)
 +++ head/security/p5-Crypt-SaltedHash/Makefile	Fri Jun  7 07:45:41 2013	(r320166)
 @@ -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 @@ PERL_MODBUILD=	yes
  
  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>
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
