From owner-svn-ports-all@freebsd.org Mon Jan 1 09:05:39 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D862AE888DC; Mon, 1 Jan 2018 09:05:39 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 A350864F17; Mon, 1 Jan 2018 09:05:39 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w0195c6o044410; Mon, 1 Jan 2018 09:05:38 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0195cJM044409; Mon, 1 Jan 2018 09:05:38 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201801010905.w0195cJM044409@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Mon, 1 Jan 2018 09:05:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r457757 - head/astro/py-aipy X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: head/astro/py-aipy X-SVN-Commit-Revision: 457757 X-SVN-Commit-Repository: ports 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.25 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, 01 Jan 2018 09:05:39 -0000 Author: wen Date: Mon Jan 1 09:05:38 2018 New Revision: 457757 URL: https://svnweb.freebsd.org/changeset/ports/457757 Log: - Update DEPENDS PR: 224722 Submitted by: sunpoet@ Modified: head/astro/py-aipy/Makefile Modified: head/astro/py-aipy/Makefile ============================================================================== --- head/astro/py-aipy/Makefile Mon Jan 1 09:00:44 2018 (r457756) +++ head/astro/py-aipy/Makefile Mon Jan 1 09:05:38 2018 (r457757) @@ -3,6 +3,7 @@ PORTNAME= aipy PORTVERSION= 2.1.8 +PORTREVISION= 1 CATEGORIES= astro python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,10 +11,12 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= wen@FreeBSD.org COMMENT= Astronomical Interferometry in PYthon +LICENSE= GPLv2+ + BUILD_DEPENDS= ${PYNUMPY} \ - ${PYTHON_SITELIBDIR}/ephem/__init__.py:astro/pyephem@${FLAVOR} \ - ${PKGNAMEPREFIX}pyfits>=1.1:astro/py-pyfits@${FLAVOR} \ - ${PKGNAMEPREFIX}matplotlib>=0.98:math/py-matplotlib@${FLAVOR} + ${PYTHON_PKGNAMEPREFIX}pyephem>=0:astro/pyephem@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}astropy>=1.0:astro/py-astropy@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}matplotlib>=0.98:math/py-matplotlib@${FLAVOR} RUN_DEPENDS:= ${BUILD_DEPENDS} USES= python:2.7