diff options
Diffstat (limited to 'deskutils/calcurse/Makefile')
-rw-r--r-- | deskutils/calcurse/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/deskutils/calcurse/Makefile b/deskutils/calcurse/Makefile index 8c6de164c942..90e07d04c31c 100644 --- a/deskutils/calcurse/Makefile +++ b/deskutils/calcurse/Makefile @@ -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 |