Bug 189013 - [PATCH] textproc/p5-XML-Grove: Added LICENSE, take maintainership
Summary: [PATCH] textproc/p5-XML-Grove: Added LICENSE, take maintainership
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-26 11:10 UTC by Muhammad Moinur Rahman
Modified: 2014-04-26 19:40 UTC (History)
0 users

See Also:


Attachments
p5-XML-Grove-0.46.a.patch (464 bytes, patch)
2014-04-26 11:10 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-26 11:10: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-26 11:10:03 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:38:54 UTC
Author: sunpoet
Date: Sat Apr 26 18:38:50 2014
New Revision: 352365
URL: http://svnweb.freebsd.org/changeset/ports/352365
QAT: https://qat.redports.org/buildarchive/r352365/

Log:
  - Add LICENSE
  - Pass maintainership to submitter
  - While I'm here, cleanup pkg-descr
  
  PR:		ports/189013
  Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>

Modified:
  head/textproc/p5-XML-Grove/Makefile
  head/textproc/p5-XML-Grove/pkg-descr

Modified: head/textproc/p5-XML-Grove/Makefile
==============================================================================
--- head/textproc/p5-XML-Grove/Makefile	Sat Apr 26 18:29:30 2014	(r352364)
+++ head/textproc/p5-XML-Grove/Makefile	Sat Apr 26 18:38:50 2014	(r352365)
@@ -7,9 +7,11 @@ CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	5u623l20@gmail.com
 COMMENT=	Perl-style XML objects
 
+LICENSE=	ART10
+
 BUILD_DEPENDS=	p5-libxml>=0:${PORTSDIR}/textproc/p5-libxml
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 

Modified: head/textproc/p5-XML-Grove/pkg-descr
==============================================================================
--- head/textproc/p5-XML-Grove/pkg-descr	Sat Apr 26 18:29:30 2014	(r352364)
+++ head/textproc/p5-XML-Grove/pkg-descr	Sat Apr 26 18:38:50 2014	(r352365)
@@ -4,5 +4,3 @@ objects are Perl hashes and arrays where
 of the objects using normal Perl syntax.
 
 WWW: http://search.cpan.org/dist/XML-Grove/
-
-Seamus Venasse <svenasse@polaris.ca>
_______________________________________________
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:39:02 UTC
State Changed
From-To: open->closed

Committed. Thanks!