From owner-svn-ports-all@freebsd.org Thu Mar 3 01:46:19 2016 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 57B44AC21C1; Thu, 3 Mar 2016 01:46:19 +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 1002C17F7; Thu, 3 Mar 2016 01:46:18 +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 u231kIww038903; Thu, 3 Mar 2016 01:46:18 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u231kHdV038900; Thu, 3 Mar 2016 01:46:17 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201603030146.u231kHdV038900@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Thu, 3 Mar 2016 01:46:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409997 - head/astro/pyephem 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.20 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: Thu, 03 Mar 2016 01:46:19 -0000 Author: wen Date: Thu Mar 3 01:46:17 2016 New Revision: 409997 URL: https://svnweb.freebsd.org/changeset/ports/409997 Log: - Update to 3.7.6.0 - Sort USE_PYTHON - Add LICENSE - Pet portlint Modified: head/astro/pyephem/Makefile head/astro/pyephem/distinfo head/astro/pyephem/pkg-descr Modified: head/astro/pyephem/Makefile ============================================================================== --- head/astro/pyephem/Makefile Thu Mar 3 01:38:32 2016 (r409996) +++ head/astro/pyephem/Makefile Thu Mar 3 01:46:17 2016 (r409997) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pyephem -PORTVERSION= 3.7.5.3 +PORTVERSION= 3.7.6.0 PORTEPOCH= 1 CATEGORIES= astro math hamradio MASTER_SITES= CHEESESHOP @@ -10,7 +10,9 @@ MASTER_SITES= CHEESESHOP MAINTAINER= wen@FreeBSD.org COMMENT= Scientific-grade astronomical computations for Python +LICENSE= LGPL3 + USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils .include Modified: head/astro/pyephem/distinfo ============================================================================== --- head/astro/pyephem/distinfo Thu Mar 3 01:38:32 2016 (r409996) +++ head/astro/pyephem/distinfo Thu Mar 3 01:46:17 2016 (r409997) @@ -1,2 +1,2 @@ -SHA256 (pyephem-3.7.5.3.tar.gz) = cb0d7950d108aa5cbb1eb6e558086e98230de03ee1ede017a71701257b67eceb -SIZE (pyephem-3.7.5.3.tar.gz) = 735112 +SHA256 (pyephem-3.7.6.0.tar.gz) = 143146da32a07a4cf9725b5656ba095d24978c22a0363414203e72c39bae52bd +SIZE (pyephem-3.7.6.0.tar.gz) = 739561 Modified: head/astro/pyephem/pkg-descr ============================================================================== --- head/astro/pyephem/pkg-descr Thu Mar 3 01:38:32 2016 (r409996) +++ head/astro/pyephem/pkg-descr Thu Mar 3 01:46:17 2016 (r409997) @@ -7,4 +7,4 @@ separation between two objects in the sk which an object lies, and to find the times at which an object rises, transits, and sets on a particular day. -WWW: http://www.rhodesmill.org/brandon/projects/pyephem.html +WWW: http://www.rhodesmill.org/brandon/projects/pyephem.html