svn commit: r511632 - head/deskutils/calcurse
Frederic Culot
culot at FreeBSD.org
Mon Sep 9 14:45:00 UTC 2019
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 at 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
More information about the svn-ports-all
mailing list