diff options
author | Felix Palmen <zirias@FreeBSD.org> | 2023-07-12 14:13:03 +0200 |
---|---|---|
committer | Felix Palmen <zirias@FreeBSD.org> | 2023-07-12 20:56:04 +0200 |
commit | 7d1faa7179813ffa542b550a1fdb3bdc80a7986c (patch) | |
tree | bca2e70f4a6137f858d0ca5792e376602af7bab7 /sysutils/py-python-crontab | |
parent | bsd.sites.mk: Support tag names with USE_GITLAB (diff) |
bsd.sites.mk: Update all ports using USE_GITLAB
Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is
backwards-compatible (accepting any commit hash as before), but also
understands an actual tag name. Moving to tag names where appropriate is
left to individual ports' maintainers.
Approved by: portmgr (tcberner, mentor)
Differential Revision: https://reviews.freebsd.org/D37077
Diffstat (limited to 'sysutils/py-python-crontab')
-rw-r--r-- | sysutils/py-python-crontab/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/py-python-crontab/Makefile b/sysutils/py-python-crontab/Makefile index e9e7fda0998e..978db080b21a 100644 --- a/sysutils/py-python-crontab/Makefile +++ b/sysutils/py-python-crontab/Makefile @@ -20,7 +20,7 @@ USE_PYTHON= autoplist distutils USE_GITLAB= yes GL_ACCOUNT= doctormo -GL_COMMIT= ba23056ddf1a00ecfd14b0a31c2e0cdad132f8d0 +GL_TAGNAME= ba23056ddf1a00ecfd14b0a31c2e0cdad132f8d0 do-test: @cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test |