Hi ports@,

License marker for productivity/taskwarrior is wrong, and should be
switched from GPLv2 to MIT [1].

The diff also removes an extraneous slash in MASTER_SITES.

[1] http://taskwarrior.org/docs/license.html

Index: Makefile
===================================================================
RCS file: /cvs/ports/productivity/taskwarrior/Makefile,v
retrieving revision 1.22
diff -u -p -r1.22 Makefile
--- Makefile    5 Mar 2016 16:26:40 -0000       1.22
+++ Makefile    21 Jun 2016 12:23:46 -0000
@@ -11,9 +11,9 @@ HOMEPAGE =    http://www.taskwarrior.org/
 
 MAINTAINER=    Eric Lalonde <eric.c.lalo...@gmail.com>
 
-MASTER_SITES = ${HOMEPAGE}/download/
+MASTER_SITES = ${HOMEPAGE}download/
 
-# GPLv2
+# MIT
 PERMIT_PACKAGE_CDROM =         Yes
 
 # Needs C++11; linker issues with clang

Reply via email to