diff options
author | pin <pin@pkgsrc.org> | 2021-03-27 17:01:23 +0000 |
---|---|---|
committer | pin <pin@pkgsrc.org> | 2021-03-27 17:01:23 +0000 |
commit | 04097d5d4070f97eea7f89133b83bf5ece4c90ec (patch) | |
tree | e6d5ae4f105e51653e943d4c2ff9a0ad644af134 /textproc | |
parent | fdb372be785992aaf8920491800bbf0767f918ea (diff) | |
download | pkgsrc-04097d5d4070f97eea7f89133b83bf5ece4c90ec.tar.gz |
textproc/bk: add update warning
Newer versions require rust-1.51, I will update the package
when rust-1.51 is default.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/bk/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/bk/Makefile b/textproc/bk/Makefile index fd12a301cfd..4e383c8a000 100644 --- a/textproc/bk/Makefile +++ b/textproc/bk/Makefile @@ -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/} |