Hi Aaron, This works fine for me on amd64, although since Jasper bumped the REVISION due to lua.port.mk changes after you sent your diff, I had to tweak your diff a tiny bit for it to apply properly. My tweaked version is below.
But functionality wise everything works great, so OK lteo@ :) Thanks, Lawrence On Tue, Sep 18, 2012 at 03:04:08PM -0600, Aaron Bieber wrote: > Hola, > > This update brings taskwarrior to 2.1.2. > > No non-trivial changes to the port. > > ChangeLog: > Bugs > + Bug fix release regarding #1104, which causes duplicate UUIDs during > the merge command. > + Fixed bug where shadow files are not properly created when there is a > missing > .taskrc file (thanks to Pietro Cerutti). > > Index: Makefile > =================================================================== > RCS file: /cvs/ports/productivity/taskwarrior/Makefile,v > retrieving revision 1.6 > diff -N -u -p Makefile > --- Makefile 15 Sep 2012 22:53:42 -0000 1.6 > +++ Makefile 18 Sep 2012 21:03:45 -0000 > @@ -2,10 +2,10 @@ > > COMMENT = command line todo list manager > > -VERSION = 2.1.1 > +VERSION = 2.1.2 > DISTNAME = task-${VERSION} > PKGNAME = taskwarrior-${VERSION} > -REVISION = 1 > + > CATEGORIES = productivity > > HOMEPAGE = http://www.taskwarrior.org/ > Index: distinfo > =================================================================== > RCS file: /cvs/ports/productivity/taskwarrior/distinfo,v > retrieving revision 1.3 > diff -N -u -p distinfo > --- distinfo 15 Sep 2012 22:53:42 -0000 1.3 > +++ distinfo 18 Sep 2012 21:03:45 -0000 > @@ -1,2 +1,2 @@ > -SHA256 (task-2.1.1.tar.gz) = sqPRUJOYjHA+0PybARxTL2YvyTnqdB3YucmW2DkBsF4= > -SIZE (task-2.1.1.tar.gz) = 4770777 > +SHA256 (task-2.1.2.tar.gz) = z1FxtUttLS3NnFWfQ3z4oss4NsdjHt+WoW77+LQ4PjY= > +SIZE (task-2.1.2.tar.gz) = 4639841 > Index: Makefile =================================================================== RCS file: /cvs/ports/productivity/taskwarrior/Makefile,v retrieving revision 1.7 diff -u -p -r1.7 Makefile --- Makefile 19 Sep 2012 08:15:09 -0000 1.7 +++ Makefile 21 Sep 2012 02:20:46 -0000 @@ -2,10 +2,9 @@ COMMENT = command line todo list manager -VERSION = 2.1.1 +VERSION = 2.1.2 DISTNAME = task-${VERSION} PKGNAME = taskwarrior-${VERSION} -REVISION = 2 CATEGORIES = productivity HOMEPAGE = http://www.taskwarrior.org/ Index: distinfo =================================================================== RCS file: /cvs/ports/productivity/taskwarrior/distinfo,v retrieving revision 1.3 diff -u -p -r1.3 distinfo --- distinfo 15 Sep 2012 22:53:42 -0000 1.3 +++ distinfo 21 Sep 2012 02:12:03 -0000 @@ -1,2 +1,2 @@ -SHA256 (task-2.1.1.tar.gz) = sqPRUJOYjHA+0PybARxTL2YvyTnqdB3YucmW2DkBsF4= -SIZE (task-2.1.1.tar.gz) = 4770777 +SHA256 (task-2.1.2.tar.gz) = z1FxtUttLS3NnFWfQ3z4oss4NsdjHt+WoW77+LQ4PjY= +SIZE (task-2.1.2.tar.gz) = 4639841