Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 079331A9217 for ; Thu, 26 Nov 2020 16:35:20 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 4076984D99; Thu, 26 Nov 2020 16:35:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 77AA384D98 for ; Thu, 26 Nov 2020 16:35: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 fdYVlQB6mWTk for ; Thu, 26 Nov 2020 16:35:17 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id DB70184D23 for ; Thu, 26 Nov 2020 16:35:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CFDC1FA9D; Thu, 26 Nov 2020 16:35:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1606408517139900" MIME-Version: 1.0 Date: Thu, 26 Nov 2020 16:35:17 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/graphics/jhead To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20201126163517.CFDC1FA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1606408517139900 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Thu Nov 26 16:35:17 UTC 2020 Modified Files: pkgsrc/graphics/jhead: Makefile distinfo Added Files: pkgsrc/graphics/jhead/patches: patch-makefile Log Message: jhead: Update to 3.04 Nov 20 2019: Apply a whole bunch of patches from Debian. Spell check and fuzz test stuff from Debian, nothing useful to human users. -------Released version 3.04 -- Nov 22 2019 -------- To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 pkgsrc/graphics/jhead/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/graphics/jhead/distinfo cvs rdiff -u -r0 -r1.3 pkgsrc/graphics/jhead/patches/patch-makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1606408517139900 Content-Disposition: inline Content-Length: 2451 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/jhead/Makefile diff -u pkgsrc/graphics/jhead/Makefile:1.36 pkgsrc/graphics/jhead/Makefile:1.37 --- pkgsrc/graphics/jhead/Makefile:1.36 Sun Jan 26 17:31:21 2020 +++ pkgsrc/graphics/jhead/Makefile Thu Nov 26 16:35:17 2020 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.36 2020/01/26 17:31:21 rillig Exp $ +# $NetBSD: Makefile,v 1.37 2020/11/26 16:35:17 nia Exp $ -DISTNAME= jhead-3.03 +DISTNAME= jhead-3.04 CATEGORIES= graphics -MASTER_SITES= http://www.sentex.net/~mwandel/jhead/ +MASTER_SITES= https://www.sentex.net/~mwandel/jhead/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://www.sentex.net/~mwandel/jhead/ Index: pkgsrc/graphics/jhead/distinfo diff -u pkgsrc/graphics/jhead/distinfo:1.21 pkgsrc/graphics/jhead/distinfo:1.22 --- pkgsrc/graphics/jhead/distinfo:1.21 Wed Nov 6 18:54:08 2019 +++ pkgsrc/graphics/jhead/distinfo Thu Nov 26 16:35:17 2020 @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.21 2019/11/06 18:54:08 yhardy Exp $ +$NetBSD: distinfo,v 1.22 2020/11/26 16:35:17 nia Exp $ -SHA1 (jhead-3.03.tar.gz) = 62c29eccfd1f207d8ff6512b69f703a368dbd697 -RMD160 (jhead-3.03.tar.gz) = c47d3c006dd64f4c9d206fe639027082fb53e28a -SHA512 (jhead-3.03.tar.gz) = 3e1e5277ae3d22ed04a35cece42690e76f9f6196ab396cc7917ae27a1ebabae79ae359454d5a0597597b278c7e2e5e5766f5a5f6b57dc72a2aaf429e809dbb29 -Size (jhead-3.03.tar.gz) = 67762 bytes +SHA1 (jhead-3.04.tar.gz) = 914ee3944d582bf3b3df8b208fffba6b8b07d2f3 +RMD160 (jhead-3.04.tar.gz) = 3e5558e2ab6b9f5a7eb3c089928fce45b8d884b5 +SHA512 (jhead-3.04.tar.gz) = d783b02059ebcb01845d346e7c48bdc9d9f12fb7b0fd47bf8aff0a85a03f3523fbc536ddab0912f1c56ddb315b6cf31f16d4c7a4f81112d9a4c76a4a57ec1aed +Size (jhead-3.04.tar.gz) = 67754 bytes +SHA1 (patch-makefile) = 48407ae7fc9aa3c0594dec09dd9abc70dfb79efb Added files: Index: pkgsrc/graphics/jhead/patches/patch-makefile diff -u /dev/null pkgsrc/graphics/jhead/patches/patch-makefile:1.3 --- /dev/null Thu Nov 26 16:35:17 2020 +++ pkgsrc/graphics/jhead/patches/patch-makefile Thu Nov 26 16:35:17 2020 @@ -0,0 +1,16 @@ +$NetBSD: patch-makefile,v 1.3 2020/11/26 16:35:17 nia Exp $ + +Allow pkgsrc to set these flags. + +--- makefile.orig 2019-11-22 14:27:34.000000000 +0000 ++++ makefile +@@ -3,9 +3,6 @@ + #-------------------------------- + OBJ=. + SRC=. +-CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS) +-CFLAGS:=$(shell dpkg-buildflags --get CFLAGS) +-LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS) + + all: jhead + --_----------=_1606408517139900--