From owner-svn-ports-head@FreeBSD.ORG Mon Feb 3 10:09:46 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A06D0954; Mon, 3 Feb 2014 10:09:46 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8CAF71503; Mon, 3 Feb 2014 10:09:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s13A9kUF018419; Mon, 3 Feb 2014 10:09:46 GMT (envelope-from koobs@svn.freebsd.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s13A9keD018418; Mon, 3 Feb 2014 10:09:46 GMT (envelope-from koobs@svn.freebsd.org) Message-Id: <201402031009.s13A9keD018418@svn.freebsd.org> From: Kubilay Kocak Date: Mon, 3 Feb 2014 10:09:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342411 - head/databases/py-umemcache X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Feb 2014 10:09:46 -0000 Author: koobs Date: Mon Feb 3 10:09:46 2014 New Revision: 342411 URL: http://svnweb.freebsd.org/changeset/ports/342411 QAT: https://qat.redports.org/buildarchive/r342411/ Log: databases/py-umemcache: Modernise: STAGE, AUTOPLIST & more - Enable STAGE support - Enable AUTOPLIST support, delete PLIST_FILES - Update LICENSE (BSD4CLAUSE) - USE_DOS2UNIX -> USES=dos2unix - Bump PORTREVISION Modified: head/databases/py-umemcache/Makefile Modified: head/databases/py-umemcache/Makefile ============================================================================== --- head/databases/py-umemcache/Makefile Mon Feb 3 10:02:59 2014 (r342410) +++ head/databases/py-umemcache/Makefile Mon Feb 3 10:09:46 2014 (r342411) @@ -3,6 +3,7 @@ PORTNAME= umemcache PORTVERSION= 1.6.3 +PORTREVISION= 1 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,14 +11,12 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= koobs@FreeBSD.org COMMENT= Memcache client written in highly optimized C++ with Python bindings -LICENSE= BSD +LICENSE= BSD4CLAUSE -USE_DOS2UNIX= yes +USES= dos2unix USE_PYTHON= 2 USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes USE_ZIP= yes -PLIST_FILES= %%PYTHON_SITELIBDIR%%/umemcache.so - -NO_STAGE= yes .include