diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-06-27 09:37:50 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-06-27 09:37:50 +0000 |
commit | fa56610258ff849a828f84eb3204f69da4dd9792 (patch) | |
tree | e53fc95042c52466c50eed966fd66b6b3326be32 /comms/chirp | |
parent | b5f091dd4ea0aa91e7db6cd284cd7375c5213b9d (diff) | |
download | ports-fa56610258ff849a828f84eb3204f69da4dd9792.tar.gz ports-fa56610258ff849a828f84eb3204f69da4dd9792.zip |
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)
Notes
Notes:
svn path=/head/; revision=540586
Diffstat (limited to 'comms/chirp')
-rw-r--r-- | comms/chirp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/chirp/Makefile b/comms/chirp/Makefile index 43ed7b322bac..b556bc694bcc 100644 --- a/comms/chirp/Makefile +++ b/comms/chirp/Makefile @@ -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} |