diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2021-02-28 17:24:04 +0800 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2021-02-28 17:24:04 +0800 |
commit | 215e0ad16e760707bcc944455590f28fa49630d7 (patch) | |
tree | 601f152bd7e36570f7da796d9872e50baad672c9 /astro | |
parent | 8f2cfe82d21f540753ee6bf0a120f3dac5c742e7 (diff) | |
download | freebsd-ports-gnome-215e0ad16e760707bcc944455590f28fa49630d7.tar.gz freebsd-ports-gnome-215e0ad16e760707bcc944455590f28fa49630d7.tar.zst freebsd-ports-gnome-215e0ad16e760707bcc944455590f28fa49630d7.zip |
Clean up some things
- Fix typos
- Sort categories
Reported by: portscan
Diffstat (limited to 'astro')
-rw-r--r-- | astro/Makefile | 4 | ||||
-rw-r--r-- | astro/py-skyfield-data/Makefile | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/astro/Makefile b/astro/Makefile index 8b2c5d740cf6..1a7625956aaf 100644 --- a/astro/Makefile +++ b/astro/Makefile @@ -94,11 +94,11 @@ SUBDIR += py-pywapi SUBDIR += py-ro SUBDIR += py-sgp4 + SUBDIR += py-skyfield + SUBDIR += py-skyfield-data SUBDIR += py-spacetrack SUBDIR += py-spktype01 SUBDIR += py-spktype21 - SUBDIR += py-skyfield - SUBDIR += py-skyfield-data SUBDIR += pykep SUBDIR += pyweather SUBDIR += qmapshack diff --git a/astro/py-skyfield-data/Makefile b/astro/py-skyfield-data/Makefile index 08db9b6cf112..e4fdb19270ed 100644 --- a/astro/py-skyfield-data/Makefile +++ b/astro/py-skyfield-data/Makefile @@ -3,6 +3,7 @@ PORTNAME= skyfield-data PORTVERSION= 3.0.0 +PORTREVISION= 1 CATEGORIES= astro python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,7 +12,7 @@ COMMENT= Minimal data files to work with py-skyfield LICENSE= MIT -RON_DEPENDS= ${PYTHON_PKGNAMEPREFIX}skyfield>0:astro/py-skyfield@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}skyfield>0:astro/py-skyfield@${PY_FLAVOR} TEST_DEPENDS= py.test:devel/py-pytest@${PY_FLAVOR} USE_GITHUB= yes |