1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

deskutils/timewarrior: update to 1.1.1

PR:		229216
Submitted by:	Zsolt Udvari <uzsolt@uzsolt.hu>
This commit is contained in:
Steve Wills 2018-06-22 14:39:31 +00:00
parent 9ee7c94ae7
commit 6d8e473417
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=473042
3 changed files with 26 additions and 18 deletions

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= timewarrior
PORTVERSION= 1.0.0
PORTVERSION= 1.1.1
CATEGORIES= deskutils
MASTER_SITES= https://taskwarrior.org/download/
DISTNAME= timew-${PORTVERSION}
@ -9,6 +9,11 @@ DISTNAME= timew-${PORTVERSION}
MAINTAINER= swills@FreeBSD.org
COMMENT= Track time from the command line
LICENSE= MIT
USES= cmake compiler:c++11-lang
CMAKE_ARGS+= -DTIMEW_DOCDIR=${DOCSDIR}
OPTIONS_SUB= yes
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1499471464
SHA256 (timew-1.0.0.tar.gz) = ac027910e1e8365bdd218a8b42389b26d017d38d3c96516c408db6d5a44e0bb5
SIZE (timew-1.0.0.tar.gz) = 140539
TIMESTAMP = 1529603473
SHA256 (timew-1.1.1.tar.gz) = 1f7d9a62e55fc5a3126433654ccb1fd7d2d135f06f05697f871897c9db77ccc9
SIZE (timew-1.1.1.tar.gz) = 166484

View File

@ -1,16 +1,19 @@
bin/timew
man/man1/timew.1.gz
share/doc/timew/AUTHORS
share/doc/timew/COPYING
share/doc/timew/ChangeLog
share/doc/timew/INSTALL
share/doc/timew/LICENSE
share/doc/timew/NEWS
share/doc/timew/README.md
share/doc/timew/doc/holidays/README
share/doc/timew/doc/holidays/holidays.en-US
share/doc/timew/doc/holidays/refresh
share/doc/timew/doc/themes/README
share/doc/timew/doc/themes/dark.theme
share/doc/timew/ext/on-modify.timewarrior
share/doc/timew/ext/totals.py
%%DOCSDIR%%/AUTHORS
%%DOCSDIR%%/COPYING
%%DOCSDIR%%/ChangeLog
%%DOCSDIR%%/INSTALL
%%DOCSDIR%%/LICENSE
%%DOCSDIR%%/NEWS
%%DOCSDIR%%/README.md
%%DOCSDIR%%/doc/holidays/README
%%DOCSDIR%%/doc/holidays/holidays.en-US
%%DOCSDIR%%/doc/holidays/refresh
%%DOCSDIR%%/doc/themes/README
%%DOCSDIR%%/doc/themes/dark.theme
%%DOCSDIR%%/doc/themes/dark_blue.theme
%%DOCSDIR%%/doc/themes/dark_green.theme
%%DOCSDIR%%/doc/themes/dark_red.theme
%%DOCSDIR%%/ext/on-modify.timewarrior
%%DOCSDIR%%/ext/totals.py