Received: by mail.netbsd.org (Postfix, from userid 605) id 4723284D56; Sat, 2 Sep 2017 22:02:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CEEFE84CE2 for ; Sat, 2 Sep 2017 22:02:26 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id ejWUUBO2aIdB for ; Sat, 2 Sep 2017 22:02:26 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1158B84CE0 for ; Sat, 2 Sep 2017 22:02:26 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0D019FA97; Sat, 2 Sep 2017 22:02:26 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1504389746215510" MIME-Version: 1.0 Date: Sat, 2 Sep 2017 22:02:26 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170902220226.0D019FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1504389746215510 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sat Sep 2 22:02:25 UTC 2017 Modified Files: pkgsrc/archivers/libzip: buildlink3.mk pkgsrc/databases/mysql-workbench: Makefile pkgsrc/devel/radare2: Makefile pkgsrc/emulators/ckmame: Makefile pkgsrc/graphics/pstoedit: Makefile pkgsrc/misc/kchmviewer: Makefile pkgsrc/print/okular: Makefile pkgsrc/security/libykneomgr: Makefile pkgsrc/sysutils/kfilemetadata: Makefile pkgsrc/sysutils/kfilemetadata5: Makefile pkgsrc/textproc/ebook-tools: Makefile buildlink3.mk pkgsrc/textproc/odt2tex: Makefile Log Message: Bump libzip ABI depends and PKGREVISIONs of its users for bzip2 dependency. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/archivers/libzip/buildlink3.mk cvs rdiff -u -r1.57 -r1.58 pkgsrc/databases/mysql-workbench/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/radare2/Makefile cvs rdiff -u -r1.35 -r1.36 pkgsrc/emulators/ckmame/Makefile cvs rdiff -u -r1.88 -r1.89 pkgsrc/graphics/pstoedit/Makefile cvs rdiff -u -r1.69 -r1.70 pkgsrc/misc/kchmviewer/Makefile cvs rdiff -u -r1.64 -r1.65 pkgsrc/print/okular/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/security/libykneomgr/Makefile cvs rdiff -u -r1.29 -r1.30 pkgsrc/sysutils/kfilemetadata/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/sysutils/kfilemetadata5/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/textproc/ebook-tools/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/ebook-tools/buildlink3.mk cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/odt2tex/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1504389746215510 Content-Disposition: inline Content-Length: 7723 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/archivers/libzip/buildlink3.mk diff -u pkgsrc/archivers/libzip/buildlink3.mk:1.14 pkgsrc/archivers/libzip/buildlink3.mk:1.15 --- pkgsrc/archivers/libzip/buildlink3.mk:1.14 Sat Sep 2 16:27:11 2017 +++ pkgsrc/archivers/libzip/buildlink3.mk Sat Sep 2 22:02:24 2017 @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.14 2017/09/02 16:27:11 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.15 2017/09/02 22:02:24 wiz Exp $ BUILDLINK_TREE+= libzip @@ -6,7 +6,7 @@ BUILDLINK_TREE+= libzip LIBZIP_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.libzip+= libzip>=0.7.1 -BUILDLINK_ABI_DEPENDS.libzip+= libzip>=1.2.0 +BUILDLINK_ABI_DEPENDS.libzip+= libzip>=1.3.0 BUILDLINK_PKGSRCDIR.libzip?= ../../archivers/libzip BUILDLINK_INCDIRS.libzip= include lib/libzip/include Index: pkgsrc/databases/mysql-workbench/Makefile diff -u pkgsrc/databases/mysql-workbench/Makefile:1.57 pkgsrc/databases/mysql-workbench/Makefile:1.58 --- pkgsrc/databases/mysql-workbench/Makefile:1.57 Wed May 3 08:38:39 2017 +++ pkgsrc/databases/mysql-workbench/Makefile Sat Sep 2 22:02:24 2017 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.57 2017/05/03 08:38:39 jperkin Exp $ +# $NetBSD: Makefile,v 1.58 2017/09/02 22:02:24 wiz Exp $ DISTNAME= mysql-workbench-gpl-5.2.33b-src PKGNAME= ${DISTNAME:S/-gpl//:S/b-src$//} -PKGREVISION= 49 +PKGREVISION= 50 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_MYSQL:=MySQLGUITools/} Index: pkgsrc/devel/radare2/Makefile diff -u pkgsrc/devel/radare2/Makefile:1.9 pkgsrc/devel/radare2/Makefile:1.10 --- pkgsrc/devel/radare2/Makefile:1.9 Thu Feb 23 07:44:09 2017 +++ pkgsrc/devel/radare2/Makefile Sat Sep 2 22:02:25 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2017/02/23 07:44:09 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2017/09/02 22:02:25 wiz Exp $ -PKGREVISION= 1 +PKGREVISION= 2 .include "Makefile.common" DISTNAME= radare2-${RADARE2_VERSION} Index: pkgsrc/emulators/ckmame/Makefile diff -u pkgsrc/emulators/ckmame/Makefile:1.35 pkgsrc/emulators/ckmame/Makefile:1.36 --- pkgsrc/emulators/ckmame/Makefile:1.35 Sat Apr 22 21:03:35 2017 +++ pkgsrc/emulators/ckmame/Makefile Sat Sep 2 22:02:25 2017 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.35 2017/04/22 21:03:35 adam Exp $ +# $NetBSD: Makefile,v 1.36 2017/09/02 22:02:25 wiz Exp $ DISTNAME= ckmame-0.12 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= emulators MASTER_SITES= http://www.nih.at/ckmame/ EXTRACT_SUFX= .tar.xz Index: pkgsrc/graphics/pstoedit/Makefile diff -u pkgsrc/graphics/pstoedit/Makefile:1.88 pkgsrc/graphics/pstoedit/Makefile:1.89 --- pkgsrc/graphics/pstoedit/Makefile:1.88 Tue Feb 28 15:20:06 2017 +++ pkgsrc/graphics/pstoedit/Makefile Sat Sep 2 22:02:25 2017 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.88 2017/02/28 15:20:06 ryoon Exp $ +# $NetBSD: Makefile,v 1.89 2017/09/02 22:02:25 wiz Exp $ DISTNAME= pstoedit-3.70 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= converters graphics print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pstoedit/} Index: pkgsrc/misc/kchmviewer/Makefile diff -u pkgsrc/misc/kchmviewer/Makefile:1.69 pkgsrc/misc/kchmviewer/Makefile:1.70 --- pkgsrc/misc/kchmviewer/Makefile:1.69 Thu Aug 24 20:03:30 2017 +++ pkgsrc/misc/kchmviewer/Makefile Sat Sep 2 22:02:25 2017 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.69 2017/08/24 20:03:30 adam Exp $ +# $NetBSD: Makefile,v 1.70 2017/09/02 22:02:25 wiz Exp $ DISTNAME= kchmviewer-7.2.1 -PKGREVISION= 23 +PKGREVISION= 24 CATEGORIES= misc x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kchmviewer/} Index: pkgsrc/print/okular/Makefile diff -u pkgsrc/print/okular/Makefile:1.64 pkgsrc/print/okular/Makefile:1.65 --- pkgsrc/print/okular/Makefile:1.64 Thu Aug 24 20:03:37 2017 +++ pkgsrc/print/okular/Makefile Sat Sep 2 22:02:25 2017 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.64 2017/08/24 20:03:37 adam Exp $ +# $NetBSD: Makefile,v 1.65 2017/09/02 22:02:25 wiz Exp $ DISTNAME= okular-16.08.0 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= print COMMENT= KDE universal document viewer MASTER_SITES= ${MASTER_SITE_KDE:=applications/16.08.0/src/} Index: pkgsrc/security/libykneomgr/Makefile diff -u pkgsrc/security/libykneomgr/Makefile:1.5 pkgsrc/security/libykneomgr/Makefile:1.6 --- pkgsrc/security/libykneomgr/Makefile:1.5 Thu Feb 23 07:44:10 2017 +++ pkgsrc/security/libykneomgr/Makefile Sat Sep 2 22:02:25 2017 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2017/02/23 07:44:10 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2017/09/02 22:02:25 wiz Exp $ DISTNAME= libykneomgr-0.1.6 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= security MASTER_SITES= https://developers.yubico.com/libykneomgr/Releases/ Index: pkgsrc/sysutils/kfilemetadata/Makefile diff -u pkgsrc/sysutils/kfilemetadata/Makefile:1.29 pkgsrc/sysutils/kfilemetadata/Makefile:1.30 --- pkgsrc/sysutils/kfilemetadata/Makefile:1.29 Thu Aug 24 20:03:39 2017 +++ pkgsrc/sysutils/kfilemetadata/Makefile Sat Sep 2 22:02:25 2017 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.29 2017/08/24 20:03:39 adam Exp $ +# $NetBSD: Makefile,v 1.30 2017/09/02 22:02:25 wiz Exp $ DISTNAME= kfilemetadata-${_KDE_VERSION} -PKGREVISION= 28 +PKGREVISION= 29 CATEGORIES= sysutils COMMENT= Library for extracting file metadata LICENSE= gnu-gpl-v3 Index: pkgsrc/sysutils/kfilemetadata5/Makefile diff -u pkgsrc/sysutils/kfilemetadata5/Makefile:1.14 pkgsrc/sysutils/kfilemetadata5/Makefile:1.15 --- pkgsrc/sysutils/kfilemetadata5/Makefile:1.14 Tue Aug 15 11:46:51 2017 +++ pkgsrc/sysutils/kfilemetadata5/Makefile Sat Sep 2 22:02:25 2017 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2017/08/15 11:46:51 nros Exp $ +# $NetBSD: Makefile,v 1.15 2017/09/02 22:02:25 wiz Exp $ DISTNAME= kfilemetadata-${KF5VER} PKGNAME= ${DISTNAME:S/-/5-/} -PKGREVISION= 10 +PKGREVISION= 11 CATEGORIES= sysutils HOMEPAGE= https://community.kde.org/Frameworks Index: pkgsrc/textproc/ebook-tools/Makefile diff -u pkgsrc/textproc/ebook-tools/Makefile:1.10 pkgsrc/textproc/ebook-tools/Makefile:1.11 --- pkgsrc/textproc/ebook-tools/Makefile:1.10 Thu Feb 23 07:44:09 2017 +++ pkgsrc/textproc/ebook-tools/Makefile Sat Sep 2 22:02:25 2017 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2017/02/23 07:44:09 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2017/09/02 22:02:25 wiz Exp $ # also update lit2epub if you update this package. DISTNAME= ebook-tools-0.2.2 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ebook-tools/} Index: pkgsrc/textproc/ebook-tools/buildlink3.mk diff -u pkgsrc/textproc/ebook-tools/buildlink3.mk:1.7 pkgsrc/textproc/ebook-tools/buildlink3.mk:1.8 --- pkgsrc/textproc/ebook-tools/buildlink3.mk:1.7 Thu Feb 23 07:44:09 2017 +++ pkgsrc/textproc/ebook-tools/buildlink3.mk Sat Sep 2 22:02:25 2017 @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.7 2017/02/23 07:44:09 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.8 2017/09/02 22:02:25 wiz Exp $ BUILDLINK_TREE+= ebook-tools @@ -6,7 +6,7 @@ BUILDLINK_TREE+= ebook-tools EBOOK_TOOLS_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ebook-tools+= ebook-tools>=0.1.1 -BUILDLINK_ABI_DEPENDS.ebook-tools+= ebook-tools>=0.2.2nb1 +BUILDLINK_ABI_DEPENDS.ebook-tools+= ebook-tools>=0.2.2nb2 BUILDLINK_PKGSRCDIR.ebook-tools?= ../../textproc/ebook-tools .include "../../archivers/libzip/buildlink3.mk" Index: pkgsrc/textproc/odt2tex/Makefile diff -u pkgsrc/textproc/odt2tex/Makefile:1.4 pkgsrc/textproc/odt2tex/Makefile:1.5 --- pkgsrc/textproc/odt2tex/Makefile:1.4 Thu Feb 23 07:44:10 2017 +++ pkgsrc/textproc/odt2tex/Makefile Sat Sep 2 22:02:25 2017 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2017/02/23 07:44:10 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2017/09/02 22:02:25 wiz Exp $ DISTNAME= odt2tex-0.0.13 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=simonaw/} --_----------=_1504389746215510--