aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
authorskreuzer <skreuzer@FreeBSD.org>2015-06-13 01:34:01 +0800
committerskreuzer <skreuzer@FreeBSD.org>2015-06-13 01:34:01 +0800
commitc2a1525b056782b5e0f7604e8cd28262a8ac823d (patch)
tree9bf4e0c7c5e999c2923b93eac7c39dbd50a007ba /deskutils
parent5ba07040a2ae8980e8f06afb8fa65bd985c7c50d (diff)
downloadfreebsd-ports-gnome-c2a1525b056782b5e0f7604e8cd28262a8ac823d.tar.gz
freebsd-ports-gnome-c2a1525b056782b5e0f7604e8cd28262a8ac823d.tar.zst
freebsd-ports-gnome-c2a1525b056782b5e0f7604e8cd28262a8ac823d.zip
Update to version 2.4.2
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/taskwarrior/Makefile2
-rw-r--r--deskutils/taskwarrior/distinfo4
-rw-r--r--deskutils/taskwarrior/files/patch-src-Variant.h14
3 files changed, 3 insertions, 17 deletions
diff --git a/deskutils/taskwarrior/Makefile b/deskutils/taskwarrior/Makefile
index acff6d7e57f1..d6ae838b845e 100644
--- a/deskutils/taskwarrior/Makefile
+++ b/deskutils/taskwarrior/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= taskwarrior
-PORTVERSION= 2.4.2
+PORTVERSION= 2.4.4
CATEGORIES= deskutils
MASTER_SITES= http://taskwarrior.org/download/
DISTNAME= task-${PORTVERSION}
diff --git a/deskutils/taskwarrior/distinfo b/deskutils/taskwarrior/distinfo
index 5120173588d9..cd2621d40061 100644
--- a/deskutils/taskwarrior/distinfo
+++ b/deskutils/taskwarrior/distinfo
@@ -1,2 +1,2 @@
-SHA256 (task-2.4.2.tar.gz) = 271eca336ff97f96e646f5dd5a774ef3f21f7eab7f9bcc487ea0022cff3fa50d
-SIZE (task-2.4.2.tar.gz) = 879010
+SHA256 (task-2.4.4.tar.gz) = 7ff406414e0be480f91981831507ac255297aab33d8246f98dbfd2b1b2df8e3b
+SIZE (task-2.4.4.tar.gz) = 2352265
diff --git a/deskutils/taskwarrior/files/patch-src-Variant.h b/deskutils/taskwarrior/files/patch-src-Variant.h
deleted file mode 100644
index 67e7fd987b01..000000000000
--- a/deskutils/taskwarrior/files/patch-src-Variant.h
+++ /dev/null
@@ -1,14 +0,0 @@
---- src/Variant.h 2015-03-16 08:02:55.000000000 +0900
-+++ src/Variant.h 2015-04-12 08:39:14.000000000 +0900
-@@ -49,7 +49,11 @@
- Variant (const double);
- Variant (const std::string&);
- Variant (const char*);
-+#if defined(__FreeBSD__) && defined(__i386__)
-+ Variant (const time_t, const enum type new_type);
-+#else
- Variant (const time_t, const enum type new_type = type_date);
-+#endif
- ~Variant ();
-
- void source (const std::string&);