Bug 183741 - [PATCH] x11-toolkits/p5-Gtk2-Ex-PodViewer: Add STAGE support, take maintainership
Summary: [PATCH] x11-toolkits/p5-Gtk2-Ex-PodViewer: Add STAGE support, take maintainer...
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: 2013-11-07 08:30 UTC by Muhammad Moinur Rahman
Modified: 2013-11-09 22:21 UTC (History)
0 users

See Also:


Attachments
p5-Gtk2-Ex-PodViewer-0.18_4.patch (1.74 KB, patch)
2013-11-07 08:30 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.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-11-07 08:30: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 2013-11-09 21:47:16 UTC
Author: sunpoet
Date: Sat Nov  9 21:46:47 2013
New Revision: 333345
URL: http://svnweb.freebsd.org/changeset/ports/333345

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

Modified:
  head/x11-toolkits/p5-Gtk2-Ex-PodViewer/Makefile
  head/x11-toolkits/p5-Gtk2-Ex-PodViewer/pkg-descr   (contents, props changed)

Modified: head/x11-toolkits/p5-Gtk2-Ex-PodViewer/Makefile
==============================================================================
--- head/x11-toolkits/p5-Gtk2-Ex-PodViewer/Makefile	Sat Nov  9 21:46:42 2013	(r333344)
+++ head/x11-toolkits/p5-Gtk2-Ex-PodViewer/Makefile	Sat Nov  9 21:46:47 2013	(r333345)
@@ -8,9 +8,12 @@ CATEGORIES=	x11-toolkits perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	5u623l20@gmail.com
 COMMENT=	Displays plain old documentation
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2 \
 		p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy \
 		p5-Locale-gettext>=0:${PORTSDIR}/devel/p5-Locale-gettext \

Modified: head/x11-toolkits/p5-Gtk2-Ex-PodViewer/pkg-descr
==============================================================================
--- head/x11-toolkits/p5-Gtk2-Ex-PodViewer/pkg-descr	Sat Nov  9 21:46:42 2013	(r333344)
+++ head/x11-toolkits/p5-Gtk2-Ex-PodViewer/pkg-descr	Sat Nov  9 21:46:47 2013	(r333345)
@@ -7,5 +7,4 @@ Perl's POD documentation. You can use it
 pages, module documentation and information about Perl's
 builtin functions.
 
-Author:	Gavin Brown <gavin.brown-at-uk.com>
 WWW: http://search.cpan.org/dist/Gtk2-Ex-PodViewer/
_______________________________________________
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 2013-11-09 22:21:20 UTC
State Changed
From-To: open->closed

Committed. Thanks!