Bug 178577 - databases/p5-T2: Update MASTER_SITES
Summary: databases/p5-T2: Update MASTER_SITES
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-13 19:10 UTC by tkato432
Modified: 2013-05-15 06:50 UTC (History)
0 users

See Also:


Attachments
file.diff (1.26 KB, patch)
2013-05-13 19:10 UTC, tkato432
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description tkato432 2013-05-13 18:54:29 UTC
>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"
Comment 1 tkato432 2013-05-13 19:10:02 UTC
- Update MASTER_SITES
- Add LICENSE
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-05-13 19:10:46 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2013-05-14 17:09:08 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-05-14 17:09:17 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"