Thu Dec 22 09:35:46 2022 UTC ()
graphics/simp: fix typo


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

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

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