e98b6cdca6
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
21 lines
395 B
Makefile
21 lines
395 B
Makefile
# Created by: Ion-Mihai "IOnut" Tetcu <itetcu@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= qgit
|
|
DISTVERSIONPREFIX= ${PORTNAME}-
|
|
DISTVERSION= 2.8
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= adridg@FreeBSD.org
|
|
COMMENT= Graphical interface to git repositories
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= cmake:outsource
|
|
USE_QT5= core gui widgets \
|
|
buildtools_build qmake_build
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= tibirna
|
|
|
|
.include <bsd.port.mk>
|