Bug 188057 - [PATCH] x11-fonts/p5-Font-TTFMetrics: [PORTTOOLS: SUMMARIZE CHANGES], take maintainership
Summary: [PATCH] x11-fonts/p5-Font-TTFMetrics: [PORTTOOLS: SUMMARIZE CHANGES], take ma...
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-29 20:30 UTC by Muhammad Moinur Rahman
Modified: 2014-03-30 19:10 UTC (History)
0 users

See Also:


Attachments
p5-Font-TTFMetrics-0.1.patch (429 bytes, patch)
2014-03-29 20: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.
Description Muhammad Moinur Rahman freebsd_committer freebsd_triage 2014-03-29 20:30:00 UTC
[PORTTOOLS: DESCRIBE CHANGES]
- Take maintainership
- Added LICENSE

Generated with FreeBSD Port Tools 1.00.2014.03.23 (mode: change, diff: ports)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-03-29 20:30:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

sunpoet@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2014-03-29 20:50:42 UTC
State Changed
From-To: open->feedback

Please confirm if LICENSE should be "ART10 GPLv1"?
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-03-30 19:01:15 UTC
Author: sunpoet
Date: Sun Mar 30 18:01:11 2014
New Revision: 349654
URL: http://svnweb.freebsd.org/changeset/ports/349654
QAT: https://qat.redports.org/buildarchive/r349654/

Log:
  - Add LICENSE
  - Pass maintainership to submitter
  - While I'm here:
    - Fix LICENSE
    - Remove leading indefinite article from COMMENT
  
  PR:		ports/188057
  Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>

Modified:
  head/x11-fonts/p5-Font-TTFMetrics/Makefile

Modified: head/x11-fonts/p5-Font-TTFMetrics/Makefile
==============================================================================
--- head/x11-fonts/p5-Font-TTFMetrics/Makefile	Sun Mar 30 18:01:06 2014	(r349653)
+++ head/x11-fonts/p5-Font-TTFMetrics/Makefile	Sun Mar 30 18:01:11 2014	(r349654)
@@ -7,8 +7,11 @@ CATEGORIES=	x11-fonts perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	A parser for the TTF file
+MAINTAINER=	5u623l20@gmail.com
+COMMENT=	Parser for the TTF file
+
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
 
 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 4 Po-Chuan Hsieh freebsd_committer freebsd_triage 2014-03-30 19:02:33 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!