Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 May 2014 15:33:02 +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: r355369 - head/devel/p5-Class-Factory
Message-ID:  <201405261533.s4QFX27Q096853@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon May 26 15:33:02 2014
New Revision: 355369
URL: http://svnweb.freebsd.org/changeset/ports/355369
QAT: https://qat.redports.org/buildarchive/r355369/

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

Modified:
  head/devel/p5-Class-Factory/Makefile

Modified: head/devel/p5-Class-Factory/Makefile
==============================================================================
--- head/devel/p5-Class-Factory/Makefile	Mon May 26 15:32:57 2014	(r355368)
+++ head/devel/p5-Class-Factory/Makefile	Mon May 26 15:33:02 2014	(r355369)
@@ -3,15 +3,16 @@
 
 PORTNAME=	Class-Factory
 PORTVERSION=	1.06
+PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	5u623l20@gmail.com
 COMMENT=	Base class for dynamic factory classes
 
-BUILD_DEPENDS=	p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
-RUN_DEPENDS=	p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
+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?201405261533.s4QFX27Q096853>