Bug 179377 - [maintainer] [patch] www/p5-Catalyst-Plugin-DateTime: cosmetic changes
Summary: [maintainer] [patch] www/p5-Catalyst-Plugin-DateTime: cosmetic changes
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: Frederic Culot
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-06 22:30 UTC by m.tsatsenko
Modified: 2013-06-08 07:40 UTC (History)
0 users

See Also:


Attachments
file.diff (1.33 KB, patch)
2013-06-06 22:30 UTC, m.tsatsenko
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description m.tsatsenko 2013-06-06 22:30:00 UTC
- Trim Makefile header and use my present email in Created by line
- Pet portlint: use tabs, not spaces
- Add license
- Pass maintainership to perl@

Fix: Patch attached with submission follows:
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2013-06-07 01:33:35 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-ports-bugs

ports PR.
Comment 2 Frederic Culot freebsd_committer freebsd_triage 2013-06-07 06:03:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->culot

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-06-08 07:31:18 UTC
Author: culot
Date: Sat Jun  8 06:31:04 2013
New Revision: 320236
URL: http://svnweb.freebsd.org/changeset/ports/320236

Log:
  - Trim Makefile's header
  - Pet portlint(1) by using tabs instead of spaces
  - Add LICENSE (Artistic 1 & GPL 1)
  - Pass maintainership to perl@
  
  PR:		ports/179377
  Submitted by:	Mikhail T. <m.tsatsenko@gmail.com> (maintainer)

Modified:
  head/www/p5-Catalyst-Plugin-DateTime/Makefile

Modified: head/www/p5-Catalyst-Plugin-DateTime/Makefile
==============================================================================
--- head/www/p5-Catalyst-Plugin-DateTime/Makefile	Sat Jun  8 05:58:44 2013	(r320235)
+++ head/www/p5-Catalyst-Plugin-DateTime/Makefile	Sat Jun  8 06:31:04 2013	(r320236)
@@ -1,24 +1,25 @@
-# Ports collection makefile for:        p5-Catalyst-Plugin-DateTime
-# Date created:                 2010-12-27
-# Whom:                         michael@fun-box.ru
+# Created by: Mikhail T. <michael@fun-box.ru>
 # $FreeBSD$
 
-PORTNAME=       Catalyst-Plugin-DateTime
-PORTVERSION=    0.03
-CATEGORIES=     www perl5
-MASTER_SITES=   CPAN
-PKGNAMEPREFIX=  p5-
+PORTNAME=	Catalyst-Plugin-DateTime
+PORTVERSION=	0.03
+CATEGORIES=	www perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
 EXTRACT_SUFX=	.tgz
 
-MAINTAINER=	m.tsatsenko@gmail.com
-COMMENT=        DateTime support for Catalyst
+MAINTAINER=	perl@FreeBSD.org
+COMMENT=	DateTime support for Catalyst
 
-RUN_DEPENDS=    p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+RUN_DEPENDS=	p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \
 		p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime
-BUILD_DEPENDS=  ${RUN_DEPENDS}
+BUILD_DEPENDS=	${RUN_DEPENDS}
 
-PERL_CONFIGURE= YES
+PERL_CONFIGURE=	YES
 
-MAN3=   Catalyst::Plugin::DateTime.3
+MAN3=	Catalyst::Plugin::DateTime.3
 
 .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"
Comment 4 Frederic Culot freebsd_committer freebsd_triage 2013-06-08 07:31:41 UTC
State Changed
From-To: open->closed

Committed, with minor changes (email address in header should not be 
changed). Thanks!