Mostly a bugfix release, also adding support for lzip and 7zip archives. No need to add lzip and 7zip to RUN_DEPENDS, they're optional, no need to add 7zip to BUILD_DEPENDS to set up a compat symlink, as the ports tree ships a single 7z implementation. From kspillner@ (maintainer) a few weeks ago with input from bcallah@ and me. Kent seems to be busy, committing this update now since it fixes at least one bug that affects me.
15 lines
511 B
Plaintext
15 lines
511 B
Plaintext
$OpenBSD: patch-test_failbackup_test,v 1.2 2019/05/27 10:59:32 jca Exp $
|
|
|
|
Index: test/failbackup.test
|
|
--- test/failbackup.test.orig
|
|
+++ test/failbackup.test
|
|
@@ -16,7 +16,7 @@ What happens when refresh fails because of a permissio
|
|
$ cat > test.txt
|
|
< This is updated test.txt.
|
|
$ quilt refresh --backup
|
|
- >~ mv: cannot move [`']?patches/test.diff'? to [`']?patches/test.diff~'?: Permission denied
|
|
+ >~ mv: rename [`']?patches/test.diff'? to [`']?patches/test.diff~'?: Permission denied
|
|
$ echo %{?}
|
|
> 1
|
|
|