svn commit: r355201 - head/devel/p5-Module-Math-Depends

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


Author: sunpoet
Date: Sun May 25 12:39:37 2014
New Revision: 355201
URL: http://svnweb.freebsd.org/changeset/ports/355201
QAT: https://qat.redports.org/buildarchive/r355201/

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

Modified:
  head/devel/p5-Module-Math-Depends/Makefile

Modified: head/devel/p5-Module-Math-Depends/Makefile
==============================================================================
--- head/devel/p5-Module-Math-Depends/Makefile	Sun May 25 12:39:33 2014	(r355200)
+++ head/devel/p5-Module-Math-Depends/Makefile	Sun May 25 12:39:37 2014	(r355201)
@@ -3,16 +3,18 @@
 
 PORTNAME=	Module-Math-Depends
 PORTVERSION=	0.02
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	5u623l20 at gmail.com
 COMMENT=	Convenience object for manipulating module dependencies
 
-BUILD_DEPENDS=	p5-Params-Util>=0:${PORTSDIR}/devel/p5-Params-Util \
-		p5-version>=0:${PORTSDIR}/devel/p5-version
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	p5-Params-Util>=0:${PORTSDIR}/devel/p5-Params-Util
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		perl5


More information about the svn-ports-all mailing list