Date: Mon, 12 May 2014 14:35:32 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353828 - head/databases/py-cmemcache Message-ID: <201405121435.s4CEZW74067169@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Mon May 12 14:35:32 2014 New Revision: 353828 URL: http://svnweb.freebsd.org/changeset/ports/353828 QAT: https://qat.redports.org/buildarchive/r353828/ Log: - Mark deprecated since it's deprecated upstream [1] [2] - Mark broken on 10.0 and newer because it doesn't build [2] - Stage just so I can commit [2] - Switch to USES=tar:bzip2 to silence warnings [2] - Cleanup pkg-descr [2] - Bump PORTREVISION for package change (pkg-descr) [2] - Not assigning maintainership because port is expiring PR: ports/188825 [1] PR: ports/189681 [2] Submitted by: Bartek Rutkowski <ports@robakdesign.com> [1] Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> [2] Deleted: head/databases/py-cmemcache/pkg-plist Modified: head/databases/py-cmemcache/Makefile head/databases/py-cmemcache/pkg-descr Modified: head/databases/py-cmemcache/Makefile ============================================================================== --- head/databases/py-cmemcache/Makefile Mon May 12 14:21:01 2014 (r353827) +++ head/databases/py-cmemcache/Makefile Mon May 12 14:35:32 2014 (r353828) @@ -3,6 +3,7 @@ PORTNAME= cmemcache PORTVERSION= 0.95 +PORTREVISION= 1 CATEGORIES= databases python MASTER_SITES= http://gijsbert.org/downloads/cmemcache/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,9 +13,18 @@ COMMENT= Python API for memcached, a dis LIB_DEPENDS= libmemcache.so:${PORTSDIR}/databases/libmemcache -USE_BZIP2= yes +USES= tar:bzip2 USE_PYTHON= yes USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes -.include <bsd.port.mk> +DEPRECATED= Deprecated upstream +EXPIRATION_DATE=2014-06-12 + +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 1000000 +BROKEN= Does not build with CLANG or GCC greater than 4.2 +.endif + +.include <bsd.port.post.mk> Modified: head/databases/py-cmemcache/pkg-descr ============================================================================== --- head/databases/py-cmemcache/pkg-descr Mon May 12 14:21:01 2014 (r353827) +++ head/databases/py-cmemcache/pkg-descr Mon May 12 14:35:32 2014 (r353828) @@ -2,4 +2,4 @@ Python extension for libmemcache, the C same as python-memcache, so it is easy to replace python-memcache with cmemcache, and vice versa. -WWW: http://gijsbert.org/cmemcache/ +WWW: http://gijsbert.org/cmemcache/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405121435.s4CEZW74067169>