Bug 116632 - Update port: databases/pecl-memcache
Summary: Update port: databases/pecl-memcache
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-25 21:10 UTC by Gerrit Beine
Modified: 2007-10-28 22:20 UTC (History)
0 users

See Also:


Attachments
file.diff (1.10 KB, patch)
2007-09-25 21:10 UTC, Gerrit Beine
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gerrit Beine 2007-09-25 21:10:01 UTC
Update to version 2.2.0

Fix: PORTNAME=	memcache
-PORTVERSION=	2.1.2
+PORTVERSION=	2.2.0
 CATEGORIES=	databases
 MASTER_SITES=	http://pecl.php.net/get/
 PKGNAMEPREFIX=	pecl-


/* {{{ 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
-
+ /* {{{ internal function protos */--hpfl65CFxvbAd7AzUDkCIIZPQwaSBm8J0wDjqGAFOYue3c4P
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

diff -Nur /usr/ports/databases/pecl-memcache/Makefile pecl-memcache/Makefile
--- /usr/ports/databases/pecl-memcache/Makefile	Sun Apr 29 16:42:50 2007
+++ pecl-memcache/Makefile	Tue Sep 25 17:18:08 2007
@@ -6,7 +6,7 @@
 #
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-09-25 21:10:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants this port PRs
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-10-28 22:17:24 UTC
miwi        2007-10-28 22:17:21 UTC

  FreeBSD ports repository

  Modified files:
    databases/pecl-memcache Makefile distinfo 
    databases/pecl-memcache/files patch-memcache.c 
  Log:
  - Update to 2.2.0
  
  PR:             116632
  Submitted by:   Gerrit Beine <gerrit.beine@gmx.de> (maintainer)
  
  Revision  Changes    Path
  1.14      +1 -1      ports/databases/pecl-memcache/Makefile
  1.11      +3 -3      ports/databases/pecl-memcache/distinfo
  1.4       +5 -5      ports/databases/pecl-memcache/files/patch-memcache.c
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2007-10-28 22:17:27 UTC
State Changed
From-To: open->closed

New port added. Thanks!