Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 May 2014 12:41:45 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r355228 - head/devel/p5-Devel-Cycle
Message-ID:  <201405251241.s4PCfjgf037421@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@FreeBSD.org
+MAINTAINER=	5u623l20@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405251241.s4PCfjgf037421>