svn commit: r353435 - head/graphics/p5-CAD-Drawing-Template

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri May 9 03:52:11 UTC 2014


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 at 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 at FreeBSD.org
+MAINTAINER=	5u623l20 at 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/


More information about the svn-ports-all mailing list