Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Nov 2022 17:33:52 GMT
From:      Nicola Vitale <nivit@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: aebd9962a05c - main - audio/py-pyradio: Add a couple of missing files
Message-ID:  <202211261733.2AQHXqnj008014@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by nivit:

URL: https://cgit.FreeBSD.org/ports/commit/?id=aebd9962a05ce1d2ee023f1b15834a568ff839e6

commit aebd9962a05ce1d2ee023f1b15834a568ff839e6
Author:     Nicola Vitale <nivit@FreeBSD.org>
AuthorDate: 2022-11-26 17:29:01 +0000
Commit:     Nicola Vitale <nivit@FreeBSD.org>
CommitDate: 2022-11-26 17:29:01 +0000

    audio/py-pyradio: Add a couple of missing files
    
    - The program requires a default stations list and configuration.
    - No bump PORTREVISION because no package is available yet.
---
 audio/py-pyradio/files/patch-setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/audio/py-pyradio/files/patch-setup.py b/audio/py-pyradio/files/patch-setup.py
index af0c7fa59a93..adc7ab88e2a5 100644
--- a/audio/py-pyradio/files/patch-setup.py
+++ b/audio/py-pyradio/files/patch-setup.py
@@ -18,7 +18,7 @@
 +    packages=['pyradio'],
 +    package_dir={'pyradio':'pyradio'},
 +    package_data={
-+      'pyradio': ['themes/*'],
++      'pyradio': ['stations.csv', 'config', 'themes/*'],
 +    },
      entry_points={
          'console_scripts': [



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202211261733.2AQHXqnj008014>