Index: head/databases/memcachedb/Makefile =================================================================== --- head/databases/memcachedb/Makefile (revision 230283) +++ head/databases/memcachedb/Makefile (revision 230284) @@ -1,32 +1,32 @@ # New ports collection makefile for: memcachedb # Date created: 2007-09-22 # Whom: Gea-Suan Lin # # $FreeBSD$ # PORTNAME= memcachedb -PORTVERSION= 1.1.0 +PORTVERSION= 1.2.0 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} MAINTAINER= meritus@innervision.pl COMMENT= Distributed storage system designed for persistent LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent CFLAGS= -I"${BDB_INCLUDE_DIR}" CONFIGURE_ARGS= --enable-threads --with-bdb="${LOCALBASE}" \ --with-libevent="${LOCALBASE}" CONFIGURE_ENV= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" GNU_CONFIGURE= yes LDFLAGS= -l"${BDB_LIB_NAME}" -L"${LOCALBASE}/lib" MCDBDIR?= /var/db/memcachedb USE_BDB= 47+ USE_RC_SUBR= ${PORTNAME} post-install: ${MKDIR} ${MCDBDIR} || ${TRUE} ${CHOWN} nobody:nobody ${MCDBDIR} .include Property changes on: head/databases/memcachedb/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/databases/memcachedb/distinfo =================================================================== --- head/databases/memcachedb/distinfo (revision 230283) +++ head/databases/memcachedb/distinfo (revision 230284) @@ -1,3 +1,3 @@ -MD5 (memcachedb-1.1.0.tar.gz) = 4f8c15e46e110866beec0f4bb2c83069 -SHA256 (memcachedb-1.1.0.tar.gz) = 55f8121598a0dae9cd47049a75fde247e4da2d344db947078bc510f5e4f2d409 -SIZE (memcachedb-1.1.0.tar.gz) = 140956 +MD5 (memcachedb-1.2.0.tar.gz) = 1642242ab2108611873588b77848317b +SHA256 (memcachedb-1.2.0.tar.gz) = 6eba6e5adda1bc23db6bbcf4930537ccdc33fa00402ed91157faadeb86996e0f +SIZE (memcachedb-1.2.0.tar.gz) = 149236 Property changes on: head/databases/memcachedb/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property