From 5ac58edc57f032444d53c11d8381022f2e4c997b Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Wed, 21 Apr 2021 17:44:26 +0200 Subject: [PATCH] KDE Frameworks: remove stale DOCS option and CONFLICTS Some of the PIM-related frameworks still have CONFLICTS that are KDE4-era. Remove those. Also drop the DOCS option because these frameworks do not have documentation. --- net/kf5-kcalendarcore/Makefile | 6 +----- net/kf5-kcontacts/Makefile | 5 +---- net/kf5-kdav/Makefile | 3 +-- net/kf5-syndication/Makefile | 3 +-- 4 files changed, 4 insertions(+), 13 deletions(-) diff --git a/net/kf5-kcalendarcore/Makefile b/net/kf5-kcalendarcore/Makefile index 1611cda8b1c2f..0c7e1d94fdd80 100644 --- a/net/kf5-kcalendarcore/Makefile +++ b/net/kf5-kcalendarcore/Makefile @@ -1,6 +1,6 @@ PORTNAME= kcalendarcore DISTVERSION= ${KDE_FRAMEWORKS_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= net kde kde-frameworks @@ -19,8 +19,4 @@ USE_LDCONFIG= yes DESCR= ${.CURDIR:H:H}/deskutils/kdepim/pkg-descr -OPTIONS_DEFINE= DOCS - -CONFLICTS_INSTALL= kcalcore-1* - .include diff --git a/net/kf5-kcontacts/Makefile b/net/kf5-kcontacts/Makefile index 1d968e04f7761..0db72ea8fda67 100644 --- a/net/kf5-kcontacts/Makefile +++ b/net/kf5-kcontacts/Makefile @@ -1,5 +1,6 @@ PORTNAME= kcontacts DISTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= net kde kde-frameworks @@ -19,8 +20,4 @@ USE_LDCONFIG= yes DESCR= ${.CURDIR:H:H}/deskutils/kdepim/pkg-descr -OPTIONS_DEFINE= DOCS - -CONFLICTS_INSTALL= kcontacts-1* - .include diff --git a/net/kf5-kdav/Makefile b/net/kf5-kdav/Makefile index 12a9731eb9b3a..805f1896d9824 100644 --- a/net/kf5-kdav/Makefile +++ b/net/kf5-kdav/Makefile @@ -1,5 +1,6 @@ PORTNAME= kdav DISTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= net kde kde-frameworks @@ -14,6 +15,4 @@ USE_LDCONFIG= yes DESCR= ${.CURDIR:H:H}/deskutils/kdepim/pkg-descr -OPTIONS_DEFINE= DOCS - .include diff --git a/net/kf5-syndication/Makefile b/net/kf5-syndication/Makefile index 4d4ca3799181d..0a4f33983d027 100644 --- a/net/kf5-syndication/Makefile +++ b/net/kf5-syndication/Makefile @@ -1,5 +1,6 @@ PORTNAME= syndication DISTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= net kde kde-frameworks @@ -14,6 +15,4 @@ USE_QT= core gui xml \ buildtools_build qmake_build USE_LDCONFIG= yes -OPTIONS_DEFINE= DOCS - .include