Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Mar 2016 01:46:17 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r409997 - head/astro/pyephem
Message-ID:  <201603030146.u231kHdV038900@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603030146.u231kHdV038900>