Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 May 2014 12:41:49 +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: r355229 - head/devel/p5-Devel-Dumpvar
Message-ID:  <201405251241.s4PCfnVw037506@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun May 25 12:41:49 2014
New Revision: 355229
URL: http://svnweb.freebsd.org/changeset/ports/355229
QAT: https://qat.redports.org/buildarchive/r355229/

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

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

Modified: head/devel/p5-Devel-Dumpvar/Makefile
==============================================================================
--- head/devel/p5-Devel-Dumpvar/Makefile	Sun May 25 12:41:44 2014	(r355228)
+++ head/devel/p5-Devel-Dumpvar/Makefile	Sun May 25 12:41:49 2014	(r355229)
@@ -3,16 +3,16 @@
 
 PORTNAME=	Devel-Dumpvar
 PORTVERSION=	1.06
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	A pure-OO reimplementation of dumpvar.pl
+MAINTAINER=	5u623l20@gmail.com
+COMMENT=	Pure-OO reimplementation of dumpvar.pl
 
-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.s4PCfnVw037506>