mirror of
https://git.freebsd.org/ports.git
synced 2025-06-10 23:30:29 -04:00
From [1]: We today provide a bugfix and localization update release with version 5.4.4. This release introduces no new features and as such is a safe and recommended update for everyone currently using a previous version of KDevelop 5.4. You can find the updated Linux AppImage as well as the source code archives on our download page. ChangeLog * kdevelop - Fix copyright date display in About KDevelop/KDevPlatform dialogs. (commit. fixes bug #413390) - FindClang.cmake: also search LLVM version 9. (commit) - Clang: Workaround for empty problem ranges at start of document. (commit) * kdev-python - No user-relevant changes. * kdev-php - No user-relevant changes. [1] https://www.kdevelop.org/news/kdevelop-544-released
29 lines
875 B
Makefile
29 lines
875 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kdev-python
|
|
DISTVERSION= 5.4.4
|
|
CATEGORIES= devel kde
|
|
MASTER_SITES= KDE/stable/kdevelop/${DISTVERSION}/src
|
|
DIST_SUBDIR= KDE/kdevelop
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Python support for KDevelop
|
|
|
|
BUILD_DEPENDS= kdev-pg-qt:devel/kdevelop-pg-qt
|
|
LIB_DEPENDS= libkdevcmakecommon.so:devel/kdevelop
|
|
|
|
USES= cmake compiler:c++11-lib kde:5 python:3.4+ qt:5 tar:xz
|
|
USE_KDE= attica auth codecs completion config configwidgets coreaddons \
|
|
ecm i18n itemmodels jobwidgets kio newstuff parts service \
|
|
sonnet texteditor textwidgets threadweaver widgetsaddons xmlgui
|
|
USE_QT= concurrent core dbus gui network widgets xml \
|
|
buildtools_build qmake_build
|
|
|
|
# Versioning values, to reduce plist churn (match with devel/kdevelop)
|
|
PLATFORM_VER= 32
|
|
PLIST_SUB+= PLATFORM_VER=${PLATFORM_VER}
|
|
|
|
# Does not build with jobs.
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
.include <bsd.port.mk>
|