On Mon Apr 23, 2018 at 09:45:15PM +0200, Landry Breuil wrote: > On Sat, Apr 21, 2018 at 01:28:12PM +0200, Rafael Sadowski wrote: > > On Fri Apr 20, 2018 at 07:38:16AM +0200, Landry Breuil wrote: > > > On Thu, Apr 19, 2018 at 10:54:58PM +0200, Rafael Sadowski wrote: > > > > Part 3 of 4 to replace graphics/digikam-kde4 by graphics/digikam. > > > > > > > > $ x11/kde-applications/libkipi/pkg/DESCR > > > > > > > > Libkipi is an interface to use kipi-plugins from a KDE image management > > > > program like digiKam. > > > > > > > > Ok? Comments? > > > > > > Will conflict with at least x11/kde4/libkipi,-icons for the icons.. > > > > > > > Nice catch. Thanks! Ok with the following line in PLIST: > > > > @conflict kde4-libkipi-icons-* > > Does this rely on a local diff of yours i dont have ? > by default it looks for libkipi-17.04.1, not 17.12.3. Same for kcalcore. >
You need a VERSION update in Makefile.inc. It's not easy, so first there was this monster diff: https://marc.info/?l=openbsd-ports&m=152380474417134&w=2 Index: Makefile.inc =================================================================== RCS file: /cvs/ports/x11/kde-applications/Makefile.inc,v retrieving revision 1.6 diff -u -p -u -p -r1.6 Makefile.inc --- Makefile.inc 11 Jun 2017 17:47:45 -0000 1.6 +++ Makefile.inc 23 Apr 2018 19:48:16 -0000 @@ -14,7 +14,7 @@ PERMIT_PACKAGE_CDROM ?= Yes KDE5 ?= No .if ${KDE5:L} == "yes" MODULES := devel/kf5 ${MODULES} -VERSION ?= 17.04.1 +VERSION ?= 17.12.3 MASTER_SITES ?= ${MASTER_SITE_KDE:=stable/applications/${VERSION}/src/} .else MODULES := x11/kde4 ${MODULES}
