deskutils/calcurse: Remove expired py-oauth2client dependency
Removes the 'security/py-oauth2client' dependency. This fixes the DEPRECATED status. **CalDAV now supports only basic authentication.** OAuth2-based services (like Google Calendar) will no longer function. MFH: 2025Q2
This commit is contained in:
parent
69127f1c2d
commit
a6af0e6bbb
@ -1,6 +1,6 @@
|
||||
PORTNAME= calcurse
|
||||
DISTVERSION= 4.8.1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= deskutils
|
||||
MASTER_SITES= https://calcurse.org/files/ \
|
||||
https://fossies.org/linux/privat/
|
||||
@ -12,9 +12,6 @@ WWW= https://calcurse.org/
|
||||
LICENSE= BSD2CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
DEPRECATED= Depends on expired security/py-oauth2client
|
||||
EXPIRATION_DATE=2025-06-01
|
||||
|
||||
USES= ncurses shebangfix
|
||||
SHEBANG_FILES= contrib/caldav/calcurse-caldav \
|
||||
contrib/caldav/calcurse-caldav.py \
|
||||
@ -31,8 +28,7 @@ CALDAV_DESC= Support Calendaring Extensions to WebDAV
|
||||
|
||||
CALDAV_USES= python
|
||||
CALDAV_USES_OFF= python:env
|
||||
CALDAV_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httplib2>=0:www/py-httplib2@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}oauth2client>=0:security/py-oauth2client@${PY_FLAVOR}
|
||||
CALDAV_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httplib2>=0:www/py-httplib2@${PY_FLAVOR}
|
||||
|
||||
DOCS_USES= gmake
|
||||
DOCS_CONFIGURE_ENABLE= docs
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user