From tkato432@yahoo.com  Mon May 13 18:00:46 2013
Return-Path: <tkato432@yahoo.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	by hub.freebsd.org (Postfix) with ESMTP id CC24B736
	for <FreeBSD-gnats-submit@FreeBSD.org>; Mon, 13 May 2013 18:00:32 +0000 (UTC)
	(envelope-from tkato432@yahoo.com)
Received: from msa102lp.auone-net.jp (msa102lp.auone-net.jp [222.3.140.165])
	by mx1.freebsd.org (Postfix) with ESMTP id A3F1ADC6
	for <FreeBSD-gnats-submit@FreeBSD.org>; Mon, 13 May 2013 18:00:32 +0000 (UTC)
Received: from localhost.localdomain (ZT030119.ppp.dion.ne.jp [59.128.30.119])
	by msa102lp.auone-net.jp (au one net msa) with ESMTP id 59B3E4AC036
	for <FreeBSD-gnats-submit@FreeBSD.org>; Tue, 14 May 2013 03:00:25 +0900 (JST)
Message-Id: <20130514025429.411de44f1394a8fa82ea80ff@yahoo.com>
Date: Tue, 14 May 2013 02:54:29 +0900
From: KATO Tsuguru <tkato432@yahoo.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: databases/p5-T2: Update MASTER_SITES

>Number:         178577
>Category:       ports
>Synopsis:       databases/p5-T2: Update MASTER_SITES
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 13 18:10:02 UTC 2013
>Closed-Date:    Tue May 14 16:09:09 UTC 2013
>Last-Modified:  Wed May 15 05:50:00 UTC 2013
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.4-RELEASE-p11 i386
>Organization:
>Environment:
>Description:
- Update MASTER_SITES
- Add LICENSE

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/databases/p5-T2/Makefile databases/p5-T2/Makefile
--- /usr/ports/databases/p5-T2/Makefile	2012-11-08 09:05:41.000000000 +0900
+++ databases/p5-T2/Makefile	2013-05-14 00:00:49.000000000 +0900
@@ -1,21 +1,20 @@
-# New ports collection makefile for:	p5-T2
-# Date created:	   			19 January 2004
-# Whom:		   			Scott McWhirter <scott@surreytech.co.uk>
-#
+# Created by: Scott McWhirter <scott@surreytech.co.uk>
 # $FreeBSD: head/databases/p5-T2/Makefile 300896 2012-07-14 13:54:48Z beat $
-#
 
 PORTNAME=	T2
 PORTVERSION=	0.10
 PORTREVISION=	2
 CATEGORIES=	databases perl5
 MASTER_SITES=	CPAN
-MASTER_SITE_SUBDIR=	Tangram/SAMV
+MASTER_SITE_SUBDIR=	CPAN:SAMV
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Object Relational mapping system
 
+LICENSE=	ART10 GPLv2
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	p5-Set-Object>=0:${PORTSDIR}/devel/p5-Set-Object \
 		p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \
 		p5-Tangram>=0:${PORTSDIR}/databases/p5-Tangram \
@@ -27,4 +26,11 @@
 MAN3=		T2.3 T2::Association.3 T2::Attribute.3 T2::Class.3 \
 		T2::DBSetup.3 T2::Method.3 T2::Schema.3 T2::Storage.3
 
+post-patch:
+	@${REINPLACE_CMD} -e \
+		'/eval/s|^|# | ; \
+		 /deploy/s|^|#| ; \
+		 /print/s|^|#| ; \
+		 /NOTESTS/s|^|#|' ${WRKSRC}/Makefile.PL
+
 .include <bsd.port.mk>
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon May 13 18:10:46 UTC 2013 
Responsible-Changed-Why:  
miwi@ wants this submitter's PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=178577 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Tue May 14 16:09:08 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/178577: commit references a PR
Date: Tue, 14 May 2013 16:09:17 +0000 (UTC)

 Author: miwi
 Date: Tue May 14 16:09:04 2013
 New Revision: 318166
 URL: http://svnweb.freebsd.org/changeset/ports/318166
 
 Log:
   - Update MASTER_SITES
   - Add Licence
   - Trim header
   
   PR:		178577
   Submitted by:	Ports Fury
 
 Modified:
   head/databases/p5-T2/Makefile   (contents, props changed)
 
 Modified: head/databases/p5-T2/Makefile
 ==============================================================================
 --- head/databases/p5-T2/Makefile	Tue May 14 16:07:16 2013	(r318165)
 +++ head/databases/p5-T2/Makefile	Tue May 14 16:09:04 2013	(r318166)
 @@ -1,21 +1,20 @@
 -# New ports collection makefile for:	p5-T2
 -# Date created:	   			19 January 2004
 -# Whom:		   			Scott McWhirter <scott@surreytech.co.uk>
 -#
 +# Created by: Scott McWhirter <scott@surreytech.co.uk>
  # $FreeBSD$
 -#
  
  PORTNAME=	T2
  PORTVERSION=	0.10
  PORTREVISION=	2
  CATEGORIES=	databases perl5
  MASTER_SITES=	CPAN
 -MASTER_SITE_SUBDIR=	Tangram/SAMV
 +MASTER_SITE_SUBDIR=	CPAN:SAMV
  PKGNAMEPREFIX=	p5-
  
  MAINTAINER=	ports@FreeBSD.org
  COMMENT=	Object Relational mapping system
  
 +LICENSE=	ART10 GPLv2
 +LICENSE_COMB=	dual
 +
  BUILD_DEPENDS=	p5-Set-Object>=0:${PORTSDIR}/devel/p5-Set-Object \
  		p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \
  		p5-Tangram>=0:${PORTSDIR}/databases/p5-Tangram \
 @@ -27,4 +26,11 @@ PERL_CONFIGURE=	yes
  MAN3=		T2.3 T2::Association.3 T2::Attribute.3 T2::Class.3 \
  		T2::DBSetup.3 T2::Method.3 T2::Schema.3 T2::Storage.3
  
 +post-patch:
 +	@${REINPLACE_CMD} -e \
 +		'/eval/s|^|# | ; \
 +		 /deploy/s|^|#| ; \
 +		 /print/s|^|#| ; \
 +		 /NOTESTS/s|^|#|' ${WRKSRC}/Makefile.PL
 +
  .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"
 

From: KATO Tsuguru <tkato432@yahoo.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Cc:  
Subject: ports/178577: databases/p5-T2: Update MASTER_SITES
Date: Tue, 14 May 2013 02:54:29 +0900

 >Number:         178577
 >Category:       ports
 >Synopsis:       databases/p5-T2: Update MASTER_SITES
 >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:   Mon May 13 18:10:02 UTC 2013
 >Closed-Date:
 >Last-Modified:
 >Originator:     KATO Tsuguru
 >Release:        FreeBSD 7.4-RELEASE-p11 i386
 >Organization:
 >Environment:
 >Description:
 - Update MASTER_SITES
 - Add LICENSE
 
 >How-To-Repeat:
 >Fix:
 
 diff -urN /usr/ports/databases/p5-T2/Makefile databases/p5-T2/Makefile
 --- /usr/ports/databases/p5-T2/Makefile	2012-11-08 09:05:41.000000000 +0900
 +++ databases/p5-T2/Makefile	2013-05-14 00:00:49.000000000 +0900
 @@ -1,21 +1,20 @@
 -# New ports collection makefile for:	p5-T2
 -# Date created:	   			19 January 2004
 -# Whom:		   			Scott McWhirter <scott@surreytech.co.uk>
 -#
 +# Created by: Scott McWhirter <scott@surreytech.co.uk>
  # $FreeBSD: head/databases/p5-T2/Makefile 300896 2012-07-14 13:54:48Z beat $
 -#
  
  PORTNAME=	T2
  PORTVERSION=	0.10
  PORTREVISION=	2
  CATEGORIES=	databases perl5
  MASTER_SITES=	CPAN
 -MASTER_SITE_SUBDIR=	Tangram/SAMV
 +MASTER_SITE_SUBDIR=	CPAN:SAMV
  PKGNAMEPREFIX=	p5-
  
  MAINTAINER=	ports@FreeBSD.org
  COMMENT=	Object Relational mapping system
  
 +LICENSE=	ART10 GPLv2
 +LICENSE_COMB=	dual
 +
  BUILD_DEPENDS=	p5-Set-Object>=0:${PORTSDIR}/devel/p5-Set-Object \
  		p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \
  		p5-Tangram>=0:${PORTSDIR}/databases/p5-Tangram \
 @@ -27,4 +26,11 @@
  MAN3=		T2.3 T2::Association.3 T2::Attribute.3 T2::Class.3 \
  		T2::DBSetup.3 T2::Method.3 T2::Schema.3 T2::Storage.3
  
 +post-patch:
 +	@${REINPLACE_CMD} -e \
 +		'/eval/s|^|# | ; \
 +		 /deploy/s|^|#| ; \
 +		 /print/s|^|#| ; \
 +		 /NOTESTS/s|^|#|' ${WRKSRC}/Makefile.PL
 +
  .include <bsd.port.mk>
 >Release-Note:
 >Audit-Trail:
 >Unformatted:
 _______________________________________________
 freebsd-ports-bugs@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs
 To unsubscribe, send any mail to "freebsd-ports-bugs-unsubscribe@freebsd.org"
>Unformatted:
