git: ac9ef8d8da90 - main - devel/py-pydrive: Fix expiration date in port makefile
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 19 Jan 2025 12:04:38 UTC
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} \