Date: Sun, 2 Sep 2018 10:15:13 +0000 (UTC) From: Adriaan de Groot <adridg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r478777 - head/net/libkgapi Message-ID: <201809021015.w82AFDbX095041@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adridg Date: Sun Sep 2 10:15:13 2018 New Revision: 478777 URL: https://svnweb.freebsd.org/changeset/ports/478777 Log: Files moved upstream from one tarball to another. This blocks portupgrade. Add a CONFLICTS to at least report this early in the build instead of at install time. While here, pet portlint. Reported by: se Modified: head/net/libkgapi/Makefile Modified: head/net/libkgapi/Makefile ============================================================================== --- head/net/libkgapi/Makefile Sun Sep 2 10:11:43 2018 (r478776) +++ head/net/libkgapi/Makefile Sun Sep 2 10:15:13 2018 (r478777) @@ -12,6 +12,9 @@ LICENSE= LGPL21 LIB_DEPENDS= libical.so:devel/libical \ libsasl2.so:security/cyrus-sasl2 +CONFLICTS_BUILD= kdepim-runtime-18.0[04]* \ + kdepim-runtime-17.* + USES= cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 tar:xz USE_KDE= auth bookmarks codecs completion config configwidgets \ coreaddons crash ecm emoticons guiaddons i18n iconthemes init \ @@ -25,6 +28,5 @@ USE_QT= core dbus gui location qml network printsuppo buildtools_build qmake_build USE_LDCONFIG= yes - .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809021015.w82AFDbX095041>