Index: head/databases/pecl-memcache/Makefile =================================================================== --- head/databases/pecl-memcache/Makefile (revision 154063) +++ head/databases/pecl-memcache/Makefile (revision 154064) @@ -1,31 +1,36 @@ # New ports collection makefile for: pecl-memcache # Date created: 10 August 2004 # Whom: Gerrit Beine # # $FreeBSD$ # PORTNAME= memcache -PORTVERSION= 1.5 +PORTVERSION= 2.0.0 CATEGORIES= databases MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- EXTRACT_SUFX= .tgz DIST_SUBDIR= PECL 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 + +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 Property changes on: head/databases/pecl-memcache/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/databases/pecl-memcache/distinfo =================================================================== --- head/databases/pecl-memcache/distinfo (revision 154063) +++ head/databases/pecl-memcache/distinfo (revision 154064) @@ -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 Property changes on: head/databases/pecl-memcache/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/databases/pecl-memcache/files/patch-memcache.c =================================================================== --- head/databases/pecl-memcache/files/patch-memcache.c (nonexistent) +++ head/databases/pecl-memcache/files/patch-memcache.c (revision 154064) @@ -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 + Property changes on: head/databases/pecl-memcache/files/patch-memcache.c ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property