Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Apr 2019 19:01:02 +0000 (UTC)
From:      =?UTF-8?Q?Fernando_Apestegu=c3=ada?= <fernape@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r499204 - in head/deskutils/go-for-it: . files
Message-ID:  <201904171901.x3HJ127Z045667@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fernape
Date: Wed Apr 17 19:01:02 2019
New Revision: 499204
URL: https://svnweb.freebsd.org/changeset/ports/499204

Log:
  deskutils/go-for-it: Update to 1.7.1
  
  While here, regenerate patch with makepatch and move some variables to their
  sections.
  
  ChangeLog: https://github.com/mank319/Go-For-It/releases/tag/1.7.1
  
   * The application id can now be set with -DAPP_ID=some_id
   * For some widgets Go For It! did not properly load a fallback icon.
  
  PR:	237339
  Submitted by:	neel@neelc.org (maintainer)

Modified:
  head/deskutils/go-for-it/Makefile
  head/deskutils/go-for-it/distinfo
  head/deskutils/go-for-it/files/patch-CMakeLists.txt

Modified: head/deskutils/go-for-it/Makefile
==============================================================================
--- head/deskutils/go-for-it/Makefile	Wed Apr 17 18:50:53 2019	(r499203)
+++ head/deskutils/go-for-it/Makefile	Wed Apr 17 19:01:02 2019	(r499204)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	go-for-it
-DISTVERSION=	1.7.0
+DISTVERSION=	1.7.1
 CATEGORIES=	deskutils
 
 MAINTAINER=	neel@neelc.org
@@ -13,12 +13,13 @@ 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 <bsd.port.mk>

Modified: head/deskutils/go-for-it/distinfo
==============================================================================
--- head/deskutils/go-for-it/distinfo	Wed Apr 17 18:50:53 2019	(r499203)
+++ head/deskutils/go-for-it/distinfo	Wed Apr 17 19:01:02 2019	(r499204)
@@ -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

Modified: head/deskutils/go-for-it/files/patch-CMakeLists.txt
==============================================================================
--- head/deskutils/go-for-it/files/patch-CMakeLists.txt	Wed Apr 17 18:50:53 2019	(r499203)
+++ head/deskutils/go-for-it/files/patch-CMakeLists.txt	Wed Apr 17 19:01:02 2019	(r499204)
@@ -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})



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904171901.x3HJ127Z045667>