FreeBSD Bugzilla – Attachment 60891 Details for
Bug 91327
Update port: databases/pecl-memcache to 2.0.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
pecl-memcache.patch
pecl-memcache.patch (text/plain), 2.22 KB, created by
Marcus Alves Grando
on 2006-01-05 01:50:05 UTC
(
hide
)
Description:
pecl-memcache.patch
Filename:
MIME Type:
Creator:
Marcus Alves Grando
Created:
2006-01-05 01:50:05 UTC
Size:
2.22 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/pcvs/ports/databases/pecl-memcache/Makefile,v >retrieving revision 1.5 >diff -u -r1.5 Makefile >--- Makefile 9 Dec 2005 12:49:21 -0000 1.5 >+++ Makefile 5 Jan 2006 01:38:03 -0000 >@@ -6,7 +6,7 @@ > # > > PORTNAME= memcache >-PORTVERSION= 1.5 >+PORTVERSION= 2.0.0 > CATEGORIES= databases > MASTER_SITES= http://pecl.php.net/get/ > PKGNAMEPREFIX= pecl- >@@ -16,16 +16,23 @@ > MAINTAINER= tux@pinguru.net > COMMENT= Memcached extension > >+USE_REINPLACE= yes > USE_PHP= zlib > USE_PHPEXT= yes > PHP_MODNAME= memcache > > CONFIGURE_ARGS= --with-zlib-dir=/usr > >+.include <bsd.port.pre.mk> >+ >+post-extract: >+ @${FIND} -E ${WRKDIR} -type f -iregex ".*\.(c|cpp|h|txt|php)" -print0 | \ >+ ${XARGS} -0 ${REINPLACE_CMD} -e 's/[[:cntrl:]]*$$//' >+ > .if !defined(NOPORTDOCS) > post-install: > @${MKDIR} ${EXAMPLESDIR} > ${INSTALL_DATA} ${WRKSRC}/example.php ${EXAMPLESDIR} > .endif > >-.include <bsd.port.mk> >+.include <bsd.port.post.mk> >Index: distinfo >=================================================================== >RCS file: /home/pcvs/ports/databases/pecl-memcache/distinfo,v >retrieving revision 1.5 >diff -u -r1.5 distinfo >--- distinfo 9 Dec 2005 12:49:21 -0000 1.5 >+++ distinfo 5 Jan 2006 01:38:03 -0000 >@@ -1,3 +1,3 @@ >-MD5 (PECL/memcache-1.5.tgz) = f521dd4d3cad4ccb05d9ade4e1cc04d4 >-SHA256 (PECL/memcache-1.5.tgz) = d500687fd2703266619821758f4f80aea1baea3c5e5c8370a7a80f516ca33db9 >-SIZE (PECL/memcache-1.5.tgz) = 14291 >+MD5 (PECL/memcache-2.0.0.tgz) = c4d9f90178438750c48d8807c97b8913 >+SHA256 (PECL/memcache-2.0.0.tgz) = 3e7a17932a9e8766866d664983360cf032d36f04257bf4c21966f8d598b91f83 >+SIZE (PECL/memcache-2.0.0.tgz) = 16896 >Index: files/patch-memcache.c >=================================================================== >RCS file: files/patch-memcache.c >diff -N files/patch-memcache.c >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ files/patch-memcache.c 5 Jan 2006 01:38:03 -0000 >@@ -0,0 +1,11 @@ >+--- ./memcache.c.orig Wed Jan 4 23:33:18 2006 >++++ ./memcache.c Wed Jan 4 23:33:25 2006 >+@@ -120,7 +120,7 @@ >+ >+ /* {{{ macros */ >+ #define MMC_PREPARE_KEY(key, key_len) \ >+- php_strtr(key, key_len, "\t\r\n ", "____", 4); \ >++ php_strtr(key, key_len, "\t\r\n ", "____", 4); >+ >+ #if ZEND_DEBUG >+
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 91327
: 60891