From 7d1faa7179813ffa542b550a1fdb3bdc80a7986c Mon Sep 17 00:00:00 2001 From: Felix Palmen Date: Wed, 12 Jul 2023 14:13:03 +0200 Subject: 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 --- sysutils/py-python-crontab/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysutils/py-python-crontab') 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 -- cgit v1.2.3