svn commit: r377853 - head/x11/kde4-baseapps

Raphael Kubo da Costa rakuco at FreeBSD.org
Sun Jan 25 01:32:36 UTC 2015


Author: rakuco
Date: Sun Jan 25 01:32:35 2015
New Revision: 377853
URL: https://svnweb.freebsd.org/changeset/ports/377853
QAT: https://qat.redports.org/buildarchive/r377853/

Log:
  Clean up dependencies.
  
  strigi and nepomuk (and consequently soprano) have not been needed for
  several releases.

Modified:
  head/x11/kde4-baseapps/Makefile

Modified: head/x11/kde4-baseapps/Makefile
==============================================================================
--- head/x11/kde4-baseapps/Makefile	Sun Jan 25 01:24:38 2015	(r377852)
+++ head/x11/kde4-baseapps/Makefile	Sun Jan 25 01:32:35 2015	(r377853)
@@ -2,6 +2,7 @@
 
 PORTNAME=	kde-baseapps
 PORTVERSION=	${KDE4_VERSION}
+PORTREVISION=	1
 CATEGORIES=	x11 kde
 MASTER_SITES=	KDE/${KDE4_BRANCH}/${PORTVERSION}/src
 DIST_SUBDIR=	KDE/${PORTVERSION}
@@ -13,8 +14,7 @@ LIB_DEPENDS=	libtidy.so:${PORTSDIR}/www/
 
 USE_GNOME=	glib20
 USE_KDE4=	kdelibs kdeprefix baloo baloo-widgets libkonq \
-		automoc4 soprano strigi nepomuk-core nepomuk-widgets \
-		kactivities
+		automoc4 kactivities
 USES=		cmake:outsource gettext tar:xz
 USE_QT4=	corelib dbus gui script xml \
 		moc_build qmake_build rcc_build uic_build


More information about the svn-ports-all mailing list