Date: Thu, 27 Oct 2016 09:00:28 +0000 (UTC) From: Alex Dupre <ale@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424750 - head/print/pecl-pdflib Message-ID: <201610270900.u9R90SO1090485@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ale Date: Thu Oct 27 09:00:27 2016 New Revision: 424750 URL: https://svnweb.freebsd.org/changeset/ports/424750 Log: Update to 4.0.1 release to support PHP 7. Modified: head/print/pecl-pdflib/Makefile head/print/pecl-pdflib/distinfo Modified: head/print/pecl-pdflib/Makefile ============================================================================== --- head/print/pecl-pdflib/Makefile Thu Oct 27 08:55:22 2016 (r424749) +++ head/print/pecl-pdflib/Makefile Thu Oct 27 09:00:27 2016 (r424750) @@ -2,12 +2,10 @@ # $FreeBSD$ PORTNAME= pdflib -PORTVERSION= 3.0.4 -PORTREVISION= 1 +PORTVERSION= 4.0.1 CATEGORIES= print pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- -EXTRACT_SUFX= .tgz DIST_SUBDIR= PECL MAINTAINER= ale@FreeBSD.org @@ -15,14 +13,13 @@ COMMENT= PECL extension to create PDF on LICENSE= PHP30 -BROKEN_powerpc64= Does not build - LIB_DEPENDS= libpdf.so:print/pdflib -USES= php:ext +BROKEN_powerpc64= Does not build + +USES= php:ext tar:tgz USE_PHP= gd:build PHP_MODNAME= pdf -IGNORE_WITH_PHP= 70 CONFIGURE_ARGS= --with-pdflib=${LOCALBASE} Modified: head/print/pecl-pdflib/distinfo ============================================================================== --- head/print/pecl-pdflib/distinfo Thu Oct 27 08:55:22 2016 (r424749) +++ head/print/pecl-pdflib/distinfo Thu Oct 27 09:00:27 2016 (r424750) @@ -1,2 +1,3 @@ -SHA256 (PECL/pdflib-3.0.4.tgz) = 18de7bf00983a5b0fbbd4f7e993ecf948217072ae6ebff9fbb0eef88b8984b7e -SIZE (PECL/pdflib-3.0.4.tgz) = 27043 +TIMESTAMP = 1477558118 +SHA256 (PECL/pdflib-4.0.1.tgz) = cef4639c21c649ff4b10ee8048cf5c8aa1ade128c44755d2886bb15413e48ed6 +SIZE (PECL/pdflib-4.0.1.tgz) = 32954
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610270900.u9R90SO1090485>