Thu Jan 6 08:51:55 2022 UTC ()
Apply not-yet-released upstream changes. From the changelog:

- README.md: typo and URL correction
- Specify the starting point for find(1) (non-GNU versions do not allow
  omitting it)
- Fix some compiler warnings
- Take existence of a dofile into account when checking for sourcefile
- Add bootstrap.sh
- Change fflag testing from ! to < 0
- Call compute_uprel() before redo_ifchange()
- Use "all" as default target only when "redo" is called directly
- Change order of creating files on find_dofile in run_script()
- Remove unreachable code in run_script
- Incorporate sourcefile() call inside check_deps()
- Avoid duplicate flags initialization in main()

Bump PKGREVISION.


(schmonz)
diff -r1.4 -r1.5 pkgsrc/devel/leahneukirchen-redo/Makefile
diff -r1.6 -r1.7 pkgsrc/devel/leahneukirchen-redo/distinfo

cvs diff -r1.4 -r1.5 pkgsrc/devel/leahneukirchen-redo/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/leahneukirchen-redo/Makefile 2020/11/01 13:30:13 1.4
+++ pkgsrc/devel/leahneukirchen-redo/Makefile 2022/01/06 08:51:55 1.5
@@ -1,16 +1,18 @@ @@ -1,16 +1,18 @@
1# $NetBSD: Makefile,v 1.4 2020/11/01 13:30:13 schmonz Exp $ 1# $NetBSD: Makefile,v 1.5 2022/01/06 08:51:55 schmonz Exp $
2 2
3DISTNAME= leahneukirchen-redo-0.3 3DISTNAME= leahneukirchen-redo-d2f9517377f5652b4217a6e119205450d44b1e30
 4PKGNAME= leahneukirchen-redo-0.3
 5PKGREVISION= 1
4CATEGORIES= devel 6CATEGORIES= devel
5MASTER_SITES= ${MASTER_SITE_GITHUB:=leahneukirchen/} 7MASTER_SITES= ${MASTER_SITE_GITHUB:=leahneukirchen/}
6GITHUB_PROJECT= redo-c 8GITHUB_PROJECT= redo-c
7GITHUB_TAG= v${PKGVERSION_NOREV} 9GITHUB_TAG= v${PKGVERSION_NOREV}
8 10
9MAINTAINER= schmonz@NetBSD.org 11MAINTAINER= schmonz@NetBSD.org
10HOMEPAGE= https://github.com/leahneukirchen/redo-c/ 12HOMEPAGE= https://github.com/leahneukirchen/redo-c/
11COMMENT= Redo build system implemented in portable C 13COMMENT= Redo build system implemented in portable C
12LICENSE= public-domain 14LICENSE= public-domain
13 15
14WRKSRC= ${WRKDIR}/${GITHUB_PROJECT}-${PKGVERSION_NOREV} 16WRKSRC= ${WRKDIR}/${GITHUB_PROJECT}-${PKGVERSION_NOREV}
15 17
16INSTALLATION_DIRS= bin share/doc/${PKGBASE} 18INSTALLATION_DIRS= bin share/doc/${PKGBASE}

cvs diff -r1.6 -r1.7 pkgsrc/devel/leahneukirchen-redo/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/leahneukirchen-redo/distinfo 2021/10/26 10:15:13 1.6
+++ pkgsrc/devel/leahneukirchen-redo/distinfo 2022/01/06 08:51:55 1.7
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.6 2021/10/26 10:15:13 nia Exp $ 1$NetBSD: distinfo,v 1.7 2022/01/06 08:51:55 schmonz Exp $
2 2
3BLAKE2s (leahneukirchen-redo-0.3.tar.gz) = e27d1c25add74f8ac53ecac642a75b1a490fdc069008c299e1741729f7b562e9 3BLAKE2s (leahneukirchen-redo-d2f9517377f5652b4217a6e119205450d44b1e30.tar.gz) = e27d1c25add74f8ac53ecac642a75b1a490fdc069008c299e1741729f7b562e9
4SHA512 (leahneukirchen-redo-0.3.tar.gz) = 0b689206cc865456075649562cd9f4eefb187062747c36a4f119fa5dcba42593ab08148cdd8246c0e8f473ef33f36baba22871b4513f4078ad988e3c9045dd38 4SHA512 (leahneukirchen-redo-d2f9517377f5652b4217a6e119205450d44b1e30.tar.gz) = 0b689206cc865456075649562cd9f4eefb187062747c36a4f119fa5dcba42593ab08148cdd8246c0e8f473ef33f36baba22871b4513f4078ad988e3c9045dd38
5Size (leahneukirchen-redo-0.3.tar.gz) = 7831 bytes 5Size (leahneukirchen-redo-d2f9517377f5652b4217a6e119205450d44b1e30.tar.gz) = 7831 bytes
6SHA1 (patch-redo.c) = 19e57d151fe72907a894f27792ac504ffb5be8fc 6SHA1 (patch-redo.c) = 19e57d151fe72907a894f27792ac504ffb5be8fc