Update to 3.0.4 release.
PR: ports/186142 Submitted by: Daniel Austin <freebsd-ports@dan.me.uk>
This commit is contained in:
parent
cfc65da34d
commit
7f50cc984c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=341363
2 changed files with 6 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue