From owner-svn-ports-head@FreeBSD.ORG Sun Apr 27 01:59:48 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 F3CEE220; Sun, 27 Apr 2014 01:59:47 +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 E08D11BAD; Sun, 27 Apr 2014 01:59:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3R1xlPH068087; Sun, 27 Apr 2014 01:59:47 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3R1xlhk068086; Sun, 27 Apr 2014 01:59:47 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201404270159.s3R1xlhk068086@svn.freebsd.org> From: Steve Wills Date: Sun, 27 Apr 2014 01:59:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r352389 - head/biology/py-biopython 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: Sun, 27 Apr 2014 01:59:48 -0000 Author: swills Date: Sun Apr 27 01:59:47 2014 New Revision: 352389 URL: http://svnweb.freebsd.org/changeset/ports/352389 QAT: https://qat.redports.org/buildarchive/r352389/ Log: - Stage - Drop easy_install - Use auto pkg-plist - Delete pkg-plist PR: ports/188818 Submitted by: Bartek Rutkowski Approved by: portmgr@ (blanket) Deleted: head/biology/py-biopython/pkg-plist Modified: head/biology/py-biopython/Makefile Modified: head/biology/py-biopython/Makefile ============================================================================== --- head/biology/py-biopython/Makefile Sun Apr 27 00:40:18 2014 (r352388) +++ head/biology/py-biopython/Makefile Sun Apr 27 01:59:47 2014 (r352389) @@ -15,12 +15,11 @@ BUILD_DEPENDS= ${PYNUMPY} RUN_DEPENDS= ${PYNUMPY} USE_PYTHON= 2 -USE_PYDISTUTILS= easy_install -PYEASYINSTALL_ARCHDEP= yes +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes .if !defined(WITHOUT_REPORTLAB) RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}reportlab1>0:${PORTSDIR}/print/py-reportlab1 .endif -NO_STAGE= yes .include