freebsd-ports/textproc/kdiff3/Makefile
Tobias C. Berner 8c83ccf47d textproc/kdiff3: update to 1.8.5
Version 1.8.5 - 2020-01-10
===========================
BUG:417189 Fix url handling for drag and drop.
BUG:426823 Fix regression in handing paste from clipboard to blank diff window.
*Fix link detection via KIO
*Drop custom event filter in OpenDialog. We now use FileNameLineEdit instead as in the main window.
*Fix url/path handling bugs for remote files
*Don't ignore stat errors unless it tells us the file was not found.
2021-01-21 20:48:57 +00:00

25 lines
649 B
Makefile

# $FreeBSD$
PORTNAME= kdiff3
DISTVERSION= 1.8.5
CATEGORIES= textproc kde
MASTER_SITES= KDE/stable/${PORTNAME}
MAINTAINER= kde@FreeBSD.org
COMMENT= KDE graphical frontend for diff
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USES= cmake compiler:c++11-lang kde:5 qt:5 tar:xz
USE_KDE= auth bookmarks codecs completion config configwidgets \
coreaddons crash ecm i18n iconthemes jobwidgets kio \
parts service sonnet textwidgets widgetsaddons windowsystem \
xmlgui
USE_QT= concurrent core dbus gui network printsupport widgets xml \
buildtools_build qmake_build
OPTIONS_DEFINE= DOCS
DOCSDIR_REL= share/doc/HTML
.include <bsd.port.mk>