svn commit: r355228 - head/devel/p5-Devel-Cycle

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


Author: sunpoet
Date: Sun May 25 12:41:44 2014
New Revision: 355228
URL: http://svnweb.freebsd.org/changeset/ports/355228
QAT: https://qat.redports.org/buildarchive/r355228/

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

Modified:
  head/devel/p5-Devel-Cycle/Makefile

Modified: head/devel/p5-Devel-Cycle/Makefile
==============================================================================
--- head/devel/p5-Devel-Cycle/Makefile	Sun May 25 12:41:39 2014	(r355227)
+++ head/devel/p5-Devel-Cycle/Makefile	Sun May 25 12:41:44 2014	(r355228)
@@ -3,15 +3,16 @@
 
 PORTNAME=	Devel-Cycle
 PORTVERSION=	1.11
+PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	5u623l20 at gmail.com
 COMMENT=	Find memory cycles in objects
 
-BUILD_DEPENDS=	p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils
-RUN_DEPENDS:=	${BUILD_DEPENDS}
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
 
 USES=		perl5
 USE_PERL5=	configure


More information about the svn-ports-all mailing list