pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/broot



Module Name:    pkgsrc
Committed By:   pin
Date:           Sat Feb 27 16:22:50 UTC 2021

Modified Files:
        pkgsrc/sysutils/broot: Makefile

Log Message:
sysutils/broot: add update warning

I'll update the package when we default to rust-1.50


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/sysutils/broot/Makefile

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

Modified files:

Index: pkgsrc/sysutils/broot/Makefile
diff -u pkgsrc/sysutils/broot/Makefile:1.13 pkgsrc/sysutils/broot/Makefile:1.14
--- pkgsrc/sysutils/broot/Makefile:1.13 Sun Feb 14 20:56:55 2021
+++ pkgsrc/sysutils/broot/Makefile      Sat Feb 27 16:22:50 2021
@@ -1,6 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2021/02/14 20:56:55 pin Exp $
+# $NetBSD: Makefile,v 1.14 2021/02/27 16:22:50 pin Exp $
 
 DISTNAME=      broot-1.2.4
+# WARNING: Do not update this package!
+# Newer versions require rust-1.50
 CATEGORIES=    sysutils
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=Canop/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}



Home | Main Index | Thread Index | Old Index