Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 May 2018 11:51:40 +0000 (UTC)
From:      Adriaan de Groot <adridg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r470831 - in head/devel/qgit: . files
Message-ID:  <201805251151.w4PBpefH054812@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adridg
Date: Fri May 25 11:51:39 2018
New Revision: 470831
URL: https://svnweb.freebsd.org/changeset/ports/470831

Log:
  Update devel/qgit to latest upstream 2.8
  
  	https://github.com/tibirna/qgit/releases/tag/qgit-2.8
  
  	Version 2.8 releases fixes for a set of issues that were
  	reported and/or solved by QGit contributors in the last year.
  
  	Most notably, the file browsing was fixed. A set of issues
  	with compilation on Windows was also addressed. Breakage of
  	keybindings and menu item accelerators was also sorted out.
  
  The new patch in files/ is there because the release forgot to update
  the version number (reported upstream).
  
  Reported by:	portsmon

Added:
  head/devel/qgit/files/
  head/devel/qgit/files/patch-src_config.h   (contents, props changed)
Modified:
  head/devel/qgit/Makefile
  head/devel/qgit/distinfo

Modified: head/devel/qgit/Makefile
==============================================================================
--- head/devel/qgit/Makefile	Fri May 25 11:20:54 2018	(r470830)
+++ head/devel/qgit/Makefile	Fri May 25 11:51:39 2018	(r470831)
@@ -3,7 +3,7 @@
 
 PORTNAME=	qgit
 DISTVERSIONPREFIX=	${PORTNAME}-
-DISTVERSION=	2.7
+DISTVERSION=	2.8
 CATEGORIES=	devel
 
 MAINTAINER=	adridg@FreeBSD.org

Modified: head/devel/qgit/distinfo
==============================================================================
--- head/devel/qgit/distinfo	Fri May 25 11:20:54 2018	(r470830)
+++ head/devel/qgit/distinfo	Fri May 25 11:51:39 2018	(r470831)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1505308761
-SHA256 (tibirna-qgit-qgit-2.7_GH0.tar.gz) = 183d116b2fb38c6a76c99577f6cc86f0241f8b6bdc74042be4cb8631567f5e9e
-SIZE (tibirna-qgit-qgit-2.7_GH0.tar.gz) = 259624
+TIMESTAMP = 1527247496
+SHA256 (tibirna-qgit-qgit-2.8_GH0.tar.gz) = 792cf639fbf02eb5ec7e76d05a290062982c142355b65de873cce05e90b8a112
+SIZE (tibirna-qgit-qgit-2.8_GH0.tar.gz) = 260001

Added: head/devel/qgit/files/patch-src_config.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/qgit/files/patch-src_config.h	Fri May 25 11:51:39 2018	(r470831)
@@ -0,0 +1,12 @@
+--- src/config.h.orig	2018-05-21 16:21:27 UTC
++++ src/config.h
+@@ -17,7 +17,7 @@
+ #define PACKAGE_TARNAME "qgit"
+ 
+ /* Define to the version of this package. */
+-#define PACKAGE_VERSION "2.7"
++#define PACKAGE_VERSION "2.8"
+ 
+ /* Version number of package */
+-#define VERSION "2.7"
++#define VERSION "2.8"



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