From owner-svn-ports-head@freebsd.org Sat Jun 27 09:37:55 2020 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 8526C34A3D6; Sat, 27 Jun 2020 09:37:55 +0000 (UTC) (envelope-from sunpoet@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 "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49v7w33KyTz4c0n; Sat, 27 Jun 2020 09:37:55 +0000 (UTC) (envelope-from sunpoet@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 6D9702312B; Sat, 27 Jun 2020 09:37:55 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 05R9btZg093836; Sat, 27 Jun 2020 09:37:55 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 05R9bpRH093812; Sat, 27 Jun 2020 09:37:51 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202006270937.05R9bpRH093812@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 27 Jun 2020 09:37:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r540586 - in head: . astro/gpsd cad/cura comms comms/chirp comms/nanovna-saver comms/py-adafruit-ampy comms/py-esptool comms/py-pyserial comms/py-serial devel/py-pyvisa-py devel/py-twis... X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head: . astro/gpsd cad/cura comms comms/chirp comms/nanovna-saver comms/py-adafruit-ampy comms/py-esptool comms/py-pyserial comms/py-serial devel/py-pyvisa-py devel/py-twisted devel/thonny finance/... X-SVN-Commit-Revision: 540586 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.33 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: Sat, 27 Jun 2020 09:37:55 -0000 Author: sunpoet Date: Sat Jun 27 09:37:50 2020 New Revision: 540586 URL: https://svnweb.freebsd.org/changeset/ports/540586 Log: Move comms/py-serial to comms/py-pyserial - While I'm here, add NO_ARCH - Bump PORTREVISION of dependent ports for dependency change (devel/py-pyvisa-py and finance/odoo will be bumped in next commit, py-pyusb renaming) PR: 246546 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 40 days) Added: head/comms/py-pyserial/ - copied from r540585, head/comms/py-serial/ Deleted: head/comms/py-serial/ Modified: head/MOVED head/astro/gpsd/Makefile head/cad/cura/Makefile head/comms/Makefile head/comms/chirp/Makefile head/comms/nanovna-saver/Makefile head/comms/py-adafruit-ampy/Makefile head/comms/py-esptool/Makefile head/comms/py-pyserial/Makefile head/devel/py-pyvisa-py/Makefile head/devel/py-twisted/Makefile head/devel/thonny/Makefile head/finance/odoo/Makefile head/misc/pyobd/Makefile head/net-mgmt/py-junos-eznc/Makefile head/net/cloud-init-azure/Makefile head/net/cloud-init/Makefile head/security/py-netmiko/Makefile head/textproc/plover/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sat Jun 27 09:37:13 2020 (r540585) +++ head/MOVED Sat Jun 27 09:37:50 2020 (r540586) @@ -15108,3 +15108,4 @@ www/redmine-single_auth|www/redmine4|2020-06-25|Remove www/redmine-wiki_notes|www/redmine4|2020-06-25|Removed, build-time extension of www/redmine devel/p5-IO-stringy|devel/p5-IO-Stringy|2020-06-26|New development starts as IO-Stringy devel/looks|devel/jgoodies-looks|2020-06-26|Renamed to match upstream +comms/py-serial|comms/py-pyserial|2020-06-27|Rename to match upstream naming Modified: head/astro/gpsd/Makefile ============================================================================== --- head/astro/gpsd/Makefile Sat Jun 27 09:37:13 2020 (r540585) +++ head/astro/gpsd/Makefile Sat Jun 27 09:37:50 2020 (r540586) @@ -3,6 +3,7 @@ PORTNAME= gpsd PORTVERSION= 3.20 +PORTREVISION= 1 CATEGORIES= astro geography MASTER_SITES= SAVANNAH @@ -134,7 +135,7 @@ RECONFIGURE_MAKE_ARGS_OFF= reconfigure=no CPPBIND_MAKE_ARGS_OFF= libgpsmm=no X11_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cairo>=0:graphics/py-cairo@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}gobject3>=0:devel/py-gobject3@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}serial>=0:comms/py-serial@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}pyserial>=0:comms/py-pyserial@${PY_FLAVOR} X11_USES= gnome X11_USE= GNOME=gtk30 X11_MAKE_ARGS_OFF= xgps=no Modified: head/cad/cura/Makefile ============================================================================== --- head/cad/cura/Makefile Sat Jun 27 09:37:13 2020 (r540585) +++ head/cad/cura/Makefile Sat Jun 27 09:37:50 2020 (r540586) @@ -3,7 +3,7 @@ PORTNAME= Cura DISTVERSION= 4.5.0-82 DISTVERSIONSUFFIX= -g7c70ace -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 2 CATEGORIES= cad DIST_SUBDIR= Ultimaker @@ -19,7 +19,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}qt5-gui>0:x11-tool ${PYTHON_PKGNAMEPREFIX}qt5-widgets>0:x11-toolkits/py-qt5-widgets@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}qt5-qml>0:lang/py-qt5-qml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zeroconf>0:net/py-zeroconf@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}serial>0:comms/py-serial@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyserial>0:comms/py-pyserial@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Shapely>0:devel/py-shapely@${PY_FLAVOR} \ qt5-graphicaleffects>0:graphics/qt5-graphicaleffects \ qt5-quickcontrols>0:x11-toolkits/qt5-quickcontrols \ Modified: head/comms/Makefile ============================================================================== --- head/comms/Makefile Sat Jun 27 09:37:13 2020 (r540585) +++ head/comms/Makefile Sat Jun 27 09:37:50 2020 (r540586) @@ -143,8 +143,8 @@ SUBDIR += py-hidapi SUBDIR += py-libconcord SUBDIR += py-lirc + SUBDIR += py-pyserial SUBDIR += py-qt5-serialport - SUBDIR += py-serial SUBDIR += py-xmodem SUBDIR += pyla SUBDIR += qico Modified: head/comms/chirp/Makefile ============================================================================== --- head/comms/chirp/Makefile Sat Jun 27 09:37:13 2020 (r540585) +++ head/comms/chirp/Makefile Sat Jun 27 09:37:50 2020 (r540586) @@ -3,6 +3,7 @@ PORTNAME= chirp DISTVERSIONPREFIX= daily- DISTVERSION= 20200107 +PORTREVISION= 1 CATEGORIES= comms hamradio MASTER_SITES= https://trac.chirp.danplanet.com/chirp_daily/daily-${DISTVERSION}/ @@ -16,7 +17,7 @@ DEPRECATED= Uses deprecated version of python EXPIRATION_DATE= 2020-09-15 BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libxml2>0:textproc/py-libxml2@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}serial>0:comms/py-serial@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyserial>0:comms/py-pyserial@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}gtk2>0:x11-toolkits/py-gtk2@${PY_FLAVOR} RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/comms/nanovna-saver/Makefile ============================================================================== --- head/comms/nanovna-saver/Makefile Sat Jun 27 09:37:13 2020 (r540585) +++ head/comms/nanovna-saver/Makefile Sat Jun 27 09:37:50 2020 (r540586) @@ -3,6 +3,7 @@ PORTNAME= nanovna-saver DISTVERSIONPREFIX= v DISTVERSION= 0.2.2 +PORTREVISION= 1 CATEGORIES= comms hamradio MAINTAINER= hamradio@FreeBSD.org @@ -13,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE PY_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}serial>0:comms/py-serial@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}pyserial>0:comms/py-pyserial@${PY_FLAVOR} BUILD_DEPENDS= ${PY_DEPENDS} RUN_DEPENDS= ${PY_DEPENDS} Modified: head/comms/py-adafruit-ampy/Makefile ============================================================================== --- head/comms/py-adafruit-ampy/Makefile Sat Jun 27 09:37:13 2020 (r540585) +++ head/comms/py-adafruit-ampy/Makefile Sat Jun 27 09:37:50 2020 (r540586) @@ -2,7 +2,7 @@ PORTNAME= adafruit-ampy PORTVERSION= 1.0.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= comms python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,7 @@ COMMENT= Adafruit MicroPython tool LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}serial>0:comms/py-serial@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyserial>0:comms/py-pyserial@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-dotenv>0:www/py-python-dotenv@${PY_FLAVOR} Modified: head/comms/py-esptool/Makefile ============================================================================== --- head/comms/py-esptool/Makefile Sat Jun 27 09:37:13 2020 (r540585) +++ head/comms/py-esptool/Makefile Sat Jun 27 09:37:50 2020 (r540586) @@ -3,7 +3,7 @@ PORTNAME= esptool DISTVERSIONPREFIX= v DISTVERSION= 2.5.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= comms python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +13,7 @@ COMMENT= Utility to communicate with Espressif ESP8266 LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}serial>=3.0:comms/py-serial@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyserial>=3.0:comms/py-pyserial@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyaes>0:security/py-pyaes@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ecdsa>0:security/py-ecdsa@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \ Modified: head/comms/py-pyserial/Makefile ============================================================================== --- head/comms/py-serial/Makefile Sat Jun 27 09:37:13 2020 (r540585) +++ head/comms/py-pyserial/Makefile Sat Jun 27 09:37:50 2020 (r540586) @@ -1,13 +1,12 @@ # Created by: Hye-Shik Chang # $FreeBSD$ -PORTNAME= serial +PORTNAME= pyserial PORTVERSION= 3.4 PORTREVISION= 1 CATEGORIES= comms python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= py${PORTNAME}-${PORTVERSION} MAINTAINER= sbz@FreeBSD.org COMMENT= Serial port encapsulation library for Python @@ -15,9 +14,10 @@ COMMENT= Serial port encapsulation library for Python LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python -USE_PYTHON= concurrent distutils py3kplist pythonprefix -PYDISTUTILS_PKGNAME= py${PORTNAME} +USES= python +USE_PYTHON= concurrent distutils py3kplist pythonprefix + +NO_ARCH= yes OPTIONS_DEFINE= DOCS EXAMPLES Modified: head/devel/py-pyvisa-py/Makefile ============================================================================== --- head/devel/py-pyvisa-py/Makefile Sat Jun 27 09:37:13 2020 (r540585) +++ head/devel/py-pyvisa-py/Makefile Sat Jun 27 09:37:50 2020 (r540586) @@ -22,7 +22,7 @@ OPTIONS_DEFINE= SERIAL USB SERIAL_DESC= Access to devices via RS-232 USB_DESC= Access to devices via USB -SERIAL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}serial>=3.0:comms/py-serial@${PY_FLAVOR} +SERIAL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyserial>=3.0:comms/py-pyserial@${PY_FLAVOR} USB_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}usb>=0:devel/py-usb@${PY_FLAVOR} .include Modified: head/devel/py-twisted/Makefile ============================================================================== --- head/devel/py-twisted/Makefile Sat Jun 27 09:37:13 2020 (r540585) +++ head/devel/py-twisted/Makefile Sat Jun 27 09:37:50 2020 (r540586) @@ -3,6 +3,7 @@ PORTNAME= twisted PORTVERSION= 20.3.0 +PORTREVISION= 1 CATEGORIES= devel net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -38,7 +39,7 @@ CONCH_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}appdirs>=1.4 ${PYTHON_PKGNAMEPREFIX}pyasn1>=0:devel/py-pyasn1@${PY_FLAVOR} HTTP2_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}h2>=3.0<4.0:www/py-h2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}priority>=1.1.0<2.0:www/py-priority@${PY_FLAVOR} -SERIAL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}serial>=3.0:comms/py-serial@${PY_FLAVOR} +SERIAL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyserial>=3.0:comms/py-pyserial@${PY_FLAVOR} TLS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}idna>=0.6:dns/py-idna@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}openssl>=16.0.0:security/py-openssl@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}service_identity>=18.1.0:security/py-service_identity@${PY_FLAVOR} Modified: head/devel/thonny/Makefile ============================================================================== --- head/devel/thonny/Makefile Sat Jun 27 09:37:13 2020 (r540585) +++ head/devel/thonny/Makefile Sat Jun 27 09:37:50 2020 (r540586) @@ -2,6 +2,7 @@ PORTNAME= thonny PORTVERSION= 3.2.7 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX} @@ -19,7 +20,7 @@ RUN_DEPENDS= pylint:devel/pylint \ ${PYTHON_PKGNAMEPREFIX}mypy>=0.470:devel/py-mypy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mypy_extensions>=0.4.0:devel/py-mypy_extensions@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyperclip>=1.5.27:devel/py-pyperclip@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}serial>=3.2.1:comms/py-serial@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}pyserial>=3.2.1:comms/py-pyserial@${PY_FLAVOR} USES= python:3.5+ USE_PYTHON= autoplist distutils Modified: head/finance/odoo/Makefile ============================================================================== --- head/finance/odoo/Makefile Sat Jun 27 09:37:13 2020 (r540585) +++ head/finance/odoo/Makefile Sat Jun 27 09:37:50 2020 (r540586) @@ -19,7 +19,7 @@ LIB_DEPENDS= libxml2.so:textproc/libxml2 \ libsasl2.so:security/cyrus-sasl2 RUN_DEPENDS= wkhtmltopdf>0:converters/wkhtmltopdf \ ${PYTHON_PKGNAMEPREFIX}psycopg2>0:databases/py-psycopg2@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}serial>=0:comms/py-serial@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyserial>=0:comms/py-pyserial@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}vobject>=0:deskutils/py-vobject@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Babel>=1.3:devel/py-babel@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dateutil>=0:devel/py-dateutil@${PY_FLAVOR} \ Modified: head/misc/pyobd/Makefile ============================================================================== --- head/misc/pyobd/Makefile Sat Jun 27 09:37:13 2020 (r540585) +++ head/misc/pyobd/Makefile Sat Jun 27 09:37:50 2020 (r540586) @@ -2,7 +2,7 @@ PORTNAME= pyobd DISTVERSION= 0.9.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= misc MASTER_SITES= http://www.obdtester.com/download/ DISTNAME= pyobd_${PORTVERSION} @@ -17,7 +17,7 @@ DEPRECATED= Uses deprecated version of python EXPIRATION_DATE= 2020-08-15 BUILD_DEPENDS= convert:graphics/ImageMagick6 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}serial>0:comms/py-serial@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyserial>0:comms/py-pyserial@${PY_FLAVOR} USES= dos2unix gnome python:2.7 shebangfix DOS2UNIX_FILES= ${PORTNAME}.desktop Modified: head/net-mgmt/py-junos-eznc/Makefile ============================================================================== --- head/net-mgmt/py-junos-eznc/Makefile Sat Jun 27 09:37:13 2020 (r540585) +++ head/net-mgmt/py-junos-eznc/Makefile Sat Jun 27 09:37:50 2020 (r540586) @@ -2,6 +2,7 @@ PORTNAME= junos-eznc DISTVERSION= 2.3.1 +PORTREVISION= 1 CATEGORIES= net-mgmt python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,7 +19,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.7.1:deve ${PYTHON_PKGNAMEPREFIX}paramiko>=1.15.2:security/py-paramiko@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyparsing>0:devel/py-pyparsing@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scp>=0.7.0:security/py-scp@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}serial>0:comms/py-serial@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyserial>0:comms/py-pyserial@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}transitions>0:devel/py-transitions@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>=5.1:devel/py-yaml@${PY_FLAVOR} \ Modified: head/net/cloud-init-azure/Makefile ============================================================================== --- head/net/cloud-init-azure/Makefile Sat Jun 27 09:37:13 2020 (r540585) +++ head/net/cloud-init-azure/Makefile Sat Jun 27 09:37:50 2020 (r540586) @@ -2,7 +2,7 @@ PORTNAME= cloud-init PORTVERSION= 0.7.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net python MASTER_SITES= http://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -26,7 +26,7 @@ RUN_DEPENDS= dmidecode>0:sysutils/dmidecode \ ${PYTHON_PKGNAMEPREFIX}configobj>0:devel/py-configobj@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}serial>0:comms/py-serial@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyserial>0:comms/py-pyserial@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}oauthlib>0:security/py-oauthlib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jsonpatch>0:devel/py-jsonpatch@${PY_FLAVOR} \ Modified: head/net/cloud-init/Makefile ============================================================================== --- head/net/cloud-init/Makefile Sat Jun 27 09:37:13 2020 (r540585) +++ head/net/cloud-init/Makefile Sat Jun 27 09:37:50 2020 (r540586) @@ -2,6 +2,7 @@ PORTNAME= cloud-init PORTVERSION= 20.2 +PORTREVISION= 1 CATEGORIES= net python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -21,7 +22,7 @@ RUN_DEPENDS= dmidecode>0:sysutils/dmidecode \ ${PYTHON_PKGNAMEPREFIX}configobj>0:devel/py-configobj@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}serial>0:comms/py-serial@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyserial>0:comms/py-pyserial@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}oauthlib>0:security/py-oauthlib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jsonpatch>0:devel/py-jsonpatch@${PY_FLAVOR} \ Modified: head/security/py-netmiko/Makefile ============================================================================== --- head/security/py-netmiko/Makefile Sat Jun 27 09:37:13 2020 (r540585) +++ head/security/py-netmiko/Makefile Sat Jun 27 09:37:50 2020 (r540586) @@ -3,6 +3,7 @@ PORTNAME= netmiko DISTVERSIONPREFIX= v DISTVERSION= 3.1.1 +PORTREVISION= 1 CATEGORIES= security python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +14,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}paramiko>=2.4.3:security/py-paramiko@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}serial>0:comms/py-serial@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyserial>0:comms/py-pyserial@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scp>=0.13.2:security/py-scp@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}textfsm>0:textproc/py-textfsm@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \ Modified: head/textproc/plover/Makefile ============================================================================== --- head/textproc/plover/Makefile Sat Jun 27 09:37:13 2020 (r540585) +++ head/textproc/plover/Makefile Sat Jun 27 09:37:50 2020 (r540586) @@ -2,7 +2,7 @@ PORTNAME= plover PORTVERSION= 2.2.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= textproc MASTER_SITES= http://launchpadlibrarian.net/88624187/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +16,7 @@ DEPRECATED= Uses deprecated version of python EXPIRATION_DATE= 2020-09-15 BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xlib>=0:x11-toolkits/py-xlib@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}serial>=0:comms/py-serial@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyserial>=0:comms/py-pyserial@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}lockfile>=0:devel/py-lockfile@${PY_FLAVOR} USES= python:2.7