Received: by mail.netbsd.org (Postfix, from userid 605) id DD5A684D89; Sat, 7 Apr 2018 06:27:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CF25784D68 for ; Sat, 7 Apr 2018 06:27:14 +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 ugzxvyr47B3g for ; Sat, 7 Apr 2018 06:27:14 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2983084D40 for ; Sat, 7 Apr 2018 06:27:14 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 201DAFBEC; Sat, 7 Apr 2018 06:27:14 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_152308243476550" MIME-Version: 1.0 Date: Sat, 7 Apr 2018 06:27:14 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/graphics/jpeg To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20180407062714.201DAFBEC@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. --_----------=_152308243476550 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sat Apr 7 06:27:14 UTC 2018 Modified Files: pkgsrc/graphics/jpeg: Makefile distinfo Log Message: jpeg: distfile was rerolled upstram Only change: remove jpeg-9c/.directory Set DIST_SUBDIR and regen distinfo. Noted by uwe. To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 pkgsrc/graphics/jpeg/Makefile cvs rdiff -u -r1.22 -r1.23 pkgsrc/graphics/jpeg/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_152308243476550 Content-Disposition: inline Content-Length: 1896 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/jpeg/Makefile diff -u pkgsrc/graphics/jpeg/Makefile:1.53 pkgsrc/graphics/jpeg/Makefile:1.54 --- pkgsrc/graphics/jpeg/Makefile:1.53 Sun Jan 28 15:55:28 2018 +++ pkgsrc/graphics/jpeg/Makefile Sat Apr 7 06:27:13 2018 @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.53 2018/01/28 15:55:28 wiz Exp $ +# $NetBSD: Makefile,v 1.54 2018/04/07 06:27:13 wiz Exp $ DISTNAME= jpegsrc.v9c PKGNAME= ${DISTNAME:S/src.v/-/} CATEGORIES= graphics MASTER_SITES= http://www.ijg.org/files/ +DIST_SUBDIR= jpeg-9c-v2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.ijg.org/ Index: pkgsrc/graphics/jpeg/distinfo diff -u pkgsrc/graphics/jpeg/distinfo:1.22 pkgsrc/graphics/jpeg/distinfo:1.23 --- pkgsrc/graphics/jpeg/distinfo:1.22 Sun Jan 28 15:55:28 2018 +++ pkgsrc/graphics/jpeg/distinfo Sat Apr 7 06:27:13 2018 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.22 2018/01/28 15:55:28 wiz Exp $ +$NetBSD: distinfo,v 1.23 2018/04/07 06:27:13 wiz Exp $ -SHA1 (jpegsrc.v9c.tar.gz) = cd40526843a44c69bf88b6cc462a3e0359f69d27 -RMD160 (jpegsrc.v9c.tar.gz) = d097f5c4dbfe09d61b688fc1e20ea37e73e78a3f -SHA512 (jpegsrc.v9c.tar.gz) = c95aacb0f1972a2271953ee17b5c6a6c3662d5f4fbc4d1e9aef59dece42a169b0f34d3fa1d385b88580ad11cefd194250094ee72843f4e0028204df6741cb611 -Size (jpegsrc.v9c.tar.gz) = 1028200 bytes +SHA1 (jpeg-9c-v2/jpegsrc.v9c.tar.gz) = 2ce111c8c0ac828a44b13ad28c265e954a342d07 +RMD160 (jpeg-9c-v2/jpegsrc.v9c.tar.gz) = c181cc66d03d96ffcca85724938551bb089fd519 +SHA512 (jpeg-9c-v2/jpegsrc.v9c.tar.gz) = 2b581c60ae401a79bbbe748ff2deeda5acd50bfd2ea22e5926e36d34b9ebcffb6580b0ff48e972c1441583e30e21e1ea821ca0423f9c67ce08a31dffabdbe6b7 +Size (jpeg-9c-v2/jpegsrc.v9c.tar.gz) = 1028134 bytes SHA1 (patch-af) = 925604706574009aacd452dab2d736039b0654e9 SHA1 (patch-ag) = 46164c00386d1968356f1b61d144bc9168410654 SHA1 (patch-jmorecfg.h) = c00f81ba94e2ad6b55ca9892553eedbe4eca3ad1 --_----------=_152308243476550--