diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2013-05-25 10:08:24 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2013-05-25 10:08:24 +0800 |
commit | dbdaec6b8bcaee1898c6118fd311291f0958d224 (patch) | |
tree | 613f147cf83762161ffb2590f5a751fd834a0940 /textproc/p5-PDF-Table | |
parent | 3fe9a4259f2d01c8d70417aec2be876d3999bcbe (diff) | |
download | freebsd-ports-gnome-dbdaec6b8bcaee1898c6118fd311291f0958d224.tar.gz freebsd-ports-gnome-dbdaec6b8bcaee1898c6118fd311291f0958d224.tar.zst freebsd-ports-gnome-dbdaec6b8bcaee1898c6118fd311291f0958d224.zip |
- Update to 0.9.6_h3
- Pass maintainership to submitter
PR: ports/178879
Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com>
Diffstat (limited to 'textproc/p5-PDF-Table')
-rw-r--r-- | textproc/p5-PDF-Table/Makefile | 6 | ||||
-rw-r--r-- | textproc/p5-PDF-Table/distinfo | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/textproc/p5-PDF-Table/Makefile b/textproc/p5-PDF-Table/Makefile index 7ad6f6ccedd9..bde1ceaa5ab1 100644 --- a/textproc/p5-PDF-Table/Makefile +++ b/textproc/p5-PDF-Table/Makefile @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME= PDF-Table -PORTVERSION= 0.9.5 +DISTVERSION= 0.9.6_h3 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= danilogondolfo@gmail.com COMMENT= A utility class for building table layouts in a PDF::API2 object BUILD_DEPENDS= p5-PDF-API2>=0:${PORTSDIR}/textproc/p5-PDF-API2 @@ -15,6 +15,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:C/\.h3//} + MAN3= PDF::Table.3 .include <bsd.port.mk> diff --git a/textproc/p5-PDF-Table/distinfo b/textproc/p5-PDF-Table/distinfo index 93961e9bdd23..28b60cf3e0f2 100644 --- a/textproc/p5-PDF-Table/distinfo +++ b/textproc/p5-PDF-Table/distinfo @@ -1,2 +1,2 @@ -SHA256 (PDF-Table-0.9.5.tar.gz) = 5df561bbb7e606df73b95a85f60969a0e394f260c0e30f42153ebee74c1c80fb -SIZE (PDF-Table-0.9.5.tar.gz) = 22318 +SHA256 (PDF-Table-0.9.6_h3.tar.gz) = dd19deca75208a73941cce253eac618eaf53c55e9cc3a9006ac49051be15e035 +SIZE (PDF-Table-0.9.6_h3.tar.gz) = 23618 |