Date: Wed, 5 Jul 2006 03:22:30 +0400 (MSD) From: Alexander Zhuravlev <zaa@zaa.pp.ru> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/99793: [maintainer update] www/pecl-pecl_http to 1.0.1 Message-ID: <20060704232231.0436FB81F@wave.zaa.local> Resent-Message-ID: <200607042330.k64NUHd3032233@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 99793 >Category: ports >Synopsis: [maintainer update] www/pecl-pecl_http to 1.0.1 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Jul 04 23:30:16 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Alexander Zhuravlev >Release: FreeBSD 6.1-STABLE i386 >Organization: >Environment: System: FreeBSD wave.zaa.local 6.1-STABLE FreeBSD 6.1-STABLE #26: Mon Jun 12 15:04:34 MSD 2006 root@wave.zaa.local:/usr/obj/usr/src/sys/WAVE i386 >Description: >How-To-Repeat: >Fix: --- pecl-pecl_http.patch begins here --- diff -urbBNp pecl-pecl_http.orig/Makefile pecl-pecl_http/Makefile --- pecl-pecl_http.orig/Makefile Sun Jun 11 19:05:16 2006 +++ pecl-pecl_http/Makefile Wed Jul 5 03:03:24 2006 @@ -6,7 +6,7 @@ # PORTNAME= pecl_http -DISTVERSION= 1.0.0 +DISTVERSION= 1.0.1 CATEGORIES= www pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- diff -urbBNp pecl-pecl_http.orig/distinfo pecl-pecl_http/distinfo --- pecl-pecl_http.orig/distinfo Sun Jun 11 11:14:03 2006 +++ pecl-pecl_http/distinfo Wed Jul 5 03:03:27 2006 @@ -1,3 +1,3 @@ -MD5 (PECL/pecl_http-1.0.0.tgz) = f21c770c8608329256f9c712a9e21319 -SHA256 (PECL/pecl_http-1.0.0.tgz) = e0717ce977164cf37fd9e8d81616546be3f21a3103464208b1e1375fa8abbc93 -SIZE (PECL/pecl_http-1.0.0.tgz) = 185967 +MD5 (PECL/pecl_http-1.0.1.tgz) = 3246a4a1fb9297f91abd8585ee98ae7d +SHA256 (PECL/pecl_http-1.0.1.tgz) = 39b2e1c6fe87f18bf1786d4dcbbac7117290eb2ecf1fbf1cc3898c68d137a1eb +SIZE (PECL/pecl_http-1.0.1.tgz) = 185893 diff -urbBNp pecl-pecl_http.orig/files/patch-php_http.h pecl-pecl_http/files/patch-php_http.h --- pecl-pecl_http.orig/files/patch-php_http.h Sun Jun 11 19:05:16 2006 +++ pecl-pecl_http/files/patch-php_http.h Thu Jan 1 03:00:00 1970 @@ -1,15 +0,0 @@ ---- php_http.h.orig Fri Jun 9 02:10:44 2006 -+++ php_http.h Sun Jun 11 17:06:51 2006 -@@ -144,7 +144,11 @@ - # define HTTP_G (&http_globals) - #endif - --#define HTTP_HAVE_EXT(EXT) ((defined(HAVE_##EXT) || defined(HAVE_PHP_##EXT) || defined(HAVE_##EXT##_EXT)) && (HTTP_SHARED_DEPS || !defined(COMPILE_DL_##EXT))) -+#if defined(__GNUC__) && (__GNUC__ < 3) -+# define HTTP_HAVE_EXT(EXT) 0 -+#else -+# define HTTP_HAVE_EXT(EXT) ((defined(HAVE_##EXT) || defined(HAVE_PHP_##EXT) || defined(HAVE_##EXT##_EXT)) && (HTTP_SHARED_DEPS || !defined(COMPILE_DL_##EXT))) -+#endif - - PHP_FUNCTION(http_test); - PHP_FUNCTION(http_date); --- pecl-pecl_http.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060704232231.0436FB81F>