Wed Dec 21 22:18:39 2022 UTC ()
graphics/simp: add update warning


(pin)
diff -r1.3 -r1.4 pkgsrc/graphics/simp/Makefile

cvs diff -r1.3 -r1.4 pkgsrc/graphics/simp/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/simp/Makefile 2022/10/09 19:20:27 1.3
+++ pkgsrc/graphics/simp/Makefile 2022/12/21 22:18:39 1.4
@@ -1,15 +1,17 @@ @@ -1,15 +1,17 @@
1# $NetBSD: Makefile,v 1.3 2022/10/09 19:20:27 pin Exp $ 1# $NetBSD: Makefile,v 1.4 2022/12/21 22:18:39 pin Exp $
2 2
 3# Don't update, newer versions require Rust >= 1.65 to build.
 4# I have 3.3.1 locally, please ask if have Rust > 1.65.
3DISTNAME= simp-3.2.0 5DISTNAME= simp-3.2.0
4CATEGORIES= graphics 6CATEGORIES= graphics
5MASTER_SITES= ${MASTER_SITE_GITHUB:=Kl4rry/} 7MASTER_SITES= ${MASTER_SITE_GITHUB:=Kl4rry/}
6 8
7MAINTAINER= pin@NetBSD.org 9MAINTAINER= pin@NetBSD.org
8HOMEPAGE= https://github.com/Kl4rry/simp/ 10HOMEPAGE= https://github.com/Kl4rry/simp/
9COMMENT= Fast and simple GPU-accelerated image manipulation program 11COMMENT= Fast and simple GPU-accelerated image manipulation program
10LICENSE= apache-2.0 12LICENSE= apache-2.0
11 13
12# called during build (build.rs line 35) 14# called during build (build.rs line 35)
13TOOL_DEPENDS+= git-base-[0-9]*:../../devel/git-base 15TOOL_DEPENDS+= git-base-[0-9]*:../../devel/git-base
14 16
15.include "cargo-depends.mk" 17.include "cargo-depends.mk"