diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-12-14 08:24:07 +0000 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-12-14 08:24:07 +0000 |
commit | 035333b78fd765c7c4d6754e54a4d1574d7e067e (patch) | |
tree | a7c0b363d78d2da29ddc8c1fcd18d400195b280f | |
parent | df63e76c83c5eb850a8e6216905926521a73e4c4 (diff) | |
download | FreeBSD-ports-035333b78fd765c7c4d6754e54a4d1574d7e067e.zip FreeBSD-ports-035333b78fd765c7c4d6754e54a4d1574d7e067e.tar.gz |
- Update to 0.0205
- Add LICENSE
- Add TEST_DEPENDS
-rw-r--r-- | print/p5-PostScript-PPD/Makefile | 11 | ||||
-rw-r--r-- | print/p5-PostScript-PPD/distinfo | 4 |
2 files changed, 12 insertions, 3 deletions
diff --git a/print/p5-PostScript-PPD/Makefile b/print/p5-PostScript-PPD/Makefile index 01b77a6..ff39bc5 100644 --- a/print/p5-PostScript-PPD/Makefile +++ b/print/p5-PostScript-PPD/Makefile @@ -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:${PORTSDIR}/archivers/p5-IO-Compress 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> diff --git a/print/p5-PostScript-PPD/distinfo b/print/p5-PostScript-PPD/distinfo index b9d31d3..1e11f1a 100644 --- a/print/p5-PostScript-PPD/distinfo +++ b/print/p5-PostScript-PPD/distinfo @@ -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 |