git: e2deefe848c5 - main - audio/py-pyradio: Add missing manpage to plist
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 25 Jun 2024 06:44:27 UTC
The branch main has been updated by jhale: URL: https://cgit.FreeBSD.org/ports/commit/?id=e2deefe848c550f82c90f41b0ba45290f22ea758 commit e2deefe848c550f82c90f41b0ba45290f22ea758 Author: Jason E. Hale <jhale@FreeBSD.org> AuthorDate: 2024-06-25 06:40:43 +0000 Commit: Jason E. Hale <jhale@FreeBSD.org> CommitDate: 2024-06-25 06:44:22 +0000 audio/py-pyradio: Add missing manpage to plist ====> Running Q/A tests (stage-qa) ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist Error: Orphaned: share/man/man1/pyradio-client.1.gz ===> Checking for items in pkg-plist which are not in STAGEDIR ===> Error: Plist issues found. *** Error code 1 Approved by: portmgr (blanket) --- audio/py-pyradio/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/audio/py-pyradio/Makefile b/audio/py-pyradio/Makefile index ce28bb984ac6..bc8ddda871e8 100644 --- a/audio/py-pyradio/Makefile +++ b/audio/py-pyradio/Makefile @@ -1,6 +1,6 @@ PORTNAME= pyradio DISTVERSION= 0.9.3.7 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= audio python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -52,7 +52,8 @@ VLC_DESC= VLC media player support DOCS_PLIST_FILES= share/man/man1/pyradio.1.gz \ share/man/man1/pyradio_rb.1.gz \ share/man/man1/pyradio_rec.1.gz \ - share/man/man1/pyradio_server.1.gz + share/man/man1/pyradio_server.1.gz \ + share/man/man1/pyradio-client.1.gz METADATA_RUN_DEPENDS+= mkvinfo:multimedia/mkvtoolnix MPLAYER_RUN_DEPENDS+= mplayer:multimedia/mplayer MPV_RUN_DEPENDS+= mpv:multimedia/mpv