From owner-svn-ports-head@FreeBSD.ORG Tue Feb 25 14:23:07 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0A391A45; Tue, 25 Feb 2014 14:23:07 +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 EAF551E1C; Tue, 25 Feb 2014 14:23:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1PEN68l046386; Tue, 25 Feb 2014 14:23:06 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1PEN6k8046385; Tue, 25 Feb 2014 14:23:06 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201402251423.s1PEN6k8046385@svn.freebsd.org> From: Ruslan Makhmatkhanov Date: Tue, 25 Feb 2014 14:23:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346009 - head/devel/py-qpid 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: Tue, 25 Feb 2014 14:23:07 -0000 Author: rm Date: Tue Feb 25 14:23:06 2014 New Revision: 346009 URL: http://svnweb.freebsd.org/changeset/ports/346009 QAT: https://qat.redports.org/buildarchive/r346009/ Log: - convert to auto-generated packing list - use shortcut for MASTER_SITES - remove leading article from comment - do not use easy_install for port installation Submitted by: rm (myself) Approved by: zi (maintainer, by email) Deleted: head/devel/py-qpid/pkg-plist Modified: head/devel/py-qpid/Makefile Modified: head/devel/py-qpid/Makefile ============================================================================== --- head/devel/py-qpid/Makefile Tue Feb 25 14:14:35 2014 (r346008) +++ head/devel/py-qpid/Makefile Tue Feb 25 14:23:06 2014 (r346009) @@ -3,21 +3,21 @@ PORTNAME= qpid PORTVERSION= 0.26 +PORTREVISION= 1 CATEGORIES= devel python -MASTER_SITES= ${MASTER_SITE_APACHE} +MASTER_SITES= APACHE MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${PORTNAME}-python-${PORTVERSION} MAINTAINER= zi@FreeBSD.org -COMMENT= A Python library for qpid, a connection-oriented messaging API +COMMENT= Python library for qpid, a connection-oriented messaging API LICENSE= APACHE20 -# Python3 ready USE_PYTHON= yes -USE_PYDISTUTILS= easy_install -PYDISTUTILS_PKGNAME= ${PORTNAME}_python +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/python .include