Received: by mail.netbsd.org (Postfix, from userid 605) id 3C2C184DD3; Thu, 23 Jan 2020 16:09:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BA16084DBB for ; Thu, 23 Jan 2020 16:09:18 +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 uz0AbOxhE03h for ; Thu, 23 Jan 2020 16:09:18 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 21B7384D62 for ; Thu, 23 Jan 2020 16:09:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1BD9DFBF4; Thu, 23 Jan 2020 16:09:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1579795758202260" MIME-Version: 1.0 Date: Thu, 23 Jan 2020 16:09:18 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/graphics/freeimageplus To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20200123160918.1BD9DFBF4@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. --_----------=_1579795758202260 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Thu Jan 23 16:09:18 UTC 2020 Modified Files: pkgsrc/graphics/freeimageplus: Makefile Log Message: freeimageplus: Update to 3.18.0 Builds with freeimage-3.18.0. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/graphics/freeimageplus/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1579795758202260 Content-Disposition: inline Content-Length: 663 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/freeimageplus/Makefile diff -u pkgsrc/graphics/freeimageplus/Makefile:1.6 pkgsrc/graphics/freeimageplus/Makefile:1.7 --- pkgsrc/graphics/freeimageplus/Makefile:1.6 Sat Jan 18 23:32:11 2020 +++ pkgsrc/graphics/freeimageplus/Makefile Thu Jan 23 16:09:17 2020 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2020/01/18 23:32:11 rillig Exp $ +# $NetBSD: Makefile,v 1.7 2020/01/23 16:09:17 nia Exp $ -DISTNAME= FreeImage3170 -PKGNAME= freeimageplus-3.17.0 -PKGREVISION= 1 +DISTNAME= FreeImage3180 +PKGNAME= freeimageplus-3.18.0 CATEGORIES= devel graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=freeimage/} EXTRACT_SUFX= .zip --_----------=_1579795758202260--