git: aebd9962a05c - main - audio/py-pyradio: Add a couple of missing files
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 26 Nov 2022 17:33:52 UTC
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': [