Re: UPDATE: devel/quilt 0.66

2019-05-10 Thread Jeremie Courreges-Anglas
On Thu, Apr 25 2019, Jeremie Courreges-Anglas  wrote:
> On Tue, Apr 23 2019, "Kent R. Spillner"  wrote:
>> On Mon, Apr 08, 2019 at 10:40:50AM +0200, Jeremie Courreges-Anglas wrote:
>>> On Wed, Apr 03 2019, "Kent R. Spillner"  wrote:
>>> > On Tue, Apr 02, 2019 at 09:46:31PM -0400, Brian Callahan wrote:
>>> >> 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.
>>> 
>>> I don't think we should add a RUN_DEPENDS on p7zip.
>>> 
>>> We *could* add a BUILD_DEPENDS to avoid the warning message and have the
>>> compat symlink shipped by the package.  But we have only one '7z'
>>> executable in base + ports so the compat symlink doesn't help much.
>>> 
>>> A RUN_DEPENDS on p7zip means 7MB of extra binaries for a rather limited
>>> use case IMO.  By following the same logic we would add archivers/bzip2,
>>> archivers/xz, archivers/lzip etc to RUN_DEPENDS.
>>
>> Good point, I'll just disable 7z support.  Ok?
>
> Thanks.  Technically this doesn't remove 7z support, it just removes the
> wrapper.
>
> I see that you're removing patches/patch-test_failbackup_test, but it
> would be trivial to update instead, diff below.
>
> ok jca@

Hi Kent, is there any problem preventing to update to be committed?
quilt-0.66 works fine for me.

> Index: patches/patch-test_failbackup_test
> ===
> RCS file: /cvs/ports/devel/quilt/patches/patch-test_failbackup_test,v
> retrieving revision 1.1
> diff -u -p -r1.1 patch-test_failbackup_test
> --- patches/patch-test_failbackup_test17 Nov 2017 14:59:18 -  
> 1.1
> +++ patches/patch-test_failbackup_test24 Apr 2019 18:44:41 -
> @@ -7,8 +7,8 @@ Index: test/failbackup.test
>   $ 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
> +->~ 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

-- 
jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF  DDCC 0DFA 74AE 1524 E7EE



Re: UPDATE: devel/quilt 0.66

2019-04-25 Thread Jeremie Courreges-Anglas
On Tue, Apr 23 2019, "Kent R. Spillner"  wrote:
> On Mon, Apr 08, 2019 at 10:40:50AM +0200, Jeremie Courreges-Anglas wrote:
>> On Wed, Apr 03 2019, "Kent R. Spillner"  wrote:
>> > On Tue, Apr 02, 2019 at 09:46:31PM -0400, Brian Callahan wrote:
>> >> 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.
>> 
>> I don't think we should add a RUN_DEPENDS on p7zip.
>> 
>> We *could* add a BUILD_DEPENDS to avoid the warning message and have the
>> compat symlink shipped by the package.  But we have only one '7z'
>> executable in base + ports so the compat symlink doesn't help much.
>> 
>> A RUN_DEPENDS on p7zip means 7MB of extra binaries for a rather limited
>> use case IMO.  By following the same logic we would add archivers/bzip2,
>> archivers/xz, archivers/lzip etc to RUN_DEPENDS.
>
> Good point, I'll just disable 7z support.  Ok?

Thanks.  Technically this doesn't remove 7z support, it just removes the
wrapper.

I see that you're removing patches/patch-test_failbackup_test, but it
would be trivial to update instead, diff below.

ok jca@


Index: patches/patch-test_failbackup_test
===
RCS file: /cvs/ports/devel/quilt/patches/patch-test_failbackup_test,v
retrieving revision 1.1
diff -u -p -r1.1 patch-test_failbackup_test
--- patches/patch-test_failbackup_test  17 Nov 2017 14:59:18 -  1.1
+++ patches/patch-test_failbackup_test  24 Apr 2019 18:44:41 -
@@ -7,8 +7,8 @@ Index: test/failbackup.test
$ 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
+-  >~ 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
  

-- 
jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF  DDCC 0DFA 74AE 1524 E7EE



Re: UPDATE: devel/quilt 0.66

2019-04-23 Thread Kent R. Spillner
On Mon, Apr 08, 2019 at 10:40:50AM +0200, Jeremie Courreges-Anglas wrote:
> On Wed, Apr 03 2019, "Kent R. Spillner"  wrote:
> > On Tue, Apr 02, 2019 at 09:46:31PM -0400, Brian Callahan wrote:
> >> 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.
> 
> I don't think we should add a RUN_DEPENDS on p7zip.
> 
> We *could* add a BUILD_DEPENDS to avoid the warning message and have the
> compat symlink shipped by the package.  But we have only one '7z'
> executable in base + ports so the compat symlink doesn't help much.
> 
> A RUN_DEPENDS on p7zip means 7MB of extra binaries for a rather limited
> use case IMO.  By following the same logic we would add archivers/bzip2,
> archivers/xz, archivers/lzip etc to RUN_DEPENDS.

Good point, I'll just disable 7z support.  Ok?

Index: Makefile
===
RCS file: /cvs/ports/devel/quilt/Makefile,v
retrieving revision 1.12
diff -u -p -p -u -r1.12 Makefile
--- Makefile17 Nov 2017 15:20:00 -  1.12
+++ Makefile23 Apr 2019 15:32:06 -
@@ -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/
@@ -39,6 +38,7 @@ CONFIGURE_ARGS=   --with-date=${LOCALBASE
--with-md5sum=${LOCALBASE}/bin/gmd5sum \
--with-patch=${LOCALBASE}/bin/gpatch \
--with-sed=${LOCALBASE}/bin/gsed \
+   --without-7z \
--without-patch-wrapper \
--without-rpmbuild
 
Index: distinfo
===
RCS file: /cvs/ports/devel/quilt/distinfo,v
retrieving revision 1.5
diff -u -p -p -u -r1.5 distinfo
--- distinfo17 Nov 2017 14:59:18 -  1.5
+++ distinfo23 Apr 2019 15:32:06 -
@@ -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_delete_test
===
RCS file: /cvs/ports/devel/quilt/patches/patch-test_delete_test,v
retrieving revision 1.4
diff -u -p -p -u -r1.4 patch-test_delete_test
--- patches/patch-test_delete_test  10 Feb 2015 16:02:05 -  1.4
+++ patches/patch-test_delete_test  23 Apr 2019 15:32:06 -
@@ -1,6 +1,7 @@
 $OpenBSD: patch-test_delete_test,v 1.4 2015/02/10 16:02:05 kspillner Exp $
 test/delete.test.orig  Fri Feb 28 07:15:45 2014
-+++ test/delete.test   Mon Feb  9 14:00:08 2015
+Index: test/delete.test
+--- test/delete.test.orig
 test/delete.test
 @@ -79,7 +79,7 @@ Test the delete command.
# running as root, but you shouldn't do that anyway.
$ quilt delete "test3"
@@ -8,5 +9,5 @@ $OpenBSD: patch-test_delete_test,v 1.4 2
 -  >~ .*find: [`']?\./dir'?: Permission denied
 +  >~ ${LOCALBASE}/bin/gfind: [`']?\./dir'?: Permission denied
  
-   $ chmod a+rx .pc/test3/dir
+   $ chmod a+rx %{QUILT_PC}/test3/dir
  
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 -  1.1
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -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
- 



Re: UPDATE: devel/quilt 0.66

2019-04-08 Thread Jeremie Courreges-Anglas
On Wed, Apr 03 2019, "Kent R. Spillner"  wrote:
> On Tue, Apr 02, 2019 at 09:46:31PM -0400, Brian Callahan wrote:
>> 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.

I don't think we should add a RUN_DEPENDS on p7zip.

We *could* add a BUILD_DEPENDS to avoid the warning message and have the
compat symlink shipped by the package.  But we have only one '7z'
executable in base + ports so the compat symlink doesn't help much.

A RUN_DEPENDS on p7zip means 7MB of extra binaries for a rather limited
use case IMO.  By following the same logic we would add archivers/bzip2,
archivers/xz, archivers/lzip etc to RUN_DEPENDS.

> Sorry about that!  Updated diff below.
>
> Ok?
>
> 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 -  1.12
> +++ Makefile  3 Apr 2019 15:37:57 -
> @@ -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/
> @@ -16,7 +15,8 @@ MASTER_SITES=   ${MASTER_SITE_SAVANNAH:=q
>  
>  USE_GMAKE=   Yes
>  
> -RUN_DEPENDS= devel/gpatch \
> +RUN_DEPENDS= archivers/p7zip \
> + devel/gpatch \
>   lang/gawk \
>   misc/findutils \
>   misc/gnugetopt \
> 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 -  1.5
> +++ distinfo  3 Apr 2019 15:37:57 -
> @@ -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_delete_test
> ===
> RCS file: /cvs/ports/devel/quilt/patches/patch-test_delete_test,v
> retrieving revision 1.4
> diff -u -p -p -u -r1.4 patch-test_delete_test
> --- patches/patch-test_delete_test10 Feb 2015 16:02:05 -  1.4
> +++ patches/patch-test_delete_test3 Apr 2019 15:37:57 -
> @@ -1,6 +1,7 @@
>  $OpenBSD: patch-test_delete_test,v 1.4 2015/02/10 16:02:05 kspillner Exp $
>  test/delete.test.origFri Feb 28 07:15:45 2014
> -+++ test/delete.test Mon Feb  9 14:00:08 2015
> +Index: test/delete.test
> +--- test/delete.test.orig
>  test/delete.test
>  @@ -79,7 +79,7 @@ Test the delete command.
>   # running as root, but you shouldn't do that anyway.
>   $ quilt delete "test3"
> @@ -8,5 +9,5 @@ $OpenBSD: patch-test_delete_test,v 1.4 2
>  ->~ .*find: [`']?\./dir'?: Permission denied
>  +>~ ${LOCALBASE}/bin/gfind: [`']?\./dir'?: Permission denied
>   
> - $ chmod a+rx .pc/test3/dir
> + $ chmod a+rx %{QUILT_PC}/test3/dir
>   
> Index: patches/patch-test_failbackup_test
> ===
> RCS file: patches/patch-test_failbackup_test
> diff -N patches/patch-test_failbackup_test
> --- patches/patch-test_failbackup_test17 Nov 2017 14:59:18 -  
> 1.1
> +++ /dev/null 1 Jan 1970 00:00:00 -
> @@ -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
> - 
> Index: pkg/PLIST
> ===
> RCS file: /cvs/ports/devel/quilt/pkg/PLIST,v
> retrieving revision 1.5
> diff -u -p -p -u -r1.5 PLIST
> --- pkg/PLIST 17 Nov 2017 15:09:05 -  1.5
> +++ pkg/PLIST 3 Apr 2019 15:37:57 -
> @@ -26,6 +26,7 @@ share/quilt/add
>  share/quilt/annotate
>  share/quilt/applied
>  share/quilt/compat/
> +share/quilt/compat/7z
>  share/quilt/compat/awk
>  share/quilt/compat/date
>  share/quilt/compat/diff
>

-- 
jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF  DDCC 0DFA 74AE 1524 E7EE



Re: UPDATE: devel/quilt 0.66

2019-04-03 Thread Kent R. Spillner
On Tue, Apr 02, 2019 at 09:46:31PM -0400, Brian Callahan wrote:
> 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.

Sorry about that!  Updated diff below.

Ok?

Index: Makefile
===
RCS file: /cvs/ports/devel/quilt/Makefile,v
retrieving revision 1.12
diff -u -p -p -u -r1.12 Makefile
--- Makefile17 Nov 2017 15:20:00 -  1.12
+++ Makefile3 Apr 2019 15:37:57 -
@@ -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/
@@ -16,7 +15,8 @@ MASTER_SITES= ${MASTER_SITE_SAVANNAH:=q
 
 USE_GMAKE= Yes
 
-RUN_DEPENDS=   devel/gpatch \
+RUN_DEPENDS=   archivers/p7zip \
+   devel/gpatch \
lang/gawk \
misc/findutils \
misc/gnugetopt \
Index: distinfo
===
RCS file: /cvs/ports/devel/quilt/distinfo,v
retrieving revision 1.5
diff -u -p -p -u -r1.5 distinfo
--- distinfo17 Nov 2017 14:59:18 -  1.5
+++ distinfo3 Apr 2019 15:37:57 -
@@ -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_delete_test
===
RCS file: /cvs/ports/devel/quilt/patches/patch-test_delete_test,v
retrieving revision 1.4
diff -u -p -p -u -r1.4 patch-test_delete_test
--- patches/patch-test_delete_test  10 Feb 2015 16:02:05 -  1.4
+++ patches/patch-test_delete_test  3 Apr 2019 15:37:57 -
@@ -1,6 +1,7 @@
 $OpenBSD: patch-test_delete_test,v 1.4 2015/02/10 16:02:05 kspillner Exp $
 test/delete.test.orig  Fri Feb 28 07:15:45 2014
-+++ test/delete.test   Mon Feb  9 14:00:08 2015
+Index: test/delete.test
+--- test/delete.test.orig
 test/delete.test
 @@ -79,7 +79,7 @@ Test the delete command.
# running as root, but you shouldn't do that anyway.
$ quilt delete "test3"
@@ -8,5 +9,5 @@ $OpenBSD: patch-test_delete_test,v 1.4 2
 -  >~ .*find: [`']?\./dir'?: Permission denied
 +  >~ ${LOCALBASE}/bin/gfind: [`']?\./dir'?: Permission denied
  
-   $ chmod a+rx .pc/test3/dir
+   $ chmod a+rx %{QUILT_PC}/test3/dir
  
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 -  1.1
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -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
- 
Index: pkg/PLIST
===
RCS file: /cvs/ports/devel/quilt/pkg/PLIST,v
retrieving revision 1.5
diff -u -p -p -u -r1.5 PLIST
--- pkg/PLIST   17 Nov 2017 15:09:05 -  1.5
+++ pkg/PLIST   3 Apr 2019 15:37:57 -
@@ -26,6 +26,7 @@ share/quilt/add
 share/quilt/annotate
 share/quilt/applied
 share/quilt/compat/
+share/quilt/compat/7z
 share/quilt/compat/awk
 share/quilt/compat/date
 share/quilt/compat/diff



Re: UPDATE: devel/quilt 0.66

2019-04-02 Thread Brian Callahan




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
--- Makefile17 Nov 2017 15:20:00 -  1.12
+++ Makefile31 Mar 2019 16:42:24 -
@@ -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
--- distinfo17 Nov 2017 14:59:18 -  1.5
+++ distinfo31 Mar 2019 16:42:24 -
@@ -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 -  1.1
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -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
-





UPDATE: devel/quilt 0.66

2019-04-02 Thread Kent R. Spillner
Quilt 0.66 was just released last Friday, mostly bugfixes.

Ok?

Index: Makefile
===
RCS file: /cvs/ports/devel/quilt/Makefile,v
retrieving revision 1.12
diff -u -p -p -u -r1.12 Makefile
--- Makefile17 Nov 2017 15:20:00 -  1.12
+++ Makefile31 Mar 2019 16:42:24 -
@@ -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
--- distinfo17 Nov 2017 14:59:18 -  1.5
+++ distinfo31 Mar 2019 16:42:24 -
@@ -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 -  1.1
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -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
-