Index: head/deskutils/go-for-it/Makefile =================================================================== --- head/deskutils/go-for-it/Makefile (revision 499203) +++ head/deskutils/go-for-it/Makefile (revision 499204) @@ -1,24 +1,25 @@ # $FreeBSD$ PORTNAME= go-for-it -DISTVERSION= 1.7.0 +DISTVERSION= 1.7.1 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 -USES= cmake gettext pkgconfig -GNU_CONFIGURE= yes +USES= cmake gnome gettext pkgconfig USE_GITHUB= yes GH_ACCOUNT= JMoerman GH_PROJECT= Go-For-It USE_GNOME= cairo glib20 gtk30 intltool + +GNU_CONFIGURE= yes INSTALLS_ICONS= yes .include Index: head/deskutils/go-for-it/distinfo =================================================================== --- head/deskutils/go-for-it/distinfo (revision 499203) +++ head/deskutils/go-for-it/distinfo (revision 499204) @@ -1,3 +1,3 @@ -TIMESTAMP = 1552867966 -SHA256 (JMoerman-Go-For-It-1.7.0_GH0.tar.gz) = 492c43597582de3f63965e819697ad7c02ec5330da3e993497e6e5c80189de21 -SIZE (JMoerman-Go-For-It-1.7.0_GH0.tar.gz) = 249545 +TIMESTAMP = 1555517081 +SHA256 (JMoerman-Go-For-It-1.7.1_GH0.tar.gz) = c7783736dd7c1182d2c7d51ab05176588b1c09372def731d3f0b2d4fa2234540 +SIZE (JMoerman-Go-For-It-1.7.1_GH0.tar.gz) = 249317 Index: head/deskutils/go-for-it/files/patch-CMakeLists.txt =================================================================== --- head/deskutils/go-for-it/files/patch-CMakeLists.txt (revision 499203) +++ head/deskutils/go-for-it/files/patch-CMakeLists.txt (revision 499204) @@ -1,11 +1,11 @@ ---- CMakeLists.txt.orig 2018-02-28 21:31:57 UTC +--- CMakeLists.txt.orig 2019-04-17 16:52:02 UTC +++ CMakeLists.txt @@ -8,7 +8,7 @@ include (GNUInstallDirs) set (INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") set (DATADIR "${INSTALL_PREFIX}/share") --set (APP_ID "com.github.jmoerman.go-for-it") -+set (APP_ID "go-for-it") +-set (APP_ID "com.github.jmoerman.go-for-it" CACHE STRING "The application id") ++set (APP_ID "go-for-it" CACHE STRING "The application id") set (APP_SYSTEM_NAME ${APP_ID} CACHE STRING "Name to used for file names. For example the file name of the .desktop file.") set (PKGDATADIR ${DATADIR}/${APP_SYSTEM_NAME})