Bug 189565 - [PATCH] devel/p5-Module-Inspector: Added LICENSE, take maintainership
Summary: [PATCH] devel/p5-Module-Inspector: 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-10 11:00 UTC by Muhammad Moinur Rahman
Modified: 2014-05-25 13:44 UTC (History)
0 users

See Also:


Attachments
p5-Module-Inspector-1.05.patch (652 bytes, patch)
2014-05-10 11:00 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-10 11:00: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-10 11:00:14 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-05-25 13:39:56 UTC
Author: sunpoet
Date: Sun May 25 12:39:42 2014
New Revision: 355202
URL: http://svnweb.freebsd.org/changeset/ports/355202
QAT: https://qat.redports.org/buildarchive/r355202/

Log:
  - Add LICENSE
  - Pass maintainership to submitter
  - While I'm here:
    - Remove leading indefinite article from COMMENT
    - Fix *_DEPENDS: version 0.74+ is already in all supported Perl releases
    - Bump PORTREVISION for dependency change
  
  PR:		ports/189565
  Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>

Modified:
  head/devel/p5-Module-Inspector/Makefile

Modified: head/devel/p5-Module-Inspector/Makefile
==============================================================================
--- head/devel/p5-Module-Inspector/Makefile	Sun May 25 12:39:37 2014	(r355201)
+++ head/devel/p5-Module-Inspector/Makefile	Sun May 25 12:39:42 2014	(r355202)
@@ -3,12 +3,13 @@
 
 PORTNAME=	Module-Inspector
 PORTVERSION=	1.05
+PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	An integrated API for inspecting Perl distributions
+MAINTAINER=	5u623l20@gmail.com
+COMMENT=	Integrated API for inspecting Perl distributions
 
 BUILD_DEPENDS=	p5-File-Find-Rule-VCS>=0:${PORTSDIR}/devel/p5-File-Find-Rule-VCS \
 		p5-File-Find-Rule-Perl>=0:${PORTSDIR}/devel/p5-File-Find-Rule-Perl \
@@ -17,8 +18,7 @@ BUILD_DEPENDS=	p5-File-Find-Rule-VCS>=0:
 		p5-Module-Math-Depends>=0:${PORTSDIR}/devel/p5-Module-Math-Depends \
 		p5-PPI>=0:${PORTSDIR}/textproc/p5-PPI \
 		p5-YAML-Tiny>=0:${PORTSDIR}/textproc/p5-YAML-Tiny \
-		p5-Params-Util>=0:${PORTSDIR}/devel/p5-Params-Util \
-		p5-version>=0:${PORTSDIR}/devel/p5-version
+		p5-Params-Util>=0:${PORTSDIR}/devel/p5-Params-Util
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		perl5
_______________________________________________
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-05-25 13:44:02 UTC
State Changed
From-To: open->closed

Committed. Thanks!