git: b74095c62876 - main - deskutils/calcurse: Update to 4.7.1
Daniel Engberg
diizzy at FreeBSD.org
Mon Sep 20 08:04:38 UTC 2021
The branch main has been updated by diizzy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b74095c62876a9393ecc3c80b5fb04107e4d0091
commit b74095c62876a9393ecc3c80b5fb04107e4d0091
Author: Newton Terry <newton.ja.terry at gmail.com>
AuthorDate: 2021-09-20 08:00:27 +0000
Commit: Daniel Engberg <diizzy at FreeBSD.org>
CommitDate: 2021-09-20 08:04:09 +0000
deskutils/calcurse: Update to 4.7.1
PR: 251807
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D31910
---
deskutils/calcurse/Makefile | 30 +++++++++++++++++-------------
deskutils/calcurse/distinfo | 6 +++---
2 files changed, 20 insertions(+), 16 deletions(-)
diff --git a/deskutils/calcurse/Makefile b/deskutils/calcurse/Makefile
index 7164106fa95b..f83eeceffcd3 100644
--- a/deskutils/calcurse/Makefile
+++ b/deskutils/calcurse/Makefile
@@ -1,9 +1,10 @@
# Created by: Herbert J. Skuhra <h.skuhra at gmail.com>
PORTNAME= calcurse
-PORTVERSION= 4.5.1
+DISTVERSION= 4.7.1
CATEGORIES= deskutils
-MASTER_SITES= https://calcurse.org/files/
+MASTER_SITES= https://calcurse.org/files/ \
+ https://fossies.org/linux/privat/
MAINTAINER= ports at FreeBSD.org
COMMENT= Text-based calendar and scheduling application
@@ -11,11 +12,7 @@ COMMENT= Text-based calendar and scheduling application
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
-OPTIONS_DEFINE= CALDAV DOCS NLS
-OPTIONS_DEFAULT=CALDAV
-OPTIONS_SUB= yes
-
-USES= gmake ncurses shebangfix
+USES= ncurses shebangfix
SHEBANG_FILES= contrib/caldav/calcurse-caldav \
contrib/caldav/calcurse-caldav.py \
contrib/vdir/calcurse-vdir \
@@ -23,16 +20,23 @@ SHEBANG_FILES= contrib/caldav/calcurse-caldav \
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --without-asciidoc
-DOCS_CONFIGURE_ENABLE= docs
-NLS_CONFIGURE_ENABLE= nls
-NLS_USES= gettext
+OPTIONS_DEFINE= CALDAV DOCS NLS
+OPTIONS_DEFAULT=CALDAV
+OPTIONS_SUB= yes
-CALDAV_DESC= Support Calendaring Extensions to WebDAV
-CALDAV_USES= python:3.4+
-CALDAV_USES_OFF= python:3.4+,env
+CALDAV_DESC= Support Calendaring Extensions to WebDAV
+
+CALDAV_USES= python:3.6+
+CALDAV_USES_OFF= python:3.6+,env
CALDAV_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httplib2>=0:www/py-httplib2@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}oauth2client>=0:security/py-oauth2client@${PY_FLAVOR}
+DOCS_USES= gmake
+DOCS_CONFIGURE_ENABLE= docs
+
+NLS_USES= gettext
+NLS_CONFIGURE_ENABLE= nls
+
post-patch:
@${REINPLACE_CMD} -e 's|^docdir = .*|docdir = ${DOCSDIR}|' ${WRKSRC}/doc/Makefile.in
@${REINPLACE_CMD} -e 's|-R$$found_dir||' ${WRKSRC}/configure
diff --git a/deskutils/calcurse/distinfo b/deskutils/calcurse/distinfo
index 6784fddb0960..583f953affc4 100644
--- a/deskutils/calcurse/distinfo
+++ b/deskutils/calcurse/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1578313699
-SHA256 (calcurse-4.5.1.tar.gz) = 5336576824cba7d40eee0b33213992b4304368972ef556a930f3965e9068f331
-SIZE (calcurse-4.5.1.tar.gz) = 659272
+TIMESTAMP = 1618390930
+SHA256 (calcurse-4.7.1.tar.gz) = 0a7c55d07674569d166c0b0e7587b2972d3da8160cdb7d60b1dbd2895803afb0
+SIZE (calcurse-4.7.1.tar.gz) = 701563
More information about the dev-commits-ports-all
mailing list