svn commit: r478777 - head/net/libkgapi

Adriaan de Groot adridg at FreeBSD.org
Sun Sep 2 10:15:14 UTC 2018


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>


More information about the svn-ports-head mailing list