From freebsd@beardz.net  Sat Aug  6 23:58:27 2011
Return-Path: <freebsd@beardz.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id D6CBA1065678
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  6 Aug 2011 23:58:27 +0000 (UTC)
	(envelope-from freebsd@beardz.net)
Received: from beardz.net (beardz.net [IPv6:2a01:4f8:121:2403:1::])
	by mx1.freebsd.org (Postfix) with ESMTP id 79DA98FC18
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  6 Aug 2011 23:58:27 +0000 (UTC)
Received: from beardz.net (localhost [127.0.1.7])
	by beardz.net (8.14.4/8.14.4) with ESMTP id p76NwPVx016572
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 7 Aug 2011 00:58:25 +0100 (BST)
	(envelope-from freebsd@beardz.net)
Received: (from root@localhost)
	by beardz.net (8.14.4/8.14.4/Submit) id p76NwPID016571;
	Sun, 7 Aug 2011 00:58:25 +0100 (BST)
	(envelope-from freebsd@beardz.net)
Message-Id: <201108062358.p76NwPID016571@beardz.net>
Date: Sun, 7 Aug 2011 00:58:25 +0100 (BST)
From: Jase Thew <freebsd@beardz.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] devel/p5-Object-Pluggable: minor amendments
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         159562
>Category:       ports
>Synopsis:       [MAINTAINER] devel/p5-Object-Pluggable: minor amendments
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    swills
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 07 00:00:23 UTC 2011
>Closed-Date:    Sun Aug 07 04:30:21 UTC 2011
>Last-Modified:  Sun Aug  7 04:40:09 UTC 2011
>Originator:     Jase Thew
>Release:        FreeBSD 8.2-STABLE amd64
>Organization:
>Environment:
System: FreeBSD jail-ports.localdomain 8.2-STABLE FreeBSD 8.2-STABLE #0: Sat Apr  2 19:17:15 BST
>Description:
- Make use of CPAN:USER macro
- Add LICENSE

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- p5-Object-Pluggable-1.29.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/p5-Object-Pluggable.orig/Makefile /usr/ports/devel/p5-Object-Pluggable/Makefile
--- /usr/ports/devel/p5-Object-Pluggable.orig/Makefile	2010-10-19 09:13:04.000000000 +0100
+++ /usr/ports/devel/p5-Object-Pluggable/Makefile	2011-08-07 00:55:57.732034972 +0100
@@ -9,13 +9,17 @@
 PORTVERSION=	1.29
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
+MASTER_SITE_SUBDIR=	CPAN:HINRIK
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	freebsd@beardz.net
 COMMENT=	A base class for creating plugin-enabled objects
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	p5-Task-Weaken>=0:${PORTSDIR}/devel/p5-Task-Weaken
-RUN_DEPENDS=	${BUILD_DEPENDS}
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
 
--- p5-Object-Pluggable-1.29.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->perl 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Aug 7 00:00:46 UTC 2011 
Responsible-Changed-Why:  
perl@ wants this port PRs (via the GNATS Auto Assign Tool) 

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

From: Jase Thew <freebsd@beardz.net>
To: bug-followup@FreeBSD.org, freebsd@beardz.net
Cc:  
Subject: Re: ports/159562: [MAINTAINER] devel/p5-Object-Pluggable: minor amendments
Date: Sun, 07 Aug 2011 01:10:08 +0100

 This is a multi-part message in MIME format.
 --------------080409060003030307070501
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 Content-Transfer-Encoding: 7bit
 
 Please find attached a corrected patch (moved (BUILD|RUN_DEPENDS) to 
 correct location).
 
 --------------080409060003030307070501
 Content-Type: text/plain;
  name="p5-Object-Pluggable-1.29.patch"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="p5-Object-Pluggable-1.29.patch"
 
 diff -ruN --exclude=CVS /usr/ports/devel/p5-Object-Pluggable.orig/Makefile /usr/ports/devel/p5-Object-Pluggable/Makefile
 --- /usr/ports/devel/p5-Object-Pluggable.orig/Makefile	2010-10-19 09:13:04.000000000 +0100
 +++ /usr/ports/devel/p5-Object-Pluggable/Makefile	2011-08-07 01:02:45.738440912 +0100
 @@ -9,13 +9,17 @@
  PORTVERSION=	1.29
  CATEGORIES=	devel perl5
  MASTER_SITES=	CPAN
 +MASTER_SITE_SUBDIR=	CPAN:HINRIK
  PKGNAMEPREFIX=	p5-
  
  MAINTAINER=	freebsd@beardz.net
  COMMENT=	A base class for creating plugin-enabled objects
  
  BUILD_DEPENDS=	p5-Task-Weaken>=0:${PORTSDIR}/devel/p5-Task-Weaken
 -RUN_DEPENDS=	${BUILD_DEPENDS}
 +RUN_DEPENDS:=	${BUILD_DEPENDS}
 +
 +LICENSE=	ART10 GPLv1
 +LICENSE_COMB=	dual
  
  PERL_CONFIGURE=	yes
  
 
 --------------080409060003030307070501--

From: Jase Thew <freebsd@beardz.net>
To: bug-followup@FreeBSD.org, freebsd@beardz.net
Cc:  
Subject: Re: ports/159562: [MAINTAINER] devel/p5-Object-Pluggable: minor amendments
Date: Sun, 07 Aug 2011 02:14:01 +0100

 Due to an outdated portlint installation, the second updated patch is 
 incorrect and unnecessary. Please use the original submitted patch.
 
 Regards,
 
 Jase Thew.
 
Responsible-Changed-From-To: perl->swills 
Responsible-Changed-By: swills 
Responsible-Changed-When: Sun Aug 7 04:25:08 UTC 2011 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=159562 
State-Changed-From-To: open->closed 
State-Changed-By: swills 
State-Changed-When: Sun Aug 7 04:30:11 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/159562: commit references a PR
Date: Sun,  7 Aug 2011 04:30:17 +0000 (UTC)

 swills      2011-08-07 04:30:03 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/p5-Object-Pluggable Makefile 
   Log:
   - Make use of CPAN:USER macro
   - Add LICENSE
   
   PR:             ports/159562
   Submitted by:   Jase Thew <freebsd@beardz.net> (maintainer)
   
   Revision  Changes    Path
   1.3       +5 -1      ports/devel/p5-Object-Pluggable/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"
 
>Unformatted:
