From owner-svn-ports-head@freebsd.org Sun Feb 28 09:24:05 2021 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4A23D5657AE; Sun, 28 Feb 2021 09:24:05 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DpHyY1cvtz3Lqs; Sun, 28 Feb 2021 09:24:05 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2A8D363A7; Sun, 28 Feb 2021 09:24:05 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11S9O4sI080307; Sun, 28 Feb 2021 09:24:04 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11S9O4MX080302; Sun, 28 Feb 2021 09:24:04 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <202102280924.11S9O4MX080302@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Sun, 28 Feb 2021 09:24:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r566751 - in head: astro astro/py-skyfield-data x11/rxvt-unicode X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in head: astro astro/py-skyfield-data x11/rxvt-unicode X-SVN-Commit-Revision: 566751 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Feb 2021 09:24:05 -0000 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