Index: head/databases/memcached/Makefile =================================================================== --- head/databases/memcached/Makefile (revision 191814) +++ head/databases/memcached/Makefile (revision 191815) @@ -1,48 +1,48 @@ # New ports collection makefile for: memcached # Date created: July 21, 2003 # Whom: Sean Chittenden # # $FreeBSD$ # PORTNAME= memcached -PORTVERSION= 1.2.1 +PORTVERSION= 1.2.2 CATEGORIES= databases MASTER_SITES= http://www.danga.com/memcached/dist/ \ ${MASTER_SITE_GENTOO} MASTER_SITE_SUBDIR= distfiles MAINTAINER= mnag@FreeBSD.org COMMENT= High-performance distributed memory object cache system LIB_DEPENDS= event-1.3b:${PORTSDIR}/devel/libevent USE_RC_SUBR= memcached GNU_CONFIGURE= YES CONFIGURE_ARGS= --with-libevent=${LOCALBASE} --program-prefix= CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= memcached.1 PLIST_FILES= bin/memcached \ bin/memcached-debug PORTDOCS= memory_management.txt protocol.txt post-configure: @${REINPLACE_CMD} -e 's#doc/memcached.1##' ${WRKSRC}/Makefile post-install: ${INSTALL_MAN} ${WRKSRC}/doc/${MAN1} ${MAN1PREFIX}/man/man1 .if !defined(NOPORTDOCS) @${ECHO_MSG} "===> Installing documentation for ${PKGNAME}" @${MKDIR} ${DOCSDIR} .for i in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/doc/${i} ${DOCSDIR} .endfor .endif test: ${MAKE} -C ${WRKSRC} test .include Property changes on: head/databases/memcached/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.22 \ No newline at end of property +1.23 \ No newline at end of property Index: head/databases/memcached/distinfo =================================================================== --- head/databases/memcached/distinfo (revision 191814) +++ head/databases/memcached/distinfo (revision 191815) @@ -1,3 +1,3 @@ -MD5 (memcached-1.2.1.tar.gz) = 6ff64fb974d131fdb7f9d5fdf955dc9a -SHA256 (memcached-1.2.1.tar.gz) = d489c1e8f9b149d7cde2bb1cb2c509ca6acedc32baed4e9b5f9e17d722c78c86 -SIZE (memcached-1.2.1.tar.gz) = 148755 +MD5 (memcached-1.2.2.tar.gz) = a08851f7fa7b15e92ee6320b7a79c321 +SHA256 (memcached-1.2.2.tar.gz) = 8dbaedb88b8f9c61b977cf6e670bb3b0f172c357169ccba1c8362230bfdc7cf7 +SIZE (memcached-1.2.2.tar.gz) = 166201 Property changes on: head/databases/memcached/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/databases/memcached/files/patch-memcached.h =================================================================== --- head/databases/memcached/files/patch-memcached.h (nonexistent) +++ head/databases/memcached/files/patch-memcached.h (revision 191815) @@ -0,0 +1,10 @@ +--- ./memcached.h.orig Fri May 25 14:34:08 2007 ++++ ./memcached.h Fri May 25 14:34:47 2007 +@@ -3,6 +3,7 @@ + + #include "config.h" + #include ++#include + #include + #include + #include Property changes on: head/databases/memcached/files/patch-memcached.h ___________________________________________________________________ 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