diff options
author | ale <ale@FreeBSD.org> | 2014-01-27 18:07:36 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2014-01-27 18:07:36 +0800 |
commit | dbd85b4db5c2a6eb2de94c586173533076db5a04 (patch) | |
tree | c518ee8a40dcb99689d649b806d965f49d3712be /print | |
parent | 263337012d41fde17d415f097802e6a88a0dcc6b (diff) | |
download | freebsd-ports-gnome-dbd85b4db5c2a6eb2de94c586173533076db5a04.tar.gz freebsd-ports-gnome-dbd85b4db5c2a6eb2de94c586173533076db5a04.tar.zst freebsd-ports-gnome-dbd85b4db5c2a6eb2de94c586173533076db5a04.zip |
Update to 3.0.4 release.
PR: ports/186142
Submitted by: Daniel Austin <freebsd-ports@dan.me.uk>
Diffstat (limited to 'print')
-rw-r--r-- | print/pecl-pdflib/Makefile | 6 | ||||
-rw-r--r-- | print/pecl-pdflib/distinfo | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/print/pecl-pdflib/Makefile b/print/pecl-pdflib/Makefile index 8e0e85ded047..ed9d18fac52c 100644 --- a/print/pecl-pdflib/Makefile +++ b/print/pecl-pdflib/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pdflib -PORTVERSION= 2.1.10 +PORTVERSION= 3.0.4 CATEGORIES= print pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- @@ -12,7 +12,9 @@ DIST_SUBDIR= PECL MAINTAINER= ale@FreeBSD.org COMMENT= A PECL extension to create PDF on the fly -LIB_DEPENDS= pdf.6:${PORTSDIR}/print/pdflib +LICENSE= PHP30 + +LIB_DEPENDS= libpdf.so:${PORTSDIR}/print/pdflib USE_PHP= gd USE_PHP_BUILD= yes diff --git a/print/pecl-pdflib/distinfo b/print/pecl-pdflib/distinfo index 71fc6f67d4f2..3aacc9830572 100644 --- a/print/pecl-pdflib/distinfo +++ b/print/pecl-pdflib/distinfo @@ -1,2 +1,2 @@ -SHA256 (PECL/pdflib-2.1.10.tgz) = f5cd15b24d805698d688501498d6baf405f55ee0a53e40bcdb96c54c6f279569 -SIZE (PECL/pdflib-2.1.10.tgz) = 55880 +SHA256 (PECL/pdflib-3.0.4.tgz) = 18de7bf00983a5b0fbbd4f7e993ecf948217072ae6ebff9fbb0eef88b8984b7e +SIZE (PECL/pdflib-3.0.4.tgz) = 27043 |