From owner-svn-ports-head@FreeBSD.ORG Sun Jan 26 00:52:16 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 0849DEE7; Sun, 26 Jan 2014 00:52:16 +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 E7C001775; Sun, 26 Jan 2014 00:52:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0Q0qFXZ013521; Sun, 26 Jan 2014 00:52:15 GMT (envelope-from koobs@svn.freebsd.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0Q0qF07013520; Sun, 26 Jan 2014 00:52:15 GMT (envelope-from koobs@svn.freebsd.org) Message-Id: <201401260052.s0Q0qF07013520@svn.freebsd.org> From: Kubilay Kocak Date: Sun, 26 Jan 2014 00:52:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341150 - head/science/py-coards 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, 26 Jan 2014 00:52:16 -0000 Author: koobs Date: Sun Jan 26 00:52:15 2014 New Revision: 341150 URL: http://svnweb.freebsd.org/changeset/ports/341150 QAT: https://qat.redports.org/buildarchive/r341150/ Log: science/py-coards: Modernise and enable STAGE support - Remove NO_STAGE= flag - Use PYDISTUTILS=yes instead of easy_install - Use AUTOPLIST PR: ports/185952 Submitted by: Johannes Jost Meixner (maintainer) Deleted: head/science/py-coards/pkg-plist Modified: head/science/py-coards/Makefile Modified: head/science/py-coards/Makefile ============================================================================== --- head/science/py-coards/Makefile Sun Jan 26 00:28:14 2014 (r341149) +++ head/science/py-coards/Makefile Sun Jan 26 00:52:15 2014 (r341150) @@ -13,7 +13,7 @@ COMMENT= COARDS compliant time parser LICENSE= MIT USE_PYTHON= 2 -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include