aboutsummaryrefslogtreecommitdiff
path: root/sysutils/py-python-crontab
Commit message (Collapse)AuthorAgeFilesLines
* Regenerate all distfiles using gitlab as source.Matthias Fechner2021-04-101-3/+3
| | | | | | | | | | | | | | This regeneration is required as the new gitlab version changed the address and the directory the source files can be downloaded. This commit also applies some small fixes to make sure all ports using gitlab are buildable. Reviewed by: mat Approved by: portmgr Differential Revision: https://reviews.freebsd.org/D29628 (cherry picked from commit 911f04257e3175fca4e46c7d57bf5ca79767e209)
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Drop python 2.7 support from a few portsAntoine Brodin2020-12-281-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=559531
* sysutils/py-crontab: Rename to python-crontab, Update to 2.4.0Fukang Chen2020-03-313-0/+44
- Rename the port to match the canonical/registered (PyPI/CHEESESHOP) name - Switch from CHEESESHOP to GitLab for complete tests data - Update the project website URL in pkg-descr - Add LICENSE_FILE - Add sysutils/py-cron-descriptor to RUN_DEPENDS - Add test target Reviewed by: koobs Approved by: koobs (ports, mentor), portmgr (maintainer timeout: > 2 weeks) Differential Revision: https://reviews.freebsd.org/D23968 Notes: svn path=/head/; revision=529940