Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=01IF7Glp; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=iE9nZG1j Received: by mail.netbsd.org (Postfix, from userid 605) id D9C2784E72; Tue, 14 May 2024 22:44:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715726698; bh=dxby8kAfiNMwG5DRPnTt6nYIPyJCwVxVYbW3yn7+tjM=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=01IF7GlpdiimtL6OkEhEu/z4CNWSj/1jIwrcDrAQ7+mKID0+VhBzwFCx+EBjSo5gw Z0EUu+rzZAnYHnFVAWAqZtoX+R7+F+qCsNTWvjWxgaJ5rFVXAVMVi0dI4HCQD7tU66 4twUoC/Nx8MRRWyOCgOsSRf+mp1pxhNV1nVwmykY= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C993684E67 for ; Tue, 14 May 2024 22:44:56 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id rnfQ5NA_lgz0 for ; Tue, 14 May 2024 22:44:56 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 3BA1E84CEB for ; Tue, 14 May 2024 22:44:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715726696; bh=dxby8kAfiNMwG5DRPnTt6nYIPyJCwVxVYbW3yn7+tjM=; h=Date:From:Subject:To:Reply-To; b=iE9nZG1jfe9KJT60oHEtCwJu3jCYViyhgKD8UFQFRNtOtdBY0CSZaD85ocKqdNG8S hbnSc/TbP34/b9lDH3KTjauxlkENe7BKqsb5h8BxDn+OtNV5/go90suyyZIEAm4diI bfGOwfTuVWssMFq9wKGPJsxwhd+uMkgs41OQV+Ns= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 27CEEFA2C; Tue, 14 May 2024 22:44:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1715726696241850" MIME-Version: 1.0 Date: Tue, 14 May 2024 22:44:56 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/www/gotosocial To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240514224456.27CEEFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1715726696241850 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue May 14 22:44:56 UTC 2024 Modified Files: pkgsrc/www/gotosocial: distinfo Added Files: pkgsrc/www/gotosocial/patches: patch-vendor_github.com_tdewolff_minify_v2_Makefile Log Message: gotosocial: fix unportable test(1) operator To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/www/gotosocial/distinfo cvs rdiff -u -r0 -r1.1 \ pkgsrc/www/gotosocial/patches/patch-vendor_github.com_tdewolff_minify_v2_Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1715726696241850 Content-Disposition: inline Content-Length: 1801 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/gotosocial/distinfo diff -u pkgsrc/www/gotosocial/distinfo:1.15 pkgsrc/www/gotosocial/distinfo:1.16 --- pkgsrc/www/gotosocial/distinfo:1.15 Fri Apr 12 15:10:20 2024 +++ pkgsrc/www/gotosocial/distinfo Tue May 14 22:44:55 2024 @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.15 2024/04/12 15:10:20 nikita Exp $ +$NetBSD: distinfo,v 1.16 2024/05/14 22:44:55 wiz Exp $ BLAKE2s (gotosocial-0.15.0-source-code.tar.gz) = b1741b7e62e38add85f5ccfa678038adee6507b959acbcede71871d3de0d0f9a SHA512 (gotosocial-0.15.0-source-code.tar.gz) = de1f17892b3eeb62751ab61a782f74728fc36d80eb9ec27bec7ebdd3317a586850dc78d0be9862d561e9da07b1228ca57223af0f5caaf6ad811e10e0677f3f6a Size (gotosocial-0.15.0-source-code.tar.gz) = 75292015 bytes +SHA1 (patch-vendor_github.com_tdewolff_minify_v2_Makefile) = 2658c6597d4037b2f1ce1e2cf927a288146b21a3 Added files: Index: pkgsrc/www/gotosocial/patches/patch-vendor_github.com_tdewolff_minify_v2_Makefile diff -u /dev/null pkgsrc/www/gotosocial/patches/patch-vendor_github.com_tdewolff_minify_v2_Makefile:1.1 --- /dev/null Tue May 14 22:44:56 2024 +++ pkgsrc/www/gotosocial/patches/patch-vendor_github.com_tdewolff_minify_v2_Makefile Tue May 14 22:44:55 2024 @@ -0,0 +1,15 @@ +$NetBSD: patch-vendor_github.com_tdewolff_minify_v2_Makefile,v 1.1 2024/05/14 22:44:55 wiz Exp $ + +Fix unportable test(1) operator. + +--- vendor/github.com/tdewolff/minify/v2/Makefile.orig 2024-05-14 22:43:01.734615011 +0000 ++++ vendor/github.com/tdewolff/minify/v2/Makefile +@@ -33,7 +33,7 @@ release: + \ + cp LICENSE dist/$$t/.; \ + cp cmd/minify/README.md dist/$$t/.; \ +- if [ "$$os" == "windows" ]; then \ ++ if [ "$$os" = "windows" ]; then \ + mv dist/$$t/${NAME} dist/$$t/${NAME}.exe; \ + zip -jq dist/${NAME}_$$t.zip dist/$$t/*; \ + cd dist; \ --_----------=_1715726696241850--