Received: by mail.netbsd.org (Postfix, from userid 605) id 19F9284D78; Wed, 15 Nov 2017 08:40:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9865A84D35 for ; Wed, 15 Nov 2017 08:40:35 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id EW84NHI1YE9p for ; Wed, 15 Nov 2017 08:40:35 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2511584CE1 for ; Wed, 15 Nov 2017 08:40:35 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2009DFBDE; Wed, 15 Nov 2017 08:40:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1510735235162210" MIME-Version: 1.0 Date: Wed, 15 Nov 2017 08:40:35 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/graphics/libimagequant To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20171115084035.2009DFBDE@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. --_----------=_1510735235162210 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Nov 15 08:40:35 UTC 2017 Modified Files: pkgsrc/graphics/libimagequant: Makefile distinfo Log Message: libimagequant: updated to 2.11.3 2.11.3 Bug fixes To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/graphics/libimagequant/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/graphics/libimagequant/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1510735235162210 Content-Disposition: inline Content-Length: 2278 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/libimagequant/Makefile diff -u pkgsrc/graphics/libimagequant/Makefile:1.8 pkgsrc/graphics/libimagequant/Makefile:1.9 --- pkgsrc/graphics/libimagequant/Makefile:1.8 Mon Nov 6 10:04:46 2017 +++ pkgsrc/graphics/libimagequant/Makefile Wed Nov 15 08:40:34 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2017/11/06 10:04:46 adam Exp $ +# $NetBSD: Makefile,v 1.9 2017/11/15 08:40:34 adam Exp $ -DISTNAME= libimagequant-2.11.2 +DISTNAME= libimagequant-2.11.3 CATEGORIES= graphics MASTER_SITES+= ${MASTER_SITE_GITHUB:=ImageOptim/} @@ -12,14 +12,14 @@ LICENSE= gnu-gpl-v3 GITHUB_TAG= ${PKGVERSION_NOREV} USE_LIBTOOL= yes -USE_TOOLS+= gmake +USE_TOOLS+= bash gmake HAS_CONFIGURE= yes CONFIGURE_ARGS+= --prefix="${PREFIX}" -CONFIGURE_ARGS+= --without-openmp BUILD_TARGET= shared +CONFIG_SHELL= ${BASH} INSTALLATION_DIRS= include lib -REPLACE_SH= configure +REPLACE_BASH= configure .include "../../mk/bsd.prefs.mk" Index: pkgsrc/graphics/libimagequant/distinfo diff -u pkgsrc/graphics/libimagequant/distinfo:1.9 pkgsrc/graphics/libimagequant/distinfo:1.10 --- pkgsrc/graphics/libimagequant/distinfo:1.9 Mon Nov 6 10:04:46 2017 +++ pkgsrc/graphics/libimagequant/distinfo Wed Nov 15 08:40:34 2017 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.9 2017/11/06 10:04:46 adam Exp $ +$NetBSD: distinfo,v 1.10 2017/11/15 08:40:34 adam Exp $ -SHA1 (libimagequant-2.11.2.tar.gz) = 52e4d5e9c74eb90adff99035c75f3eeae9e6a582 -RMD160 (libimagequant-2.11.2.tar.gz) = 64d4c6e2b7b86d62fd8c1e53186bcfd23b0e0fa4 -SHA512 (libimagequant-2.11.2.tar.gz) = 8a45b5376f49445a1a02382e0b5f7c7bb97ef9770a3ec1725a7533977ed1caa6cae73533966d298bc6cee54a709d201d7f41828c6080f28dff686798ef9191b2 -Size (libimagequant-2.11.2.tar.gz) = 73787 bytes +SHA1 (libimagequant-2.11.3.tar.gz) = 9e5968961ac4da26ba954ff7801a54ede87917cd +RMD160 (libimagequant-2.11.3.tar.gz) = 229b164288b1feb13d5190d45499df6714f04f2a +SHA512 (libimagequant-2.11.3.tar.gz) = f0b40f78aee69c2a5fe9462789ecbe27a4762423f2d9fb6316aa60bc4365ff679a4fa387a9cdbad805840f6e841a465cdf96bbcf6e3d80d762530862ef6931d8 +Size (libimagequant-2.11.3.tar.gz) = 74079 bytes SHA1 (patch-Makefile) = de68691e7c72ada2dd71624e1b11c47a91e8234a SHA1 (patch-configure) = 747b121b901dff19374999c543ea7cb361c25428 --_----------=_1510735235162210--