From owner-svn-ports-all@FreeBSD.ORG Sun Jun 1 05:46:03 2014 Return-Path: Delivered-To: svn-ports-all@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 4497DF5C; Sun, 1 Jun 2014 05:46:03 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 32BC428B2; Sun, 1 Jun 2014 05:46:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s515k3CE058165; Sun, 1 Jun 2014 05:46:03 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s515k2IT058162; Sun, 1 Jun 2014 05:46:02 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201406010546.s515k2IT058162@svn.freebsd.org> From: Ruslan Makhmatkhanov Date: Sun, 1 Jun 2014 05:46:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356042 - head/sysutils/py-zdaemon X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jun 2014 05:46:03 -0000 Author: rm Date: Sun Jun 1 05:46:02 2014 New Revision: 356042 URL: http://svnweb.freebsd.org/changeset/ports/356042 QAT: https://qat.redports.org/buildarchive/r356042/ Log: sysutils/py-zdaemon: support stage - do not use easy_install - support stage - bump PORTREVISION Deleted: head/sysutils/py-zdaemon/pkg-plist Modified: head/sysutils/py-zdaemon/Makefile head/sysutils/py-zdaemon/pkg-descr Modified: head/sysutils/py-zdaemon/Makefile ============================================================================== --- head/sysutils/py-zdaemon/Makefile Sun Jun 1 05:44:30 2014 (r356041) +++ head/sysutils/py-zdaemon/Makefile Sun Jun 1 05:46:02 2014 (r356042) @@ -3,6 +3,7 @@ PORTNAME= zdaemon PORTVERSION= 2.0.7 +PORTREVISION= 1 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,8 +15,8 @@ LICENSE= ZPL21 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zconfig>0:${PORTSDIR}/devel/py-zconfig -USE_PYTHON= 2 -USE_PYDISTUTILS= easy_install +USE_PYTHON= 2 +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/sysutils/py-zdaemon/pkg-descr ============================================================================== --- head/sysutils/py-zdaemon/pkg-descr Sun Jun 1 05:44:30 2014 (r356041) +++ head/sysutils/py-zdaemon/pkg-descr Sun Jun 1 05:46:02 2014 (r356042) @@ -5,4 +5,4 @@ for Zope / ZEO, although it is not limit applications (for instance, it has been used to manage the 'spread' daemon). -WWW: https://pypi.python.org/pypi/zdaemon +WWW: https://pypi.python.org/pypi/zdaemon/