svn commit: r547681 - in head: . astro astro/py-astLib astro/py-astlib

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Sep 5 21:26:39 UTC 2020


Author: sunpoet
Date: Sat Sep  5 21:26:38 2020
New Revision: 547681
URL: https://svnweb.freebsd.org/changeset/ports/547681

Log:
  Move astro/py-astLib to astro/py-astlib

Added:
  head/astro/py-astlib/
     - copied from r547680, head/astro/py-astLib/
Deleted:
  head/astro/py-astLib/
Modified:
  head/MOVED
  head/astro/Makefile
  head/astro/py-astlib/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Sat Sep  5 21:26:12 2020	(r547680)
+++ head/MOVED	Sat Sep  5 21:26:38 2020	(r547681)
@@ -15417,3 +15417,4 @@ graphics/py-pyembree||2020-09-04|Has expired: Broken f
 games/asteroid||2020-09-04|Has expired: Broken for more than 6 months
 www/py-pySmartDL|www/py-pysmartdl|2020-09-05|Rename to match our py- port naming
 astro/py-RO|astro/py-ro|2020-09-05|Rename to match our py- port naming
+astro/py-astLib|astro/py-astlib|2020-09-05|Rename to match our py- port naming

Modified: head/astro/Makefile
==============================================================================
--- head/astro/Makefile	Sat Sep  5 21:26:12 2020	(r547680)
+++ head/astro/Makefile	Sat Sep  5 21:26:38 2020	(r547681)
@@ -78,7 +78,7 @@
     SUBDIR += phoon
     SUBDIR += pp3
     SUBDIR += ptiger
-    SUBDIR += py-astLib
+    SUBDIR += py-astlib
     SUBDIR += py-astropy
     SUBDIR += py-astropy-helpers
     SUBDIR += py-ephem

Modified: head/astro/py-astlib/Makefile
==============================================================================
--- head/astro/py-astLib/Makefile	Sat Sep  5 21:26:12 2020	(r547680)
+++ head/astro/py-astlib/Makefile	Sat Sep  5 21:26:38 2020	(r547681)
@@ -1,11 +1,12 @@
 # Created by: Wen Heping <wenheping at gmail.com>
 # $FreeBSD$
 
-PORTNAME=	astLib
+PORTNAME=	astlib
 PORTVERSION=	0.11.4
 CATEGORIES=	astro python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	astLib-${PORTVERSION}
 
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Astronomy modules for Python


More information about the svn-ports-all mailing list