Tue Sep 5 16:33:23 2023 UTC ()
editors/featherpad: correct comment


(pin)
diff -r1.41 -r1.42 pkgsrc/editors/featherpad/Makefile

cvs diff -r1.41 -r1.42 pkgsrc/editors/featherpad/Makefile (expand / switch to unified diff)

--- pkgsrc/editors/featherpad/Makefile 2023/09/05 13:43:15 1.41
+++ pkgsrc/editors/featherpad/Makefile 2023/09/05 16:33:23 1.42
@@ -1,26 +1,26 @@ @@ -1,26 +1,26 @@
1# $NetBSD: Makefile,v 1.41 2023/09/05 13:43:15 pin Exp $ 1# $NetBSD: Makefile,v 1.42 2023/09/05 16:33:23 pin Exp $
2 2
3VERSION= 1.4.1 3VERSION= 1.4.1
4DISTNAME= FeatherPad-V${VERSION} 4DISTNAME= FeatherPad-V${VERSION}
5PKGNAME= featherpad-${VERSION} 5PKGNAME= featherpad-${VERSION}
6PKGREVISION= 1 6PKGREVISION= 1
7CATEGORIES= editors 7CATEGORIES= editors
8MASTER_SITES= ${MASTER_SITE_GITHUB:=tsujan/} 8MASTER_SITES= ${MASTER_SITE_GITHUB:=tsujan/}
9GITHUB_TAG= V${PKGVERSION_NOREV} 9GITHUB_TAG= V${PKGVERSION_NOREV}
10 10
11MAINTAINER= pin@NetBSD.org 11MAINTAINER= pin@NetBSD.org
12HOMEPAGE= https://github.com/tsujan/FeatherPad/ 12HOMEPAGE= https://github.com/tsujan/FeatherPad/
13COMMENT= Lightweight Qt5 plain-text editor 13COMMENT= Lightweight Qt5/Qt6 plain-text editor
14LICENSE= gnu-gpl-v3 14LICENSE= gnu-gpl-v3
15 15
16WRKSRC= ${WRKDIR}/FeatherPad-${VERSION} 16WRKSRC= ${WRKDIR}/FeatherPad-${VERSION}
17USE_TOOLS+= pkg-config 17USE_TOOLS+= pkg-config
18USE_LANGUAGES= c c++ 18USE_LANGUAGES= c c++
19 19
20.include "options.mk" 20.include "options.mk"
21 21
22.include "../../textproc/hunspell/buildlink3.mk" 22.include "../../textproc/hunspell/buildlink3.mk"
23.include "../../x11/libX11/buildlink3.mk" 23.include "../../x11/libX11/buildlink3.mk"
24.include "../../x11/libXext/buildlink3.mk" 24.include "../../x11/libXext/buildlink3.mk"
25.include "../../graphics/hicolor-icon-theme/buildlink3.mk" 25.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
26.include "../../devel/cmake/build.mk" 26.include "../../devel/cmake/build.mk"