Bug 189238 - [PATCH] net/p5-Net-Traceroute6: Added LICENSE, take maintainership
Summary: [PATCH] net/p5-Net-Traceroute6: 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-05-02 15:10 UTC by Muhammad Moinur Rahman
Modified: 2014-05-03 19:20 UTC (History)
0 users

See Also:


Attachments
p5-Net-Traceroute6-0.03.patch (481 bytes, patch)
2014-05-02 15: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-05-02 15:10:00 UTC
- Added LICENSE
- Take maintainership

Generated with FreeBSD Port Tools 1.02 (mode: change, diff: ports)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-05-02 15:10:13 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-05-03 15:43:14 UTC
State Changed
From-To: open->feedback

I cannot find where LICENSE declaration is. Would you please point it 
out? Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-05-03 19:18:37 UTC
Author: sunpoet
Date: Sat May  3 18:18:33 2014
New Revision: 352929
URL: http://svnweb.freebsd.org/changeset/ports/352929
QAT: https://qat.redports.org/buildarchive/r352929/

Log:
  # - Add LICENSE
  - Pass maintainership to submitter
  
  PR:		ports/189238
  Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>

Modified:
  head/net/p5-Net-Traceroute6/Makefile

Modified: head/net/p5-Net-Traceroute6/Makefile
==============================================================================
--- head/net/p5-Net-Traceroute6/Makefile	Sat May  3 16:36:42 2014	(r352928)
+++ head/net/p5-Net-Traceroute6/Makefile	Sat May  3 18:18:33 2014	(r352929)
@@ -8,9 +8,11 @@ CATEGORIES=	net perl5 ipv6
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	5u623l20@gmail.com
 COMMENT=	Perl module to parse traceroute6(8) output
 
+LICENSE=	MIT
+
 BUILD_DEPENDS=	p5-Socket6>=0:${PORTSDIR}/net/p5-Socket6
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
_______________________________________________
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-05-03 19:18:40 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!