diff options
author | alonso <alonso@FreeBSD.org> | 2014-12-05 03:03:26 +0800 |
---|---|---|
committer | alonso <alonso@FreeBSD.org> | 2014-12-05 03:03:26 +0800 |
commit | 145679ce4c217b0127d50ca3c0f0350ea28bd674 (patch) | |
tree | 66a92f977bbed80716eb6d8ec4f7eb0fba8571fc /Mk | |
parent | ededac9cc1865639da563de7af381426791e62a2 (diff) | |
download | freebsd-ports-gnome-145679ce4c217b0127d50ca3c0f0350ea28bd674.tar.gz freebsd-ports-gnome-145679ce4c217b0127d50ca3c0f0350ea28bd674.tar.zst freebsd-ports-gnome-145679ce4c217b0127d50ca3c0f0350ea28bd674.zip |
Update kdevelop to version 4.7.0
Merge the area51's revisions 10454, 10455, 10485 (partially) and 10486:
Revision Log
Revision 10454: Fix options
Run-Time references on Okteta/Kasten used to be emited independend of
the OKTETA option switch, if Okteta/Kasten was installed on the system
at build time.
Honour the option and force CMake to ignore the presence of Okteta by
specifying KDE's macro_optional_find_package preemptive abort macro.
Revision 10455: Update kdevelop to version 4.7
Okteta OPTION tracking was fixed in the last commit. Further, preemt
the installation of okteta-specific NLS data if the OKTETA switch is
disabled, which causes remnants. Also, remove any @dirrm and @dirrmtry
plist statements.
Builds and works on 10.1.
Revision 10485 (partially): Remove kdehier references
PORTS Revision 371194 by makc removed kdehier references from two
ports.
Original commit message for revision 371194:
finance/skrooge and devel/kdevplatform:
- Chase devel/grantlee update
- remove deprecated USE_KDE4=kdehier
Merge that commit, and while doing so remove any remaining kdehier
reference on it within area51.
Revision 10486: Add newline-at-end-of-file
In addition to those, follow up the bapt@'s CHANGES entry of 2014-09-22
and remove @dirrm plist entries lines.
Approved by: makc (mentor), rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D1261
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.kde4.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.kde4.mk b/Mk/bsd.kde4.mk index de731efc3ce8..bf21373ca9b5 100644 --- a/Mk/bsd.kde4.mk +++ b/Mk/bsd.kde4.mk @@ -83,7 +83,7 @@ KTP_VERSION?= 0.6.1 KTP_BRANCH?= stable CALLIGRA_VERSION?= 2.7.5 CALLIGRA_BRANCH?= stable -KDEVELOP_VERSION?= 4.6.0 +KDEVELOP_VERSION?= 4.7.0 KDEVELOP_BRANCH?= stable KDE4_PREFIX?= ${LOCALBASE} |