svn commit: r355229 - head/devel/p5-Devel-Dumpvar

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


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 at 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 at FreeBSD.org
-COMMENT=	A pure-OO reimplementation of dumpvar.pl
+MAINTAINER=	5u623l20 at 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


More information about the svn-ports-all mailing list