[Lunar-commits] <moonbase> memcached: Version bump to 1.4.8, removing the BUILD and adjusting the DEPENDS.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Sun Oct 9 13:05:57 CEST 2011
commit 32836e898c152b134d5cb09683e8d6d381d7616a
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Sun Oct 9 07:05:57 2011 -0400
memcached: Version bump to 1.4.8, removing the BUILD and adjusting the DEPENDS.
---
libs/memcached/BUILD | 7 -------
libs/memcached/DEPENDS | 4 +++-
libs/memcached/DETAILS | 9 +++------
3 files changed, 6 insertions(+), 14 deletions(-)
diff --git a/libs/memcached/BUILD b/libs/memcached/BUILD
deleted file mode 100644
index 40e59ee..0000000
--- a/libs/memcached/BUILD
+++ /dev/null
@@ -1,7 +0,0 @@
-(
-
- patch_it $SOURCE2 1 &&
-
- default_build
-
-) > $C_FIFO 2>&1
diff --git a/libs/memcached/DEPENDS b/libs/memcached/DEPENDS
index 2ea1c41..3ea2133 100644
--- a/libs/memcached/DEPENDS
+++ b/libs/memcached/DEPENDS
@@ -1 +1,3 @@
-depends libevent
+optional_depends "libevent" "--with-libevent" "--without-libevent" "for event notification support"
+optional_depends "cyrus-sasl" "--enable-sasl" "--disable-sasl" "for Simple Authentication and Security Layer support"
+optional_depends "libxslt" "--enable-docs" "--disable-docs" "for document generation"
diff --git a/libs/memcached/DETAILS b/libs/memcached/DETAILS
index 91d7974..0d72ca6 100644
--- a/libs/memcached/DETAILS
+++ b/libs/memcached/DETAILS
@@ -1,15 +1,12 @@
MODULE=memcached
- VERSION=1.4.5
+ VERSION=1.4.8
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE2=memcached-1.4.5-type-punned.patch.bz2
SOURCE_URL[0]=http://memcached.googlecode.com/files
SOURCE_URL[1]=http://www.danga.com/memcached/dist
- SOURCE2_URL=$PATCH_URL
- SOURCE_VFY=sha1:c7d6517764b82d23ae2de76b56c2494343c53f02
- SOURCE2_VFY=sha1:57a4134f322a71e2d29a614369e70dc94720b759
+ SOURCE_VFY=sha1:1a06a391b6baca6f70a58922d2daa29773b03e35
WEB_SITE=http://memcached.org/
ENTERED=20060904
- UPDATED=20110207
+ UPDATED=20111009
SHORT="Distributed memory object caching system"
cat << EOF
More information about the Lunar-commits
mailing list