pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/leahneukirchen-redo



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Thu Jan  6 08:51:55 UTC 2022

Modified Files:
        pkgsrc/devel/leahneukirchen-redo: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/leahneukirchen-redo/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/leahneukirchen-redo/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/leahneukirchen-redo/Makefile
diff -u pkgsrc/devel/leahneukirchen-redo/Makefile:1.4 pkgsrc/devel/leahneukirchen-redo/Makefile:1.5
--- pkgsrc/devel/leahneukirchen-redo/Makefile:1.4       Sun Nov  1 13:30:13 2020
+++ pkgsrc/devel/leahneukirchen-redo/Makefile   Thu Jan  6 08:51:55 2022
@@ -1,6 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2020/11/01 13:30:13 schmonz Exp $
+# $NetBSD: Makefile,v 1.5 2022/01/06 08:51:55 schmonz Exp $
 
-DISTNAME=              leahneukirchen-redo-0.3
+DISTNAME=              leahneukirchen-redo-d2f9517377f5652b4217a6e119205450d44b1e30
+PKGNAME=               leahneukirchen-redo-0.3
+PKGREVISION=           1
 CATEGORIES=            devel
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=leahneukirchen/}
 GITHUB_PROJECT=                redo-c

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



Home | Main Index | Thread Index | Old Index