diff options
author | wiz <wiz@pkgsrc.org> | 2022-07-04 20:10:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-07-04 20:10:53 +0000 |
commit | 77895c47ce6adb54535e5d92449687f070433033 (patch) | |
tree | 6dd4f110439b0bffd356b63d83d4da85c53736ad | |
parent | b3682972e1e4c354bca2b5797362fa5c4a9cda35 (diff) | |
download | pkgsrc-77895c47ce6adb54535e5d92449687f070433033.tar.gz |
{x,}vile: fix build with perl 5.36 using patch from Thomas E. Dickey
Bump PKGREVISION
-rw-r--r-- | editors/vile/Makefile | 4 | ||||
-rw-r--r-- | editors/vile/distinfo | 3 | ||||
-rw-r--r-- | editors/xvile/Makefile | 4 |
3 files changed, 6 insertions, 5 deletions
diff --git a/editors/vile/Makefile b/editors/vile/Makefile index 7b80d3630f8..4cd4da2ad6d 100644 --- a/editors/vile/Makefile +++ b/editors/vile/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.77 2022/06/28 11:33:49 wiz Exp $ +# $NetBSD: Makefile,v 1.78 2022/07/04 20:10:53 wiz Exp $ DISTNAME= vile-9.8v -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= editors MASTER_SITES= ftp://ftp.invisible-island.net/pub/vile/current/ \ https://invisible-mirror.net/archives/vile/current/ diff --git a/editors/vile/distinfo b/editors/vile/distinfo index dd72bbe57e5..3717ff77e6c 100644 --- a/editors/vile/distinfo +++ b/editors/vile/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.20 2021/12/13 08:56:32 wiz Exp $ +$NetBSD: distinfo,v 1.21 2022/07/04 20:10:53 wiz Exp $ BLAKE2s (vile-9.8v.tgz) = 111282085e4670d2dbdef36cd9b4dee7c1a756b7862d1fa8965b62b67f8155b7 SHA512 (vile-9.8v.tgz) = b752f26148bd4411ab6b31697459a16d8168f79ffad6b3509d6cf5d40611176b833e56f4bac21fe18ecdd256be467ba96ea98149daceab671002df49508eb8d2 Size (vile-9.8v.tgz) = 2405398 bytes +SHA1 (patch-perl.xs) = 8f76ba54f4245be51cc336b7f9fb776aef597877 diff --git a/editors/xvile/Makefile b/editors/xvile/Makefile index 30e83383909..bd4542fdab5 100644 --- a/editors/xvile/Makefile +++ b/editors/xvile/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.80 2022/06/28 11:33:49 wiz Exp $ +# $NetBSD: Makefile,v 1.81 2022/07/04 20:10:53 wiz Exp $ DISTNAME= vile-9.8v PKGNAME= x${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= editors MASTER_SITES= ftp://ftp.invisible-island.net/vile/current/ \ https://invisible-mirror.net/archives/vile/current/ |