From owner-svn-ports-all@FreeBSD.ORG Mon May 26 11:40:07 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 E1638349; Mon, 26 May 2014 11:40: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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CE82F2925; Mon, 26 May 2014 11:40:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4QBe7GM059687; Mon, 26 May 2014 11:40:07 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4QBe72X059686; Mon, 26 May 2014 11:40:07 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201405261140.s4QBe72X059686@svn.freebsd.org> From: Martin Wilke Date: Mon, 26 May 2014 11:40:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355303 - head/math/py-gsl 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: Mon, 26 May 2014 11:40:08 -0000 Author: miwi Date: Mon May 26 11:40:07 2014 New Revision: 355303 URL: http://svnweb.freebsd.org/changeset/ports/355303 QAT: https://qat.redports.org/buildarchive/r355303/ Log: - Stage support Deleted: head/math/py-gsl/pkg-plist Modified: head/math/py-gsl/Makefile Modified: head/math/py-gsl/Makefile ============================================================================== --- head/math/py-gsl/Makefile Mon May 26 11:39:32 2014 (r355302) +++ head/math/py-gsl/Makefile Mon May 26 11:40:07 2014 (r355303) @@ -3,7 +3,7 @@ PORTNAME= gsl PORTVERSION= 0.9.5 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math python MASTER_SITES= SF/py${PORTNAME}/py${PORTNAME}/py${PORTNAME}-${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,10 +17,8 @@ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/nump RUN_DEPENDS= ${PYTHON_SITELIBDIR}/numpy/__init__.py:${PORTSDIR}/math/py-numpy LIB_DEPENDS= gsl:${PORTSDIR}/math/gsl -PLIST_SUB= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S,^${LOCALBASE}/,,g} USE_PYTHON= yes USE_PYDISTUTILS= yes -PYDISTUTILS_PKGNAME= pygsl +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include