Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Sep 2020 21:26:38 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r547681 - in head: . astro astro/py-astLib astro/py-astlib
Message-ID:  <202009052126.085LQcaR002538@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@FreeBSD.org
 COMMENT=	Astronomy modules for Python



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