Date: Sun, 19 Jan 2025 12:04:38 GMT From: Daniel Engberg <diizzy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: ac9ef8d8da90 - main - devel/py-pydrive: Fix expiration date in port makefile Message-ID: <202501191204.50JC4c2S038295@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=ac9ef8d8da905ca974985832ebc0f0612453c3ae commit ac9ef8d8da905ca974985832ebc0f0612453c3ae Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2025-01-19 12:03:49 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2025-01-19 12:03:59 +0000 devel/py-pydrive: Fix expiration date in port makefile 2024 should say 2025 --- devel/py-pydrive/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/py-pydrive/Makefile b/devel/py-pydrive/Makefile index dd45d6b27295..ec8d3ab7a271 100644 --- a/devel/py-pydrive/Makefile +++ b/devel/py-pydrive/Makefile @@ -13,7 +13,7 @@ WWW= https://github.com/googledrive/PyDrive LICENSE= APACHE20 DEPRECATED= Upstream repo archived on Jul 22, 2021 -EXPIRATION_DATE=2024-01-31 +EXPIRATION_DATE=2025-01-31 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-api-python-client>=1.5.2:www/py-google-api-python-client@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}oauth2client>=4.0.0:security/py-oauth2client@${PY_FLAVOR} \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501191204.50JC4c2S038295>