svn commit: r355202 - head/devel/p5-Module-Inspector

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun May 25 12:39:43 UTC 2014


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 at 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 at FreeBSD.org
-COMMENT=	An integrated API for inspecting Perl distributions
+MAINTAINER=	5u623l20 at 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


More information about the svn-ports-all mailing list