Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Dec 2012 08:24:07 +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: r308887 - head/print/p5-PostScript-PPD
Message-ID:  <201212140824.qBE8O7Sl022582@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Dec 14 08:24:07 2012
New Revision: 308887
URL: http://svnweb.freebsd.org/changeset/ports/308887

Log:
  - Update to 0.0205
  - Add LICENSE
  - Add TEST_DEPENDS

Modified:
  head/print/p5-PostScript-PPD/Makefile
  head/print/p5-PostScript-PPD/distinfo

Modified: head/print/p5-PostScript-PPD/Makefile
==============================================================================
--- head/print/p5-PostScript-PPD/Makefile	Fri Dec 14 08:18:25 2012	(r308886)
+++ head/print/p5-PostScript-PPD/Makefile	Fri Dec 14 08:24:07 2012	(r308887)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	PostScript-PPD
-PORTVERSION=	0.0204
+PORTVERSION=	0.0205
 CATEGORIES=	print perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -10,6 +10,12 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Read PostScript Printer Definition files
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+TEST_DEPENDS=	p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod \
+		p5-Test-Pod-Coverage>=1:${PORTSDIR}/devel/p5-Test-Pod-Coverage
+
 PERL_CONFIGURE=	yes
 
 MAN3=		PostScript::PPD.3
@@ -21,4 +27,7 @@ BUILD_DEPENDS+=	p5-IO-Compress>=2:${PORT
 RUN_DEPENDS+=	p5-IO-Compress>=2:${PORTSDIR}/archivers/p5-IO-Compress
 .endif
 
+post-patch:
+	@${REINPLACE_CMD} -e '/lj4515.ppd/d' ${WRKSRC}/t/30_difficult.t
+
 .include <bsd.port.post.mk>

Modified: head/print/p5-PostScript-PPD/distinfo
==============================================================================
--- head/print/p5-PostScript-PPD/distinfo	Fri Dec 14 08:18:25 2012	(r308886)
+++ head/print/p5-PostScript-PPD/distinfo	Fri Dec 14 08:24:07 2012	(r308887)
@@ -1,2 +1,2 @@
-SHA256 (PostScript-PPD-0.0204.tar.gz) = c1b06d55b3fbad0cc9ede1006bb1991a12ef83368d96de330b824ec398c4df77
-SIZE (PostScript-PPD-0.0204.tar.gz) = 34544
+SHA256 (PostScript-PPD-0.0205.tar.gz) = 369d52b2ce383b9a8368f031837f539c5807bf7fbf930ba92eb8223595a754e8
+SIZE (PostScript-PPD-0.0205.tar.gz) = 35115



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