diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-10-19 01:10:17 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-10-19 01:10:17 +0800 |
commit | 92f7e15d8114a826d46d7a12e13ea3d9db878d60 (patch) | |
tree | 8dfa639d926fbda217fd26143547f4bff8078154 /textproc/p5-PDF-Table | |
parent | ffd41ad6022d8218f6abddacb3fdaa9524226b21 (diff) | |
download | freebsd-ports-gnome-92f7e15d8114a826d46d7a12e13ea3d9db878d60.tar.gz freebsd-ports-gnome-92f7e15d8114a826d46d7a12e13ea3d9db878d60.tar.zst freebsd-ports-gnome-92f7e15d8114a826d46d7a12e13ea3d9db878d60.zip |
- Update to 0.9.4
Changes: http://search.cpan.org/dist/PDF-Table/Changes
PR: ports/161775
Submitted by: sunpoet (myself)
Approved by: Michael Scheidell <michael.scheidell@secnap.com> (maintainer)
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, 5 insertions, 5 deletions
diff --git a/textproc/p5-PDF-Table/Makefile b/textproc/p5-PDF-Table/Makefile index 18625c99be52..837c98f09df4 100644 --- a/textproc/p5-PDF-Table/Makefile +++ b/textproc/p5-PDF-Table/Makefile @@ -6,7 +6,7 @@ # PORTNAME= PDF-Table -PORTVERSION= 0.9.3 +PORTVERSION= 0.9.4 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= scheidell@secnap.net COMMENT= A utility class for building table layouts in a PDF::API2 object -BUILD_DEPENDS= ${SITE_PERL}/PDF/API2/Content/Text.pm:${PORTSDIR}/textproc/p5-PDF-API2 -RUN_DEPENDS= ${BUILD_DEPENDS} +BUILD_DEPENDS= p5-PDF-API2>=0:${PORTSDIR}/textproc/p5-PDF-API2 +RUN_DEPENDS= p5-PDF-API2>=0:${PORTSDIR}/textproc/p5-PDF-API2 PERL_CONFIGURE= yes diff --git a/textproc/p5-PDF-Table/distinfo b/textproc/p5-PDF-Table/distinfo index d8f539ff5cb1..ee22a3e4dee1 100644 --- a/textproc/p5-PDF-Table/distinfo +++ b/textproc/p5-PDF-Table/distinfo @@ -1,2 +1,2 @@ -SHA256 (PDF-Table-0.9.3.tar.gz) = f29d30ac22757cf1cd5f8fe3a420de296a80083776818cf402713ef8aaae7c16 -SIZE (PDF-Table-0.9.3.tar.gz) = 20443 +SHA256 (PDF-Table-0.9.4.tar.gz) = 101f66baae3b58cf44200f22917afc917190d21947ab0654e8c50a3ac5f1b4cb +SIZE (PDF-Table-0.9.4.tar.gz) = 22191 |