diff options
author | culot <culot@FreeBSD.org> | 2019-09-09 22:44:58 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2019-09-09 22:44:58 +0800 |
commit | cb74da6f4b8c8df7bf2af319e61dded22e969e8d (patch) | |
tree | baa5131e8b2b7a121e652f9a58485606d50231d9 /deskutils | |
parent | ab00dee30461f67e1c9f401e23101ec80cb33d7d (diff) | |
download | freebsd-ports-gnome-cb74da6f4b8c8df7bf2af319e61dded22e969e8d.tar.gz freebsd-ports-gnome-cb74da6f4b8c8df7bf2af319e61dded22e969e8d.tar.zst freebsd-ports-gnome-cb74da6f4b8c8df7bf2af319e61dded22e969e8d.zip |
deskutils/calcurse: update to 4.5.0
Changes: https://calcurse.org/files/changes.html
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/calcurse/Makefile | 8 | ||||
-rw-r--r-- | deskutils/calcurse/distinfo | 6 | ||||
-rw-r--r-- | deskutils/calcurse/pkg-descr | 2 | ||||
-rw-r--r-- | deskutils/calcurse/pkg-plist | 1 |
4 files changed, 10 insertions, 7 deletions
diff --git a/deskutils/calcurse/Makefile b/deskutils/calcurse/Makefile index 3e6a92de558a..0f72d8233516 100644 --- a/deskutils/calcurse/Makefile +++ b/deskutils/calcurse/Makefile @@ -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 diff --git a/deskutils/calcurse/distinfo b/deskutils/calcurse/distinfo index 0c1f6bf2f02a..e0c626e6f91b 100644 --- a/deskutils/calcurse/distinfo +++ b/deskutils/calcurse/distinfo @@ -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 diff --git a/deskutils/calcurse/pkg-descr b/deskutils/calcurse/pkg-descr index 007a9d517178..5e412d5a1d3e 100644 --- a/deskutils/calcurse/pkg-descr +++ b/deskutils/calcurse/pkg-descr @@ -4,4 +4,4 @@ A configurable notification system reminds user of upcoming deadlines, 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/ diff --git a/deskutils/calcurse/pkg-plist b/deskutils/calcurse/pkg-plist index 8c11f7254e5e..8194e564545f 100644 --- a/deskutils/calcurse/pkg-plist +++ b/deskutils/calcurse/pkg-plist @@ -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 |