From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 17/32] rust-unindent: Update to version 0.1.11 from 0.1.7 Date: Sat, 21 Dec 2024 13:55:24 +0100 Message-ID: <20241221125539.15309-17-adolf.belka@ipfire.org> In-Reply-To: <20241221125539.15309-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8685540216993447188==" List-Id: --===============8685540216993447188== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Adolf Belka --- config/rootfiles/common/rust-unindent | 19 ++++++++++--------- lfs/rust-unindent | 12 ++++-------- 2 files changed, 14 insertions(+), 17 deletions(-) diff --git a/config/rootfiles/common/rust-unindent b/config/rootfiles/common/= rust-unindent index ab9059062..bad90a316 100644 --- a/config/rootfiles/common/rust-unindent +++ b/config/rootfiles/common/rust-unindent @@ -1,9 +1,10 @@ -#usr/share/cargo/registry/unindent-0.1.7 -#usr/share/cargo/registry/unindent-0.1.7/.cargo-checksum.json -#usr/share/cargo/registry/unindent-0.1.7/Cargo.toml -#usr/share/cargo/registry/unindent-0.1.7/Cargo.toml.deps -#usr/share/cargo/registry/unindent-0.1.7/LICENSE-APACHE -#usr/share/cargo/registry/unindent-0.1.7/LICENSE-MIT -#usr/share/cargo/registry/unindent-0.1.7/README.md -#usr/share/cargo/registry/unindent-0.1.7/src -#usr/share/cargo/registry/unindent-0.1.7/src/lib.rs +#usr/share/cargo/registry/unindent-0.1.11 +#usr/share/cargo/registry/unindent-0.1.11/.cargo-checksum.json +#usr/share/cargo/registry/unindent-0.1.11/Cargo.toml +#usr/share/cargo/registry/unindent-0.1.11/Cargo.toml.deps +#usr/share/cargo/registry/unindent-0.1.11/LICENSE-APACHE +#usr/share/cargo/registry/unindent-0.1.11/LICENSE-MIT +#usr/share/cargo/registry/unindent-0.1.11/README.md +#usr/share/cargo/registry/unindent-0.1.11/src +#usr/share/cargo/registry/unindent-0.1.11/src/lib.rs +#usr/share/cargo/registry/unindent-0.1.11/src/unindent.rs diff --git a/lfs/rust-unindent b/lfs/rust-unindent index 501bc60d8..cd7a3f889 100644 --- a/lfs/rust-unindent +++ b/lfs/rust-unindent @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2018 IPFire Team = # +# Copyright (C) 2007-2024 IPFire Team = # # = # # This program is free software: you can redistribute it and/or modify = # # it under the terms of the GNU General Public License as published by = # @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 0.1.7 +VER =3D 0.1.11 =20 THISAPP =3D unindent-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D cbf76fd18e49332e61275ab204cef1fc4dee58091307f8cbe2107d= 3a8441551055541583f1d643d4d15f9cc17a8405f540f0c53548f5b2379dd70791a03640cb +$(DL_FILE)_BLAKE2 =3D d4d1dde410c4194acb51f74f374cf11fa872e49fad8f5f24b596d7= 2476403e5e312fedf7b0bcb1027384d53c8de565368d63c30eaf70a6e6cd958b82e5288ca3 =20 install : $(TARGET) =20 @@ -73,11 +73,7 @@ $(subst %,%_BLAKE2,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) - - cd $(DIR_APP) && if [ -f Cargo.toml.orig ]; then \ - rm -f Cargo.toml.orig; \ - fi; \ - + cd $(DIR_APP) && rm Cargo.toml.orig cd $(DIR_APP) && $(CARGO_PREPARE) cd $(DIR_APP) && $(CARGO_BUILD) cd $(DIR_APP) && $(CARGO_INSTALL) --=20 2.47.1 --===============8685540216993447188==--