diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-04-13 22:47:51 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-04-13 22:47:51 +0800 |
commit | 84a372ad5ff0dab59a76d894d1e7fb0a5bb7b742 (patch) | |
tree | c88dd9c12f884760d1cb3a3acb7d6ff1d7e365ad /sysutils/py-python-crontab | |
parent | */*: remove GNU_CONFIGURE_MANPREFIX and pet the portclippy (diff) |
devel/py-python-dateutil: Move devel/py-dateutil to devel/py-python-dateutil
- Convert to USE_PYTHON=pep517
- Bump PORTREVISION of dependent ports for dependency change
- While I'm here, update audio/py-pyradio to use PYTHON_PKGNAMEPREFIX instead of PKGNAMEPREFIX for *_DEPENDS
Diffstat (limited to 'sysutils/py-python-crontab')
-rw-r--r-- | sysutils/py-python-crontab/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/py-python-crontab/Makefile b/sysutils/py-python-crontab/Makefile index 978db080b21a..5eac8e7ee75d 100644 --- a/sysutils/py-python-crontab/Makefile +++ b/sysutils/py-python-crontab/Makefile @@ -1,5 +1,6 @@ PORTNAME= python-crontab PORTVERSION= 2.4.0 +PORTREVISION= 1 CATEGORIES= sysutils python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,7 +11,7 @@ WWW= https://gitlab.com/doctormo/python-crontab LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=1.5:devel/py-dateutil@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-dateutil>=1.5:devel/py-python-dateutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}croniter>0:sysutils/py-croniter@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cron-descriptor>0:sysutils/py-cron-descriptor@${PY_FLAVOR} |