Index: head/deskutils/go-for-it/Makefile =================================================================== --- head/deskutils/go-for-it/Makefile (revision 449748) +++ head/deskutils/go-for-it/Makefile (revision 449749) @@ -1,30 +1,30 @@ # $FreeBSD$ PORTNAME= go-for-it PORTVERSION= 1.5 DISTVERSIONPREFIX= release_v CATEGORIES= deskutils MAINTAINER= neel@neelc.org COMMENT= Stylish to-do list with built-in productivity timer LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= valac:lang/vala LIB_DEPENDS= libnotify.so:devel/libnotify -USE_GITHUB= yes -GH_ACCOUNT= mank319 -GH_PROJECT= Go-For-It - -GNU_CONFIGURE= yes USES= cmake gettext pkgconfig USE_GNOME= cairo glib20 gtk30 +GNU_CONFIGURE= yes INSTALLS_ICONS= yes + +USE_GITHUB= yes +GH_ACCOUNT= mank319 +GH_PROJECT= Go-For-It post-install: ${INSTALL_DATA} ${WRKSRC}/data/go-for-it.desktop \ ${STAGEDIR}${PREFIX}/share/applications .include Index: head/deskutils/go-for-it/files/patch-src_TaskStore.vala =================================================================== --- head/deskutils/go-for-it/files/patch-src_TaskStore.vala (nonexistent) +++ head/deskutils/go-for-it/files/patch-src_TaskStore.vala (revision 449749) @@ -0,0 +1,14 @@ +--- src/TaskStore.vala.orig 2016-12-18 13:54:36 UTC ++++ src/TaskStore.vala +@@ -86,7 +86,11 @@ class TaskStore : Gtk.ListStore { + public void remove_task (Gtk.TreeIter iter) { + bool is_active_task = compare_tasks (iter); + var _active_task = active_task; ++#if VALA_0_36 ++ this.remove (ref iter); ++#else + this.remove (iter); ++#endif + if (is_active_task && _active_task == active_task) { + active_task = null; + refresh_active_task (); Property changes on: head/deskutils/go-for-it/files/patch-src_TaskStore.vala ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property