On Thu Jun 08, 2017 at 01:09:30AM +0200, Marc Espie wrote:
> On Wed, Jun 07, 2017 at 11:44:22PM +0200, Rafael Sadowski wrote:
> > Hi All,
> >
> > first kde-applications bits for further work. No functional changes.
> >
> > OK? Comments?
> >
> > Rafael
>
> I fail to see the point of adding a large number of commented subdirs
> right now. I'd prefer the SUBDIRs part come in along with the applications
> as well.
Just like kf5 I prefer to have an overview. It's not always easy to
overview what is in kde-applications and what is only an KDE project.
For example, I work on a digikam (KDE5,qt5...anyway) update. Digikam
5.6.0 dependent on so many new kde-applications/KDE/kf5 packages. For
sort: It makes life easier for me. But this is not a good argument,
right? :D
I'll just start to push new 17.04.1 kde-applications, let's see how fast
they are in the tree.
OK for the diff below?
Rafael
Index: Makefile.inc
===================================================================
RCS file: /cvs/ports/x11/kde-applications/Makefile.inc,v
retrieving revision 1.5
diff -u -p -u -p -r1.5 Makefile.inc
--- Makefile.inc 28 Dec 2016 08:21:41 -0000 1.5
+++ Makefile.inc 8 Jun 2017 05:34:31 -0000
@@ -11,13 +11,13 @@ MAINTAINER ?= KDE porting team <openbsd
# LGPLv2.1+, GPLv2+
PERMIT_PACKAGE_CDROM ?= Yes
-MASTER_SITES ?=
${MASTER_SITE_KDE:=stable/applications/${VERSION}/src/}
-
KDE5 ?= No
.if ${KDE5:L} == "yes"
MODULES := devel/kf5 ${MODULES}
-VERSION ?= 16.04.0
+VERSION ?= 17.04.1
+MASTER_SITES ?=
${MASTER_SITE_KDE:=stable/applications/${VERSION}/src/}
.else
MODULES := x11/kde4 ${MODULES}
VERSION ?= 15.08.3
+MASTER_SITES ?=
${MASTER_SITE_KDE:=Attic/applications/${VERSION}/src/}
.endif
Index: gpgmepp/Makefile
===================================================================
RCS file: /cvs/ports/x11/kde-applications/gpgmepp/Makefile,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 Makefile
--- gpgmepp/Makefile 25 Dec 2016 14:34:40 -0000 1.3
+++ gpgmepp/Makefile 8 Jun 2017 05:34:31 -0000
@@ -1,6 +1,7 @@
# $OpenBSD: Makefile,v 1.3 2016/12/25 14:34:40 zhuk Exp $
COMMENT = C++ bindings/wrapper for gpgme
+VERSION= 16.04.0
DISTNAME = gpgmepp-${VERSION}
REVISION = 1
CATEGORIES = security