| Summary: | [PATCH] print/pecl-pdflib: Update to 3.0.4 to resolve Segmentation Fault on 10.0-RELEASE | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Daniel Austin <freebsd-ports> | ||||
| Component: | Individual Port(s) | Assignee: | Alex Dupre <ale> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | CC: | ale | ||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Daniel Austin
2014-01-26 22:10:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->ale Over to maintainer (via the GNATS Auto Assign Tool) State Changed From-To: open->closed Committed, thanks! Author: ale Date: Mon Jan 27 10:07:36 2014 New Revision: 341363 URL: http://svnweb.freebsd.org/changeset/ports/341363 QAT: https://qat.redports.org/buildarchive/r341363/ Log: Update to 3.0.4 release. PR: ports/186142 Submitted by: Daniel Austin <freebsd-ports@dan.me.uk> Modified: head/print/pecl-pdflib/Makefile head/print/pecl-pdflib/distinfo Modified: head/print/pecl-pdflib/Makefile ============================================================================== --- head/print/pecl-pdflib/Makefile Mon Jan 27 09:49:41 2014 (r341362) +++ head/print/pecl-pdflib/Makefile Mon Jan 27 10:07:36 2014 (r341363) @@ -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 Modified: head/print/pecl-pdflib/distinfo ============================================================================== --- head/print/pecl-pdflib/distinfo Mon Jan 27 09:49:41 2014 (r341362) +++ head/print/pecl-pdflib/distinfo Mon Jan 27 10:07:36 2014 (r341363) @@ -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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" |