summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2005-02-09 05:39:06 +0000
committerxtraeme <xtraeme@pkgsrc.org>2005-02-09 05:39:06 +0000
commit595affd1a5c9cb92411b2b55b10feb5e59afe06d (patch)
tree81d09d499ab5dc551064d7b517af77ad4fb29fbb
parentcd1df6188a34c429c3c59e0e1198dc095294943b (diff)
downloadpkgsrc-595affd1a5c9cb92411b2b55b10feb5e59afe06d.tar.gz
Added memcached.
-rw-r--r--devel/Makefile3
-rw-r--r--doc/CHANGES3
2 files changed, 4 insertions, 2 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 1d0c10e83f4..b5329945a9d 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.606 2005/02/01 21:52:09 jschauma Exp $
+# $NetBSD: Makefile,v 1.607 2005/02/09 05:39:07 xtraeme Exp $
#
COMMENT= Development utilities
@@ -270,6 +270,7 @@ SUBDIR+= lwp
SUBDIR+= m4
SUBDIR+= maketool
SUBDIR+= mantis
+SUBDIR+= memcached
SUBDIR+= mk-files
SUBDIR+= mkcmd
SUBDIR+= monotone
diff --git a/doc/CHANGES b/doc/CHANGES
index 21cc9d6bc7f..2dd7835b6fe 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.9077 2005/02/08 09:41:50 adam Exp $
+$NetBSD: CHANGES,v 1.9078 2005/02/09 05:39:06 xtraeme Exp $
Changes to the packages collection and infrastructure in 2005:
@@ -797,3 +797,4 @@ Changes to the packages collection and infrastructure in 2005:
Updated pkg_install-info to 4.5nb3 [seb 2005-02-07]
Updated ezmlm-idx to 0.434 [schmonz 2005-02-08]
Updated ploticus to 2.31 [adam 2005-02-08]
+ Added memcached-1.1.11 [xtraeme 2005-02-09]