mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
Update devel/qgit to latest upstream release.
Release notes https://github.com/tibirna/qgit/releases/tag/qgit-2.9 QGit version 2.9 brings a large number of improvements from many contributors: better branch display in context menus, better general display, drag&drop of revisions, better navigation, opening of files from command line, slightly better documentation etc.
This commit is contained in:
parent
bafb4145f3
commit
df5888d1b9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=517952
@ -3,15 +3,12 @@
|
||||
|
||||
PORTNAME= qgit
|
||||
DISTVERSIONPREFIX= ${PORTNAME}-
|
||||
DISTVERSION= 2.8
|
||||
PORTREVISION= 2
|
||||
DISTVERSION= 2.9
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= adridg@FreeBSD.org
|
||||
COMMENT= Graphical interface to git repositories
|
||||
|
||||
BROKEN= unfetchable
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
USES= cmake compiler:c++11-lang qt:5
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1527247496
|
||||
SHA256 (tibirna-qgit-qgit-2.8_GH0.tar.gz) = 792cf639fbf02eb5ec7e76d05a290062982c142355b65de873cce05e90b8a112
|
||||
SIZE (tibirna-qgit-qgit-2.8_GH0.tar.gz) = 260001
|
||||
TIMESTAMP = 1574154931
|
||||
SHA256 (tibirna-qgit-qgit-2.9_GH0.tar.gz) = 69788efda7d434d1bc094bb414bd92c269dc7894326320634500b05d63c008e8
|
||||
SIZE (tibirna-qgit-qgit-2.9_GH0.tar.gz) = 263875
|
||||
|
@ -1,12 +0,0 @@
|
||||
--- 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…
Reference in New Issue
Block a user