svn commit: r449786 - in head/devel/qgit: . files
Adriaan de Groot
adridg at FreeBSD.org
Wed Sep 13 13:41:24 UTC 2017
Author: adridg
Date: Wed Sep 13 13:41:22 2017
New Revision: 449786
URL: https://svnweb.freebsd.org/changeset/ports/449786
Log:
Update qgit to 2.7, switch to Qt5, take maintainership.
Approved by: tcberner (mentor)
Reviewed by: mat
Differential Revision: https://reviews.freebsd.org/D12296
Added:
head/devel/qgit/pkg-plist (contents, props changed)
Deleted:
head/devel/qgit/files/
Modified:
head/devel/qgit/Makefile
head/devel/qgit/distinfo
head/devel/qgit/pkg-descr
Modified: head/devel/qgit/Makefile
==============================================================================
--- head/devel/qgit/Makefile Wed Sep 13 13:36:35 2017 (r449785)
+++ head/devel/qgit/Makefile Wed Sep 13 13:41:22 2017 (r449786)
@@ -2,24 +2,20 @@
# $FreeBSD$
PORTNAME= qgit
-PORTVERSION= 2.3
-PORTREVISION= 2
+DISTVERSIONPREFIX= ${PORTNAME}-
+DISTVERSION= 2.7
CATEGORIES= devel
-MASTER_SITES= SF/${PORTNAME}/${PORTNAME}4/${PORTVERSION}
-PKGNAMESUFFIX= -qt4
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= adridg at FreeBSD.org
COMMENT= Graphical interface to git repositories
-USES= qmake tar:bzip2
-USE_QT4= corelib gui moc_build rcc_build uic_build
-MAKE_JOBS_UNSAFE= yes
+LICENSE= GPLv2
-WRKSRC= ${WRKDIR}/${PORTNAME}
+USES= cmake:outsource
+USE_QT5= core gui widgets \
+ buildtools_build qmake_build
-PLIST_FILES= bin/${PORTNAME}
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+USE_GITHUB= yes
+GH_ACCOUNT= tibirna
.include <bsd.port.mk>
Modified: head/devel/qgit/distinfo
==============================================================================
--- head/devel/qgit/distinfo Wed Sep 13 13:36:35 2017 (r449785)
+++ head/devel/qgit/distinfo Wed Sep 13 13:41:22 2017 (r449786)
@@ -1,2 +1,3 @@
-SHA256 (qgit-2.3.tar.bz2) = a5fdd7e27fea376790eed787e22f4863eb9d2fe0217fd98b9fdbcf47a45bdc64
-SIZE (qgit-2.3.tar.bz2) = 206812
+TIMESTAMP = 1505308761
+SHA256 (tibirna-qgit-qgit-2.7_GH0.tar.gz) = 183d116b2fb38c6a76c99577f6cc86f0241f8b6bdc74042be4cb8631567f5e9e
+SIZE (tibirna-qgit-qgit-2.7_GH0.tar.gz) = 259624
Modified: head/devel/qgit/pkg-descr
==============================================================================
--- head/devel/qgit/pkg-descr Wed Sep 13 13:36:35 2017 (r449785)
+++ head/devel/qgit/pkg-descr Wed Sep 13 13:41:22 2017 (r449786)
@@ -1,4 +1,5 @@
-QGit is a git GUI viewer built on Qt/C++.
+QGit is a git GUI viewer.
+
With qgit you will be able to browse revisions history, view patch content and
changed files, graphically following different development branches.
@@ -8,10 +9,11 @@ Features :
- Apply or format patch series from selected commits, drag and drop commits
between two instances of qgit.
- Associate commands sequences, scripts and anything else executable to a
-custom action. Actions can be run from menu and corresponding output is grabbed
-by a terminal window. qgit implements a GUI for the most common StGIT commands
-like push/pop and apply/format patches. You can also create new patches or
-refresh current top one using the same semantics of git commit,
-i.e. cherry picking single modified files.
+ custom action. Actions can be run from menu and corresponding output is
+ grabbed by a terminal window.
+- qgit implements a GUI for the most common StGIT commands
+ like push/pop and apply/format patches. You can also create new patches or
+ refresh current top one using the same semantics of git commit,
+ i.e. cherry picking single modified files.
-WWW: https://sourceforge.net/projects/qgit/
+WWW: https://github.com/tibirna/qgit
Added: head/devel/qgit/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/qgit/pkg-plist Wed Sep 13 13:41:22 2017 (r449786)
@@ -0,0 +1,4 @@
+bin/qgit
+share/applications/qgit.desktop
+share/icons/hicolor/48x48/apps/qgit.png
+share/metainfo/qgit.appdata.xml
More information about the svn-ports-all
mailing list