mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
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:
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
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= qgit
|
||||
DISTVERSIONPREFIX= ${PORTNAME}-
|
||||
DISTVERSION= 2.7
|
||||
DISTVERSION= 2.8
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= adridg@FreeBSD.org
|
||||
|
|
|
@ -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
|
||||
|
|
12
devel/qgit/files/patch-src_config.h
Normal file
12
devel/qgit/files/patch-src_config.h
Normal 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"
|
Loading…
Add table
Reference in a new issue