Received: by mail.netbsd.org (Postfix, from userid 605) id 8D55D84D92; Thu, 27 Feb 2020 15:46:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 14E3684D8E for ; Thu, 27 Feb 2020 15:46:57 +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 sPr7ew0PeOkN for ; Thu, 27 Feb 2020 15:46:56 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8D54884D83 for ; Thu, 27 Feb 2020 15:46:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8648CFBF4; Thu, 27 Feb 2020 15:46:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_158281841676560" MIME-Version: 1.0 Date: Thu, 27 Feb 2020 15:46:56 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/graphics/camlimages To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20200227154656.8648CFBF4@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. --_----------=_158281841676560 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Thu Feb 27 15:46:56 UTC 2020 Modified Files: pkgsrc/graphics/camlimages: Makefile distinfo Log Message: (graphics/camlimages) Adjust size difference. Set DIST_SUBDIR To generate a diff of this commit: cvs rdiff -u -r1.121 -r1.122 pkgsrc/graphics/camlimages/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/graphics/camlimages/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_158281841676560 Content-Disposition: inline Content-Length: 2182 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/camlimages/Makefile diff -u pkgsrc/graphics/camlimages/Makefile:1.121 pkgsrc/graphics/camlimages/Makefile:1.122 --- pkgsrc/graphics/camlimages/Makefile:1.121 Sat Jan 18 21:49:34 2020 +++ pkgsrc/graphics/camlimages/Makefile Thu Feb 27 15:46:56 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.121 2020/01/18 21:49:34 jperkin Exp $ +# $NetBSD: Makefile,v 1.122 2020/02/27 15:46:56 mef Exp $ VERSION= 4.0.1 PKGNAME= camlimages-${VERSION} @@ -6,7 +6,7 @@ PKGREVISION= 82 CATEGORIES= graphics MASTER_SITES= https://bitbucket.org/camlspotter/camlimages/get/ DISTNAME= v${VERSION} -DIST_SUBDIR= ${PKGNAME_NOREV} +DIST_SUBDIR= ${PKGNAME_NOREV}a MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://gallium.inria.fr/camlimages/ Index: pkgsrc/graphics/camlimages/distinfo diff -u pkgsrc/graphics/camlimages/distinfo:1.15 pkgsrc/graphics/camlimages/distinfo:1.16 --- pkgsrc/graphics/camlimages/distinfo:1.15 Sun Sep 18 05:48:59 2016 +++ pkgsrc/graphics/camlimages/distinfo Thu Feb 27 15:46:56 2020 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.15 2016/09/18 05:48:59 dholland Exp $ +$NetBSD: distinfo,v 1.16 2020/02/27 15:46:56 mef Exp $ -SHA1 (camlimages-4.0.1/v4.0.1.tar.gz) = 4c1eee28f02749f53ed8345b448ce11375ce6dce -RMD160 (camlimages-4.0.1/v4.0.1.tar.gz) = 6ae0f4c2ad3f0a8d7f4d84109d413e0b4bc1a86b -SHA512 (camlimages-4.0.1/v4.0.1.tar.gz) = 49b1ff8c5e4955f104041b0043c1d610fb79ac3eacae13f50dd4f48105f55d8cb35b1a8ac60e19449a34ef1cd3a9c2ad38060443b91543d6b338b942109b5668 -Size (camlimages-4.0.1/v4.0.1.tar.gz) = 2190252 bytes +SHA1 (camlimages-4.0.1a/v4.0.1.tar.gz) = 3ff44142386970003d3cff1446ad351b36759a8e +RMD160 (camlimages-4.0.1a/v4.0.1.tar.gz) = dd3a1aeb43bc7459781958a93db23ce32d0ca6e6 +SHA512 (camlimages-4.0.1a/v4.0.1.tar.gz) = c4e2a816911ed128c0414308d1ace914bbb51e40b6d70a3c492690b38c860f79e3e01efa3f1be7d57654c78f8acca6f30bffb9e6b8fd423d1d36d6a477d0fd8d +Size (camlimages-4.0.1a/v4.0.1.tar.gz) = 2190274 bytes SHA1 (patch-OMakefile) = f650eca9bf8edbc64f9f5352718ee2046c368667 SHA1 (patch-src_gifread.c) = 63aac1a76e809676f0000f37af63c79c4edbe316 SHA1 (patch-src_gifwrite.c) = ab92107467b059d9541edacf60a5f73ed71fd687 --_----------=_158281841676560--