Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Nov 2006 13:47:25 -0800 (PST)
From:      Kian Mohageri <kian.mohageri@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/105227: [PATCH] print/pecl-pdflib: update to 2.1.2 (fix build)
Message-ID:  <200611062147.kA6LlPBw058141@alvis.restek.wwu.edu>
Resent-Message-ID: <200611062150.kA6LoLEu083396@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         105227
>Category:       ports
>Synopsis:       [PATCH] print/pecl-pdflib: update to 2.1.2 (fix build)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 06 21:50:21 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Kian Mohageri
>Release:        FreeBSD 6.1-RELEASE-p10 i386
>Organization:
>Environment:
System: FreeBSD alvis.restek.wwu.edu 6.1-RELEASE-p10 FreeBSD 6.1-RELEASE-p10 #0: Sat Oct 14 22:43:20 PDT 2006 root@alvis.restek.wwu.edu:/usr/obj/usr/src/sys/ALVIS-SMP i386


	
>Description:

pecl-pdflib-2.1.1 will not build with php 5.2.0, which was recently committed to the ports tree.  
The latest version (2.1.2) fixes this issue.

>How-To-Repeat:
	
>Fix:

	

--- pecl-pdflib-2.1.1-to-2.1.2.diff begins here ---
diff -ruN /usr/ports/print/pecl-pdflib/Makefile /home/kian/testing/ports/pecl-pdflib/Makefile
--- /usr/ports/print/pecl-pdflib/Makefile	Wed Nov  1 06:53:11 2006
+++ /home/kian/testing/ports/pecl-pdflib/Makefile	Mon Nov  6 12:48:57 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	pdflib
-PORTVERSION=	2.1.1
+PORTVERSION=	2.1.2
 CATEGORIES=	print pear
 MASTER_SITES=	http://pecl.php.net/get/
 PKGNAMEPREFIX=	pecl-
diff -ruN /usr/ports/print/pecl-pdflib/distinfo /home/kian/testing/ports/pecl-pdflib/distinfo
--- /usr/ports/print/pecl-pdflib/distinfo	Wed Nov  1 06:53:11 2006
+++ /home/kian/testing/ports/pecl-pdflib/distinfo	Mon Nov  6 12:48:44 2006
@@ -1,3 +1,3 @@
-MD5 (PECL/pdflib-2.1.1.tgz) = a95da26fc46fb3933d12cb2c566610e7
-SHA256 (PECL/pdflib-2.1.1.tgz) = 3a66545a09582ccada2aedd85f0dc5c8ca63148051432bd7b216d01938e4c648
-SIZE (PECL/pdflib-2.1.1.tgz) = 55663
+MD5 (PECL/pdflib-2.1.2.tgz) = d1bc4c20c5f0b2f9d2bf251bc9dbb027
+SHA256 (PECL/pdflib-2.1.2.tgz) = 9bd740fdd5f071c0e0c1d1e5304e689e29f018450e5403f4f3371986f40d64f5
+SIZE (PECL/pdflib-2.1.2.tgz) = 55669
--- pecl-pdflib-2.1.1-to-2.1.2.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611062147.kA6LlPBw058141>