From owner-svn-ports-head@freebsd.org Mon Jan 21 22:50:29 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3ECF21485903; Mon, 21 Jan 2019 22:50:29 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D4D058628A; Mon, 21 Jan 2019 22:50:28 +0000 (UTC) (envelope-from antoine@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 943D420204; Mon, 21 Jan 2019 22:50:28 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x0LMoS6B048994; Mon, 21 Jan 2019 22:50:28 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x0LMoS8h048991; Mon, 21 Jan 2019 22:50:28 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201901212250.x0LMoS8h048991@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Mon, 21 Jan 2019 22:50:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r490909 - in head/astro/py-astropy: . files X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: in head/astro/py-astropy: . files X-SVN-Commit-Revision: 490909 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: D4D058628A X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.995,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.98)[-0.983,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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: Mon, 21 Jan 2019 22:50:29 -0000 Author: antoine Date: Mon Jan 21 22:50:27 2019 New Revision: 490909 URL: https://svnweb.freebsd.org/changeset/ports/490909 Log: Revert r490900, it breaks ports depending on astro/py-astropy With hat: portmgr Added: head/astro/py-astropy/files/ - copied from r490899, head/astro/py-astropy/files/ Modified: head/astro/py-astropy/Makefile head/astro/py-astropy/distinfo head/astro/py-astropy/pkg-descr Modified: head/astro/py-astropy/Makefile ============================================================================== --- head/astro/py-astropy/Makefile Mon Jan 21 22:45:00 2019 (r490908) +++ head/astro/py-astropy/Makefile Mon Jan 21 22:50:27 2019 (r490909) @@ -2,7 +2,9 @@ # $FreeBSD$ PORTNAME= astropy -PORTVERSION= 3.1.1 +PORTVERSION= 1.1.2 +PORTREVISION= 2 +PORTEPOCH= 1 CATEGORIES= astro MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,12 +17,7 @@ LICENSE= BSD3CLAUSE BUILD_DEPENDS= ${PYNUMPY} RUN_DEPENDS= ${PYNUMPY} -USES= python:3.5+ +USES= python USE_PYTHON= autoplist distutils - -POST_PLIST= rm-bogus-plist-files - -rm-bogus-plist-files: # https://github.com/astropy/astropy/issues/8364 - @${REINPLACE_CMD} '/.*\.\.\/wcs\/tests/d' ${TMPPLIST} .include Modified: head/astro/py-astropy/distinfo ============================================================================== --- head/astro/py-astropy/distinfo Mon Jan 21 22:45:00 2019 (r490908) +++ head/astro/py-astropy/distinfo Mon Jan 21 22:50:27 2019 (r490909) @@ -1,3 +1,3 @@ -TIMESTAMP = 1548103725 -SHA256 (astropy-3.1.1.tar.gz) = 6527e63f9aee01ed14a3e3c0865f8ae1bffadb01c8c755b4452662211216f53b -SIZE (astropy-3.1.1.tar.gz) = 8204190 +TIMESTAMP = 1465919806 +SHA256 (astropy-1.1.2.tar.gz) = 6f0d84cd7dfb304bb437dda666406a1d42208c16204043bc920308ff8ffdfad1 +SIZE (astropy-1.1.2.tar.gz) = 8059713 Modified: head/astro/py-astropy/pkg-descr ============================================================================== --- head/astro/py-astropy/pkg-descr Mon Jan 21 22:45:00 2019 (r490908) +++ head/astro/py-astropy/pkg-descr Mon Jan 21 22:50:27 2019 (r490909) @@ -3,4 +3,4 @@ tools needed for performing astronomy and astrophysics also provides an index for other astronomy packages and tools for managing them. -WWW: https://www.astropy.org +WWW: http://www.astropy.org