From owner-dev-commits-ports-all@freebsd.org Mon Sep 20 08:04:38 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 075AE67AA1E; Mon, 20 Sep 2021 08:04:38 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HCcXj6f6jz3LLZ; Mon, 20 Sep 2021 08:04:37 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B77CD505C; Mon, 20 Sep 2021 08:04:37 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18K84bjC034963; Mon, 20 Sep 2021 08:04:37 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18K84bjU034962; Mon, 20 Sep 2021 08:04:37 GMT (envelope-from git) Date: Mon, 20 Sep 2021 08:04:37 GMT Message-Id: <202109200804.18K84bjU034962@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Daniel Engberg Subject: git: b74095c62876 - main - deskutils/calcurse: Update to 4.7.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: diizzy X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: b74095c62876a9393ecc3c80b5fb04107e4d0091 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Sep 2021 08:04:38 -0000 The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=b74095c62876a9393ecc3c80b5fb04107e4d0091 commit b74095c62876a9393ecc3c80b5fb04107e4d0091 Author: Newton Terry AuthorDate: 2021-09-20 08:00:27 +0000 Commit: Daniel Engberg 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 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@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