From sunpoet@sunpoet.net  Tue Jun  5 08:55:34 2012
Return-Path: <sunpoet@sunpoet.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 0C1131065673;
	Tue,  5 Jun 2012 08:55:34 +0000 (UTC)
	(envelope-from sunpoet@sunpoet.net)
Received: from sunpoet.net (sunpoet.net [220.133.12.240])
	by mx1.freebsd.org (Postfix) with ESMTP id C978B8FC0A;
	Tue,  5 Jun 2012 08:55:33 +0000 (UTC)
Received: by sunpoet.net (Postfix, from userid 1000)
	id 3W66Jb24bKz6bt; Tue,  5 Jun 2012 16:54:23 +0800 (CST)
Message-Id: <3W66Jb24bKz6bt@sunpoet.net>
Date: Tue,  5 Jun 2012 16:54:23 +0800 (CST)
From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: tobez@FreeBSD.org
Subject: [PATCH] devel/p5-Memoize: fix *_DEPENDS
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         168704
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Memoize: fix *_DEPENDS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sunpoet
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 05 09:00:33 UTC 2012
>Closed-Date:    Tue Jul 10 17:52:48 UTC 2012
>Last-Modified:  Tue Jul 10 17:52:48 UTC 2012
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 9.0-STABLE amd64
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD bonjour.sunpoet.net 9.0-STABLE FreeBSD 9.0-STABLE #0: Sun May  6 00:46:29 CST
>Description:
- Fix *_DEPENDS: Storable is already in all supported Perl releases
- Remove outdated post-patch:
- Bump PORTREVISION for dependency change

Port maintainer (tobez@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: CVS)
>How-To-Repeat:
>Fix:

--- p5-Memoize-1.02_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Memoize/Makefile,v
retrieving revision 1.9
diff -u -u -r1.9 Makefile
--- Makefile	3 Jun 2012 05:56:16 -0000	1.9
+++ Makefile	5 Jun 2012 08:53:04 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	Memoize
 PORTVERSION=	1.02
+PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,9 +15,6 @@
 MAINTAINER=	tobez@FreeBSD.org
 COMMENT=	Transparently speed up perl functions by caching return values
 
-BUILD_DEPENDS=	p5-Storable>=0:${PORTSDIR}/devel/p5-Storable
-RUN_DEPENDS:=	${BUILD_DEPENDS}
-
 PERL_CONFIGURE=	yes
 
 MAN3=		Memoize.3 \
@@ -28,7 +26,4 @@
 		Memoize::SDBM_File.3 \
 		Memoize::Storable.3
 
-post-patch:
-	${PERL} -pi -e '$$_=";" if /warnings::/' ${WRKSRC}/Memoize.pm
-
 .include <bsd.port.mk>
--- p5-Memoize-1.02_1.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->tobez 
Responsible-Changed-By: sunpoet 
Responsible-Changed-When: Tue Jun 5 10:02:32 UTC 2012 
Responsible-Changed-Why:  
Over to maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=168704 
Responsible-Changed-From-To: tobez->sunpoet 
Responsible-Changed-By: sunpoet 
Responsible-Changed-When: Tue Jul 10 17:46:06 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/168704: commit references a PR
Date: Tue, 10 Jul 2012 17:47:29 +0000 (UTC)

 sunpoet     2012-07-10 17:47:14 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/p5-Memoize     Makefile 
   Log:
   - Fix *_DEPENDS: Storable is already in all supported Perl releases
   - Remove outdated post-patch:
   - Bump PORTREVISION for dependency change
   
   PR:             ports/168704
   Submitted by:   sunpoet (myself)
   Approved by:    maintainer (timeout, 5 weeks)
   
   Revision  Changes    Path
   1.10      +1 -6      ports/devel/p5-Memoize/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: sunpoet 
State-Changed-When: Tue Jul 10 17:52:48 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=168704 
>Unformatted:
