Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 May 2014 03:52:10 +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: r353435 - head/graphics/p5-CAD-Drawing-Template
Message-ID:  <201405090352.s493qACC058992@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri May  9 03:52:10 2014
New Revision: 353435
URL: http://svnweb.freebsd.org/changeset/ports/353435
QAT: https://qat.redports.org/buildarchive/r353435/

Log:
  - Add LICENSE
  - Pass maintainership to submitter
  - While I'm here, remove Author line
  
  PR:		ports/189347
  Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>

Modified:
  head/graphics/p5-CAD-Drawing-Template/Makefile
  head/graphics/p5-CAD-Drawing-Template/pkg-descr

Modified: head/graphics/p5-CAD-Drawing-Template/Makefile
==============================================================================
--- head/graphics/p5-CAD-Drawing-Template/Makefile	Fri May  9 03:52:05 2014	(r353434)
+++ head/graphics/p5-CAD-Drawing-Template/Makefile	Fri May  9 03:52:10 2014	(r353435)
@@ -8,11 +8,14 @@ CATEGORIES=	graphics perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	5u623l20@gmail.com
 COMMENT=	Replace tags with text and geometry
 
-BUILD_DEPENDS=	p5-CAD-Drawing>=0:${PORTSDIR}/graphics/p5-CAD-Drawing \
-		p5-CAD-Calc>=0:${PORTSDIR}/math/p5-CAD-Calc
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	p5-CAD-Calc>=0:${PORTSDIR}/math/p5-CAD-Calc \
+		p5-CAD-Drawing>=0:${PORTSDIR}/graphics/p5-CAD-Drawing
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		perl5

Modified: head/graphics/p5-CAD-Drawing-Template/pkg-descr
==============================================================================
--- head/graphics/p5-CAD-Drawing-Template/pkg-descr	Fri May  9 03:52:05 2014	(r353434)
+++ head/graphics/p5-CAD-Drawing-Template/pkg-descr	Fri May  9 03:52:10 2014	(r353435)
@@ -1,4 +1,3 @@
 Tag replacement framework for graphics/p5-CAD-Drawing.
 
-Author: Eric L. Wilhelm <ewilhelm at cpan dot org>
 WWW: http://search.cpan.org/dist/CAD-Drawing-Template/



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