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
This commit is contained in:
Adriaan de Groot 2018-05-25 11:51:39 +00:00
parent b9067cba98
commit e98b6cdca6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=470831
3 changed files with 16 additions and 4 deletions

View file

@ -3,7 +3,7 @@
PORTNAME= qgit
DISTVERSIONPREFIX= ${PORTNAME}-
DISTVERSION= 2.7
DISTVERSION= 2.8
CATEGORIES= devel
MAINTAINER= adridg@FreeBSD.org

View file

@ -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

View file

@ -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"