Bug 188949 - [PATCH] textproc/p5-XML-Parser-Style-Elemental: Added LICENSE, take maintainership
Summary: [PATCH] textproc/p5-XML-Parser-Style-Elemental: Added LICENSE, take maintaine...
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: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-24 12:00 UTC by Muhammad Moinur Rahman
Modified: 2014-04-26 19:35 UTC (History)
0 users

See Also:


Attachments
p5-XML-Parser-Style-Elemental-0.50.patch (539 bytes, patch)
2014-04-24 12:00 UTC, Muhammad Moinur Rahman
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Muhammad Moinur Rahman freebsd_committer freebsd_triage 2014-04-24 12:00:00 UTC
- Added LICENSE
- Take maintainership

Generated with FreeBSD Port Tools 1.01 (mode: change, diff: ports)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-24 12:00:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

sunpoet@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-04-26 19:15:01 UTC
Author: sunpoet
Date: Sat Apr 26 18:14:56 2014
New Revision: 352343
URL: http://svnweb.freebsd.org/changeset/ports/352343
QAT: https://qat.redports.org/buildarchive/r352343/

Log:
  - Add LICENSE
  - Pass maintainership to submitter
  - While I'm here, remove Author line
  
  PR:		ports/188949
  Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>

Modified:
  head/textproc/p5-XML-Parser-Style-Elemental/Makefile
  head/textproc/p5-XML-Parser-Style-Elemental/pkg-descr

Modified: head/textproc/p5-XML-Parser-Style-Elemental/Makefile
==============================================================================
--- head/textproc/p5-XML-Parser-Style-Elemental/Makefile	Sat Apr 26 18:14:51 2014	(r352342)
+++ head/textproc/p5-XML-Parser-Style-Elemental/Makefile	Sat Apr 26 18:14:56 2014	(r352343)
@@ -8,9 +8,11 @@ MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:TIMA
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	5u623l20@gmail.com
 COMMENT=	More advanced and flexible object tree style for XML::Parser
 
+LICENSE=	ART10
+
 BUILD_DEPENDS=	p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser
 
 USES=		perl5

Modified: head/textproc/p5-XML-Parser-Style-Elemental/pkg-descr
==============================================================================
--- head/textproc/p5-XML-Parser-Style-Elemental/pkg-descr	Sat Apr 26 18:14:51 2014	(r352342)
+++ head/textproc/p5-XML-Parser-Style-Elemental/pkg-descr	Sat Apr 26 18:14:56 2014	(r352343)
@@ -1,5 +1,4 @@
 This module is similar to the XML::Parser Objects style, but slightly 
 more advanced and flexible. 
 
-Author:	Timothy Appnel
 WWW: http://search.cpan.org/dist/XML-Parser-Style-Elemental/
_______________________________________________
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 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2014-04-26 19:35:15 UTC
State Changed
From-To: open->closed

Committed. Thanks!