1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-05 11:35:01 +00:00

- Update to 1.9.3

Changes: http://taskwarrior.org/wiki/taskwarrior/Changelog
This commit is contained in:
Pietro Cerutti 2010-11-09 09:01:11 +00:00
parent 51ccf06067
commit 696dbeb48c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=264299
4 changed files with 15 additions and 8 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= taskwarrior
PORTVERSION= 1.9.2
PORTVERSION= 1.9.3
CATEGORIES= deskutils
MASTER_SITES= http://taskwarrior.org/download/
DISTNAME= task-${PORTVERSION}
@ -19,7 +19,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}
GNU_CONFIGURE= yes
MAN1= task.1
MAN5= taskrc.5 task-faq.5 task-color.5 task-tutorial.5
MAN5= taskrc.5 task-faq.5 task-color.5 task-sync.5 task-tutorial.5
CONFIGURE_ARGS+=--datadir=${DATADIR} --docdir=${DOCSDIR}

View File

@ -1,3 +1,2 @@
MD5 (task-1.9.2.tar.gz) = be98cc74fe03b8336250e0b7ed3cd8c7
SHA256 (task-1.9.2.tar.gz) = 1f8f0b5cf20a497c8219d81753f72e2e47d10c384d8e0e7a60baba82c698c93c
SIZE (task-1.9.2.tar.gz) = 263475
SHA256 (task-1.9.3.tar.gz) = 66f3a85475984a54a457d2aefefb0896710cd656853fc3fc46455753958dbeca
SIZE (task-1.9.3.tar.gz) = 314687

View File

@ -1,5 +1,5 @@
--- Makefile.in.orig 2010-07-14 09:38:32.000000000 +0000
+++ Makefile.in 2010-07-14 09:39:15.000000000 +0000
--- Makefile.in.orig 2010-11-09 07:37:48.000000000 +0000
+++ Makefile.in 2010-11-09 07:38:40.000000000 +0000
@@ -189,15 +189,15 @@
#docdir = $(datadir)/doc/${PACKAGE}-${VERSION}
doc_DATA = AUTHORS ChangeLog COPYING NEWS README
@ -18,6 +18,6 @@
nobase_dist_i18n_DATA = i18n/strings.de-DE i18n/strings.en-US i18n/strings.es-ES i18n/strings.fr-FR i18n/strings.nl-NL i18n/strings.sv-SE i18n/tips.de-DE i18n/tips.en-US i18n/tips.sv-SE
-rcfiledir = $(docdir)/rc
+rcfiledir = $(datadir)/rc
dist_rcfile_DATA = doc/rc/holidays-US.rc doc/rc/holidays-SE.rc doc/rc/dark-16.theme doc/rc/dark-256.theme doc/rc/light-16.theme doc/rc/light-256.theme doc/rc/dark-blue-256.theme doc/rc/dark-green-256.theme doc/rc/dark-red-256.theme
dist_rcfile_DATA = doc/rc/holidays-CA.rc doc/rc/holidays-DE.rc doc/rc/holidays-ES.rc doc/rc/holidays-FR.rc doc/rc/holidays-NL.rc doc/rc/holidays-SE.rc doc/rc/holidays-UK.rc doc/rc/holidays-US.rc doc/rc/dark-16.theme doc/rc/dark-256.theme doc/rc/light-16.theme doc/rc/light-256.theme doc/rc/dark-blue-256.theme doc/rc/dark-green-256.theme doc/rc/dark-red-256.theme doc/rc/dark-violets-256.theme doc/rc/dark-yellow-green.theme
all: auto.h
$(MAKE) $(AM_MAKEFLAGS) all-recursive

View File

@ -9,7 +9,15 @@ bin/task
%%DATADIR%%/rc/dark-blue-256.theme
%%DATADIR%%/rc/dark-green-256.theme
%%DATADIR%%/rc/dark-red-256.theme
%%DATADIR%%/rc/dark-violets-256.theme
%%DATADIR%%/rc/dark-yellow-green.theme
%%DATADIR%%/rc/holidays-CA.rc
%%DATADIR%%/rc/holidays-DE.rc
%%DATADIR%%/rc/holidays-ES.rc
%%DATADIR%%/rc/holidays-FR.rc
%%DATADIR%%/rc/holidays-NL.rc
%%DATADIR%%/rc/holidays-SE.rc
%%DATADIR%%/rc/holidays-UK.rc
%%DATADIR%%/rc/holidays-US.rc
%%DATADIR%%/rc/light-16.theme
%%DATADIR%%/rc/light-256.theme