pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/bk



Module Name:    pkgsrc
Committed By:   pin
Date:           Sat Mar 27 17:01:24 UTC 2021

Modified Files:
        pkgsrc/textproc/bk: Makefile

Log Message:
textproc/bk: add update warning

Newer versions require rust-1.51, I will update the package
when rust-1.51 is default.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/bk/Makefile

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

Modified files:

Index: pkgsrc/textproc/bk/Makefile
diff -u pkgsrc/textproc/bk/Makefile:1.2 pkgsrc/textproc/bk/Makefile:1.3
--- pkgsrc/textproc/bk/Makefile:1.2     Tue Jan  5 09:52:21 2021
+++ pkgsrc/textproc/bk/Makefile Sat Mar 27 17:01:23 2021
@@ -1,6 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2021/01/05 09:52:21 pin Exp $
+# $NetBSD: Makefile,v 1.3 2021/03/27 17:01:23 pin Exp $
 
 DISTNAME=      bk-0.5.2
+# WARNING: Do not update this package!
+# Newer versions require rust-1.51
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=aeosynth/}
 



Home | Main Index | Thread Index | Old Index