diff options
author | Steve Wills <swills@FreeBSD.org> | 2018-06-22 14:39:31 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2018-06-22 14:39:31 +0000 |
commit | 6d8e4734179405e4a57718195ebe76874bbb5611 (patch) | |
tree | 2551a1d32712d94a8cfd5151c383854557ff672a /deskutils | |
parent | 9ee7c94ae7e2c6c466a3c8a0ed25072d422b6b2b (diff) | |
download | ports-6d8e4734179405e4a57718195ebe76874bbb5611.tar.gz ports-6d8e4734179405e4a57718195ebe76874bbb5611.zip |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/timewarrior/Makefile | 7 | ||||
-rw-r--r-- | deskutils/timewarrior/distinfo | 6 | ||||
-rw-r--r-- | deskutils/timewarrior/pkg-plist | 31 |
3 files changed, 26 insertions, 18 deletions
diff --git a/deskutils/timewarrior/Makefile b/deskutils/timewarrior/Makefile index 81b7ec87d43e..3d67aebe6394 100644 --- a/deskutils/timewarrior/Makefile +++ b/deskutils/timewarrior/Makefile @@ -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> diff --git a/deskutils/timewarrior/distinfo b/deskutils/timewarrior/distinfo index 873809b460d0..8309b73e1b25 100644 --- a/deskutils/timewarrior/distinfo +++ b/deskutils/timewarrior/distinfo @@ -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 diff --git a/deskutils/timewarrior/pkg-plist b/deskutils/timewarrior/pkg-plist index c563626c2a2a..550e27dcc0bc 100644 --- a/deskutils/timewarrior/pkg-plist +++ b/deskutils/timewarrior/pkg-plist @@ -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 |