On 4/2/19 5:23 PM, Kent R. Spillner wrote:
Quilt 0.66 was just released last Friday, mostly bugfixes.

Ok?

Couple things:
1. Patch applied with fuzz so re-run `make update-patches'
2. When I ran `make update-plist' the PLIST got updated. It added a 7z wrapper. So looks like either archivers/p7zip has to be added to the deps or --without-7z in the configure args.

~Brian

Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/quilt/Makefile,v
retrieving revision 1.12
diff -u -p -p -u -r1.12 Makefile
--- Makefile    17 Nov 2017 15:20:00 -0000      1.12
+++ Makefile    31 Mar 2019 16:42:24 -0000
@@ -2,8 +2,7 @@
COMMENT= manage large numbers of patches -DISTNAME= quilt-0.65
-REVISION=              0
+DISTNAME=              quilt-0.66
  CATEGORIES=           devel
HOMEPAGE= http://savannah.nongnu.org/projects/quilt/
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/quilt/distinfo,v
retrieving revision 1.5
diff -u -p -p -u -r1.5 distinfo
--- distinfo    17 Nov 2017 14:59:18 -0000      1.5
+++ distinfo    31 Mar 2019 16:42:24 -0000
@@ -1,2 +1,2 @@
-SHA256 (quilt-0.65.tar.gz) = 9svHiOXLuzgaPG6rW5785nx3aoZip3lcdDL9J6oJaBk=
-SIZE (quilt-0.65.tar.gz) = 410780
+SHA256 (quilt-0.66.tar.gz) = MUsxmm/rE7+dD5/6fOZoOwaRnnNKQSdQh+pFfMncbgc=
+SIZE (quilt-0.66.tar.gz) = 413069
Index: patches/patch-test_failbackup_test
===================================================================
RCS file: patches/patch-test_failbackup_test
diff -N patches/patch-test_failbackup_test
--- patches/patch-test_failbackup_test  17 Nov 2017 14:59:18 -0000      1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,14 +0,0 @@
-$OpenBSD: patch-test_failbackup_test,v 1.1 2017/11/17 14:59:18 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 [`']?%{P}test.diff'? to [`']?%{P}test.diff~'?: 
Permission denied
-+      >~ mv: rename [`']?%{P}test.diff'? to [`']?%{P}test.diff~'?: Permission 
denied
-       $ echo %{?}
-       > 1
-


Reply via email to