Bug 188072 - [PATCH] x11-toolkits/p5-Tk-FileDialog: Add LICENSE, take maintainership
Summary: [PATCH] x11-toolkits/p5-Tk-FileDialog: Add 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-03-30 10:50 UTC by Muhammad Moinur Rahman
Modified: 2014-03-30 19:10 UTC (History)
0 users

See Also:


Attachments
p5-Tk-FileDialog-1.3.patch (515 bytes, patch)
2014-03-30 10:50 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-03-30 10:50:00 UTC
[PORTTOOLS: DESCRIBE CHANGES]
- Take maintainership

Generated with FreeBSD Port Tools 1.00.2014.03.23 (mode: change, diff: ports)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-03-30 10:50:04 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-03-30 19:01:35 UTC
Author: sunpoet
Date: Sun Mar 30 18:01:32 2014
New Revision: 349658
URL: http://svnweb.freebsd.org/changeset/ports/349658
QAT: https://qat.redports.org/buildarchive/r349658/

Log:
  - Add LICENSE
  - Pass maintainership to submitter
  - While I'm here:
    - Add missing RUN_DEPENDS
    - Bump PORTREVISION for dependency change
  
  PR:		ports/188072
  Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>

Modified:
  head/x11-toolkits/p5-Tk-FileDialog/Makefile

Modified: head/x11-toolkits/p5-Tk-FileDialog/Makefile
==============================================================================
--- head/x11-toolkits/p5-Tk-FileDialog/Makefile	Sun Mar 30 18:01:27 2014	(r349657)
+++ head/x11-toolkits/p5-Tk-FileDialog/Makefile	Sun Mar 30 18:01:32 2014	(r349658)
@@ -3,15 +3,19 @@
 
 PORTNAME=	Tk-FileDialog
 PORTVERSION=	1.3
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	x11-toolkits perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	5u623l20@gmail.com
 COMMENT=	Tk::FileDialog - A file selector dialog for perl/Tk
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	p5-Tk>=0:${PORTSDIR}/x11-toolkits/p5-Tk
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		perl5
 USE_PERL5=	configure
_______________________________________________
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-03-30 19:02:39 UTC
State Changed
From-To: open->closed

Committed. Thanks!