Summary: | databases/py-cmemcache: broken and deprecated by upstream | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Bartek Rutkowski <robak> |
Component: | Individual Port(s) | Assignee: | Steve Wills <swills> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | CC: | qingfeng |
Priority: | Normal | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
Bartek Rutkowski
2014-04-20 12:10:01 UTC
Responsible Changed From-To: freebsd-ports-bugs->swills swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool) Maintainer of databases/py-cmemcache, Please note that PR ports/188825 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/188825 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool) State Changed From-To: feedback->open Maintainer has been reset 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/ _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Committed. Thanks! |