From owner-svn-ports-head@freebsd.org Mon Sep 9 14:45:00 2019 Return-Path: Delivered-To: svn-ports-head@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 7A96DD449B; Mon, 9 Sep 2019 14:45:00 +0000 (UTC) (envelope-from culot@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) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46RrY81pyVz43vB; Mon, 9 Sep 2019 14:45:00 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EEC0DF32D; Mon, 9 Sep 2019 14:44:59 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x89EixFH080431; Mon, 9 Sep 2019 14:44:59 GMT (envelope-from culot@FreeBSD.org) Received: (from culot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x89Eix3J080427; Mon, 9 Sep 2019 14:44:59 GMT (envelope-from culot@FreeBSD.org) Message-Id: <201909091444.x89Eix3J080427@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: culot set sender to culot@FreeBSD.org using -f From: Frederic Culot Date: Mon, 9 Sep 2019 14:44:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r511632 - head/deskutils/calcurse X-SVN-Group: ports-head X-SVN-Commit-Author: culot X-SVN-Commit-Paths: head/deskutils/calcurse X-SVN-Commit-Revision: 511632 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Sep 2019 14:45:00 -0000 Author: culot Date: Mon Sep 9 14:44:58 2019 New Revision: 511632 URL: https://svnweb.freebsd.org/changeset/ports/511632 Log: deskutils/calcurse: update to 4.5.0 Changes: https://calcurse.org/files/changes.html Modified: head/deskutils/calcurse/Makefile head/deskutils/calcurse/distinfo head/deskutils/calcurse/pkg-descr head/deskutils/calcurse/pkg-plist Modified: head/deskutils/calcurse/Makefile ============================================================================== --- head/deskutils/calcurse/Makefile Mon Sep 9 14:13:06 2019 (r511631) +++ head/deskutils/calcurse/Makefile Mon Sep 9 14:44:58 2019 (r511632) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= calcurse -PORTVERSION= 4.3.0 +PORTVERSION= 4.5.0 CATEGORIES= deskutils -MASTER_SITES= http://calcurse.org/files/ +MASTER_SITES= https://calcurse.org/files/ MAINTAINER= culot@FreeBSD.org COMMENT= Text-based calendar and scheduling application @@ -18,7 +18,9 @@ OPTIONS_SUB= yes USES= gmake ncurses shebangfix SHEBANG_FILES= contrib/caldav/calcurse-caldav \ - contrib/caldav/calcurse-caldav.py + contrib/caldav/calcurse-caldav.py \ + contrib/vdir/calcurse-vdir \ + contrib/vdir/calcurse-vdir.py GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-asciidoc Modified: head/deskutils/calcurse/distinfo ============================================================================== --- head/deskutils/calcurse/distinfo Mon Sep 9 14:13:06 2019 (r511631) +++ head/deskutils/calcurse/distinfo Mon Sep 9 14:44:58 2019 (r511632) @@ -1,3 +1,3 @@ -TIMESTAMP = 1517490109 -SHA256 (calcurse-4.3.0.tar.gz) = 31ecc3dc09e1e561502b4c94f965ed6b167c03e9418438c4a7ad5bad2c785f9a -SIZE (calcurse-4.3.0.tar.gz) = 597490 +TIMESTAMP = 1568036850 +SHA256 (calcurse-4.5.0.tar.gz) = c372ef16abcacb33a1aca99d0d4eba7c5cc8121fa96360f9d6edc0506e655cee +SIZE (calcurse-4.5.0.tar.gz) = 657976 Modified: head/deskutils/calcurse/pkg-descr ============================================================================== --- head/deskutils/calcurse/pkg-descr Mon Sep 9 14:13:06 2019 (r511631) +++ head/deskutils/calcurse/pkg-descr Mon Sep 9 14:44:58 2019 (r511632) @@ -4,4 +4,4 @@ A configurable notification system reminds user of upc and the curses based interface can be customized to suit user needs. All of the commands are documented within an online help system. -WWW: http://calcurse.org/ +WWW: https://calcurse.org/ Modified: head/deskutils/calcurse/pkg-plist ============================================================================== --- head/deskutils/calcurse/pkg-plist Mon Sep 9 14:13:06 2019 (r511631) +++ head/deskutils/calcurse/pkg-plist Mon Sep 9 14:44:58 2019 (r511632) @@ -1,6 +1,7 @@ bin/calcurse bin/calcurse-caldav bin/calcurse-upgrade +bin/calcurse-vdir man/man1/calcurse.1.gz %%PORTDOCS%%%%DOCSDIR%%/add.txt %%PORTDOCS%%%%DOCSDIR%%/config.txt