From bofh@bofh.1asiacom.net  Sun Mar 30 19:53:07 2014
Return-Path: <bofh@bofh.1asiacom.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id B286FE69
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 30 Mar 2014 19:53:07 +0000 (UTC)
Received: from bofh.1asiacom.net (bofh.1asiacom.net [103.4.110.2])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(Client CN "bofh.1asiacom.net", Issuer "bofh.1asiacom.net" (not verified))
	by mx1.freebsd.org (Postfix) with ESMTPS id DEA5135D
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 30 Mar 2014 19:53:06 +0000 (UTC)
Received: from bofh.1asiacom.net (localhost [127.0.0.1])
	by bofh.1asiacom.net (8.14.8/8.14.8) with ESMTP id s2UJr4WA027032
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO)
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 31 Mar 2014 01:53:04 +0600 (BDT)
	(envelope-from bofh@bofh.1asiacom.net)
Received: (from root@localhost)
	by bofh.1asiacom.net (8.14.8/8.14.8/Submit) id s2UJr4BZ027031;
	Mon, 31 Mar 2014 01:53:04 +0600 (BDT)
	(envelope-from bofh)
Message-Id: <201403301953.s2UJr4BZ027031@bofh.1asiacom.net>
Date: Mon, 31 Mar 2014 01:53:04 +0600 (BDT)
From: Muhammad Moinur Rahman <5u623l20@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] devel/p5-App-Cmd: update to 0.323
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         188098
>Category:       ports
>Synopsis:       [MAINTAINER] devel/p5-App-Cmd: update to 0.323
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sunpoet
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 30 20:00:00 UTC 2014
>Closed-Date:    Sun Apr 06 05:52:15 UTC 2014
>Last-Modified:  Sun Apr 06 05:52:15 UTC 2014
>Originator:     Muhammad Moinur Rahman
>Release:        FreeBSD 11.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD bofh.1asiacom.net 11.0-CURRENT FreeBSD 11.0-CURRENT #1 r263870: Fri Mar 28 16:37:49 BDT
>Description:
- Update to 0.323
- Added LICENSE

For Committer's reference:
http://pdr.s.ubze.ro/bulk/latest-per-pkg/p5-App-Cmd/0.323/84i386-default.log
http://pdr.s.ubze.ro/bulk/latest-per-pkg/p5-App-Cmd/0.323/84amd64-default.log
http://pdr.s.ubze.ro/bulk/latest-per-pkg/p5-App-Cmd/0.323/92i386-default.log
http://pdr.s.ubze.ro/bulk/latest-per-pkg/p5-App-Cmd/0.323/92amd64-default.log
http://pdr.s.ubze.ro/bulk/latest-per-pkg/p5-App-Cmd/0.323/100386-default.log
http://pdr.s.ubze.ro/bulk/latest-per-pkg/p5-App-Cmd/0.323/100amd64-default.log
http://pdr.s.ubze.ro/bulk/latest-per-pkg/p5-App-Cmd/0.323/110i386-default.log
http://pdr.s.ubze.ro/bulk/latest-per-pkg/p5-App-Cmd/0.323/110amd64-default.log

Generated with FreeBSD Port Tools 1.00.2014.03.23 (mode: update, diff: ports)
>How-To-Repeat:
>Fix:

--- p5-App-Cmd-0.323.patch begins here ---
diff -ruN /usr/ports//devel/p5-App-Cmd/Makefile ./Makefile
--- /usr/ports//devel/p5-App-Cmd/Makefile	2013-11-05 22:21:04.000000000 +0600
+++ ./Makefile	2014-03-31 01:41:51.285324727 +0600
@@ -2,7 +2,7 @@
 # $FreeBSD: head/devel/p5-App-Cmd/Makefile 332865 2013-11-05 16:21:04Z jadawin $
 
 PORTNAME=	App-Cmd
-PORTVERSION=	0.322
+PORTVERSION=	0.323
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -10,11 +10,13 @@
 MAINTAINER=	5u623l20@gmail.com
 COMMENT=	App::Cmd - Write command line apps with less suffering
 
-LICENSE=	ARTPERL10
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
 
 BUILD_DEPENDS=	p5-Capture-Tiny>=0.13:${PORTSDIR}/devel/p5-Capture-Tiny \
 		p5-Class-Load>=0.06:${PORTSDIR}/devel/p5-Class-Load \
 		p5-Getopt-Long-Descriptive>=0.084:${PORTSDIR}/devel/p5-Getopt-Long-Descriptive \
+		p5-Getopt-Long>=2.39:${PORTSDIR}/devel/p5-Getopt-Long \
 		p5-IO-TieCombine>=0:${PORTSDIR}/devel/p5-IO-TieCombine \
 		p5-String-RewritePrefix>=0:${PORTSDIR}/textproc/p5-String-RewritePrefix \
 		p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter \
diff -ruN /usr/ports//devel/p5-App-Cmd/distinfo ./distinfo
--- /usr/ports//devel/p5-App-Cmd/distinfo	2013-11-05 21:19:09.000000000 +0600
+++ ./distinfo	2014-03-31 00:58:40.744347327 +0600
@@ -1,2 +1,2 @@
-SHA256 (App-Cmd-0.322.tar.gz) = b1acf34c8f917e5784aa21e0b9542553175dc32f879c940a40cdd0cba2993082
-SIZE (App-Cmd-0.322.tar.gz) = 38554
+SHA256 (App-Cmd-0.323.tar.gz) = 6d8e2837728f76154d277d98f8facfa5615676a4ee124bc7b818aa63337cd215
+SIZE (App-Cmd-0.323.tar.gz) = 39348
--- p5-App-Cmd-0.323.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Mar 30 20:00:05 UTC 2014 
Responsible-Changed-Why:  
sunpoet@ wants this submitter's PRs (via the GNATS Auto Assign Tool) 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/188098: commit references a PR
Date: Sun,  6 Apr 2014 05:47:22 +0000 (UTC)

 Author: sunpoet
 Date: Sun Apr  6 05:47:18 2014
 New Revision: 350301
 URL: http://svnweb.freebsd.org/changeset/ports/350301
 QAT: https://qat.redports.org/buildarchive/r350301/
 
 Log:
   - Update to 0.323
   - Fix LICENSE
   
   Changes:	http://search.cpan.org/dist/App-Cmd/Changes
   PR:		188098
   Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
 
 Modified:
   head/devel/p5-App-Cmd/Makefile
   head/devel/p5-App-Cmd/distinfo
 
 Modified: head/devel/p5-App-Cmd/Makefile
 ==============================================================================
 --- head/devel/p5-App-Cmd/Makefile	Sun Apr  6 05:47:13 2014	(r350300)
 +++ head/devel/p5-App-Cmd/Makefile	Sun Apr  6 05:47:18 2014	(r350301)
 @@ -2,7 +2,7 @@
  # $FreeBSD$
  
  PORTNAME=	App-Cmd
 -PORTVERSION=	0.322
 +PORTVERSION=	0.323
  CATEGORIES=	devel perl5
  MASTER_SITES=	CPAN
  PKGNAMEPREFIX=	p5-
 @@ -10,7 +10,8 @@ PKGNAMEPREFIX=	p5-
  MAINTAINER=	5u623l20@gmail.com
  COMMENT=	App::Cmd - Write command line apps with less suffering
  
 -LICENSE=	ARTPERL10
 +LICENSE=	ART10 GPLv1
 +LICENSE_COMB=	dual
  
  BUILD_DEPENDS=	p5-Capture-Tiny>=0.13:${PORTSDIR}/devel/p5-Capture-Tiny \
  		p5-Class-Load>=0.06:${PORTSDIR}/devel/p5-Class-Load \
 @@ -25,4 +26,11 @@ TEST_DEPENDS=	p5-Test-Fatal>=0:${PORTSDI
  USES=		perl5
  USE_PERL5=	configure
  
 -.include <bsd.port.mk>
 +.include <bsd.port.pre.mk>
 +
 +.if ${PERL_LEVEL} < 501800
 +BUILD_DEPENDS+=	p5-Getopt-Long>=2.39:${PORTSDIR}/devel/p5-Getopt-Long
 +RUN_DEPENDS+=	p5-Getopt-Long>=2.39:${PORTSDIR}/devel/p5-Getopt-Long
 +.endif
 +
 +.include <bsd.port.post.mk>
 
 Modified: head/devel/p5-App-Cmd/distinfo
 ==============================================================================
 --- head/devel/p5-App-Cmd/distinfo	Sun Apr  6 05:47:13 2014	(r350300)
 +++ head/devel/p5-App-Cmd/distinfo	Sun Apr  6 05:47:18 2014	(r350301)
 @@ -1,2 +1,2 @@
 -SHA256 (App-Cmd-0.322.tar.gz) = b1acf34c8f917e5784aa21e0b9542553175dc32f879c940a40cdd0cba2993082
 -SIZE (App-Cmd-0.322.tar.gz) = 38554
 +SHA256 (App-Cmd-0.323.tar.gz) = 6d8e2837728f76154d277d98f8facfa5615676a4ee124bc7b818aa63337cd215
 +SIZE (App-Cmd-0.323.tar.gz) = 39348
 _______________________________________________
 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"
 
State-Changed-From-To: open->closed 
State-Changed-By: sunpoet 
State-Changed-When: Sun Apr 6 05:52:15 UTC 2014 
State-Changed-Why:  
Committed. Thanks! 

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