Date: Thu, 10 Jan 2019 14:08:13 +0000 (UTC) From: Gleb Popov <arrowd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r489863 - head/devel/kdevelop Message-ID: <201901101408.x0AE8Dv1024128@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: arrowd Date: Thu Jan 10 14:08:13 2019 New Revision: 489863 URL: https://svnweb.freebsd.org/changeset/ports/489863 Log: devel/kdevelop: Remove dependency on kdelibs4support, it is not needed anymore. Approved by: tcberner (mentor) Modified: head/devel/kdevelop/Makefile Modified: head/devel/kdevelop/Makefile ============================================================================== --- head/devel/kdevelop/Makefile Thu Jan 10 13:30:05 2019 (r489862) +++ head/devel/kdevelop/Makefile Thu Jan 10 14:08:13 2019 (r489863) @@ -2,7 +2,7 @@ PORTNAME= kdevelop DISTVERSION= 5.3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel kde MASTER_SITES= KDE/stable/kdevelop/${DISTVERSION}/src DIST_SUBDIR= KDE/kdevelop @@ -28,7 +28,7 @@ USES= cmake compiler:c++11-lib desktop-file-utils \ USE_KDE= archive attica auth bookmarks codecs completion config configwidgets \ coreaddons crash guiaddons emoticons i18n iconthemes init \ itemmodels itemviews jobwidgets kcmutils kdeclarative \ - kdelibs4support kio libksysguard newstuff notifications \ + kio libksysguard newstuff notifications \ notifyconfig package parts plasma-framework \ runner service solid sonnet texteditor textwidgets threadweaver \ widgetsaddons windowsystem xmlgui
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901101408.x0AE8Dv1024128>