svn commit: r566751 - in head: astro astro/py-skyfield-data x11/rxvt-unicode

Tobias Kortkamp tobik at FreeBSD.org
Sun Feb 28 09:24:05 UTC 2021


Author: tobik
Date: Sun Feb 28 09:24:04 2021
New Revision: 566751
URL: https://svnweb.freebsd.org/changeset/ports/566751

Log:
  Clean up some things
  
  - Fix typos
  - Sort categories
  
  Reported by:	portscan

Modified:
  head/astro/Makefile
  head/astro/py-skyfield-data/Makefile
  head/x11/rxvt-unicode/Makefile

Modified: head/astro/Makefile
==============================================================================
--- head/astro/Makefile	Sun Feb 28 07:24:04 2021	(r566750)
+++ head/astro/Makefile	Sun Feb 28 09:24:04 2021	(r566751)
@@ -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

Modified: head/astro/py-skyfield-data/Makefile
==============================================================================
--- head/astro/py-skyfield-data/Makefile	Sun Feb 28 07:24:04 2021	(r566750)
+++ head/astro/py-skyfield-data/Makefile	Sun Feb 28 09:24:04 2021	(r566751)
@@ -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

Modified: head/x11/rxvt-unicode/Makefile
==============================================================================
--- head/x11/rxvt-unicode/Makefile	Sun Feb 28 07:24:04 2021	(r566750)
+++ head/x11/rxvt-unicode/Makefile	Sun Feb 28 09:24:04 2021	(r566751)
@@ -3,7 +3,7 @@
 
 PORTNAME=	rxvt-unicode
 PORTVERSION=	9.22
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	x11
 MASTER_SITES=	http://dist.schmorp.de/rxvt-unicode/%SUBDIR%/
 MASTER_SITE_SUBDIR=	. Attic
@@ -103,7 +103,7 @@ BACKSPACE_KEY_CONFIGURE_ENABLE=	backspace-key
 DELETE_KEY_CONFIGURE_ENABLE=	delete-key
 
 # enable scrolling via mouse wheel or buttons 4 & 5
-MOUSEWHELL_CONFIGURE_ENABLE=	mousewheel
+MOUSEWHEEL_CONFIGURE_ENABLE=	mousewheel
 
 # enable smart resize
 SMART_RESIZE_CONFIGURE_ENABLE=	smart-resize
@@ -118,7 +118,7 @@ NOTIFY_CONFIGURE_ENABLE=	startup-notification
 NOTIFY_LIB_DEPENDS=		libstartup-notification-1.so:x11/startup-notification
 
 # enable support for 256 colors
-256_COLOR_CONFIGURE_ARGS+=	--enable-256-color
+256_COLOR_CONFIGURE_ON=	--enable-256-color
 
 .include <bsd.port.options.mk>
 


More information about the svn-ports-all mailing list