svn commit: r436982 - in head/x11/kde4-runtime: . files
Raphael Kubo da Costa
rakuco at FreeBSD.org
Sun Mar 26 19:52:55 UTC 2017
Author: rakuco
Date: Sun Mar 26 19:52:53 2017
New Revision: 436982
URL: https://svnweb.freebsd.org/changeset/ports/436982
Log:
Update x11/kde4-runtime to to 16.12.3.
This is the latest stable release, which incorporates a CVE patch we were
carrying. While here, add missing dependencies reported by Poudriere.
Reviewed by: tcberner
Deleted:
head/x11/kde4-runtime/files/patch-CVE-2013-7252
Modified:
head/x11/kde4-runtime/Makefile
head/x11/kde4-runtime/distinfo
Modified: head/x11/kde4-runtime/Makefile
==============================================================================
--- head/x11/kde4-runtime/Makefile Sun Mar 26 19:11:49 2017 (r436981)
+++ head/x11/kde4-runtime/Makefile Sun Mar 26 19:52:53 2017 (r436982)
@@ -1,9 +1,8 @@
# $FreeBSD$
PORTNAME= kde-runtime
-PORTVERSION= ${KDE4_VERSION}
-PORTREVISION= 7
-CATEGORIES= x11 kde kde-kde4
+PORTVERSION= ${KDE_APPLICATIONS_VERSION}
+CATEGORIES= x11 kde kde-applications
MAINTAINER= kde at FreeBSD.org
COMMENT= Runtime components for KDE Plasma Desktop
@@ -13,7 +12,12 @@ LIB_DEPENDS= libIlmImf.so:graphics/OpenE
libwebp.so:graphics/webp \
libslp.so:net/openslp \
libssh.so:security/libssh \
- libqzeitgeist.so:sysutils/qzeitgeist
+ libqzeitgeist.so:sysutils/qzeitgeist \
+ libImath-2_2.so:graphics/ilmbase \
+ libassuan.so:security/libassuan \
+ libgcrypt.so:security/libgcrypt \
+ libgpg-error.so:security/libgpg-error \
+ libgpgme.so:security/gpgme
# Explicitly depend on libssh to avoid interference with ssh.4 from
# compat7x.
BUILD_DEPENDS= ${LOCALBASE}/lib/libssh.so:security/libssh
@@ -22,11 +26,11 @@ RUN_DEPENDS= cagibid:net/cagibi
USES= cmake:outsource gettext gmake jpeg kde:4 samba:lib shared-mime-info \
shebangfix tar:xz
USE_KDE= kactivities kdelibs oxygen-icons4 \
- attica automoc4 pimlibs strigi nepomuk-core
+ attica automoc4 pimlibs soprano strigi nepomuk-core
USE_QT4= corelib dbus declarative designer_build gui phonon \
network qtestlib script svg webkit xml \
moc_build qmake_build rcc_build uic_build
-USE_XORG= x11 xcursor
+USE_XORG= ice sm x11 xau xcursor xext xft xdmcp xpm
USE_LDCONFIG= yes
MAKE_ENV= XDG_CONFIG_HOME=/dev/null
SHEBANG_FILES= khelpcenter/searchhandlers/*.pl \
Modified: head/x11/kde4-runtime/distinfo
==============================================================================
--- head/x11/kde4-runtime/distinfo Sun Mar 26 19:11:49 2017 (r436981)
+++ head/x11/kde4-runtime/distinfo Sun Mar 26 19:52:53 2017 (r436982)
@@ -1,2 +1,3 @@
-SHA256 (KDE/4.14.3/kde-runtime-4.14.3.tar.xz) = 78a74e519b4e897ffcee14be98eebd7b672ad2bb6e71a4aa2fe77682b5bc8605
-SIZE (KDE/4.14.3/kde-runtime-4.14.3.tar.xz) = 7867308
+TIMESTAMP = 1490531914
+SHA256 (KDE/applications/16.12.3/kde-runtime-16.12.3.tar.xz) = 7e6406b9d85594fdedb2bd424316159f5633fbe8b28970338e4d81418f4017eb
+SIZE (KDE/applications/16.12.3/kde-runtime-16.12.3.tar.xz) = 7902924
More information about the svn-ports-all
mailing list