1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00

- Update to 1.8.1

- Remove patches accepted and committed upstreams

Thanks to:	Federico Hernandez <ultrafredde@gmail.com>
		(upstreams support)
This commit is contained in:
Pietro Cerutti 2009-08-21 08:17:37 +00:00
parent f55f99e021
commit 5025348431
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=240017
3 changed files with 4 additions and 29 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= taskwarrior
PORTVERSION= 1.8.0
PORTVERSION= 1.8.1
CATEGORIES= deskutils
MASTER_SITES= http://taskwarrior.org/download/
DISTNAME= task-${PORTVERSION}

View File

@ -1,3 +1,3 @@
MD5 (task-1.8.0.tar.gz) = a50d7a143c8a15ae3d33bb2041840da6
SHA256 (task-1.8.0.tar.gz) = 8fd37f0afe27a5cce2cb7f95c7694a89987bbaee2366afe3da4decc0ea6d5882
SIZE (task-1.8.0.tar.gz) = 203472
MD5 (task-1.8.1.tar.gz) = c21590baf207f83cf5448351c3ac4ffb
SHA256 (task-1.8.1.tar.gz) = d57d0b92673ed819559ed628491b460ba0365fa16f565902d9c4965cb7af0c67
SIZE (task-1.8.1.tar.gz) = 206762

View File

@ -1,25 +0,0 @@
--- src/Duration.h.orig 2009-07-23 11:41:40.000000000 +0200
+++ src/Duration.h 2009-07-23 11:51:08.000000000 +0200
@@ -40,7 +40,6 @@
bool operator> (const Duration&);
~Duration (); // Destructor
- operator int ();
operator time_t ();
operator std::string ();
--- src/Duration.cpp.orig 2009-07-23 11:41:44.000000000 +0200
+++ src/Duration.cpp 2009-07-23 11:51:28.000000000 +0200
@@ -52,12 +52,6 @@
}
////////////////////////////////////////////////////////////////////////////////
-Duration::operator int ()
-{
- return (int) mDays;
-}
-
-////////////////////////////////////////////////////////////////////////////////
Duration::operator time_t ()
{
return mDays;