pkgsrc-WIP-changes archive

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

adguardhome: some small pkglint fixes and typos



Module Name:	pkgsrc-wip
Committed By:	Benny Siegert <bsiegert%gmail.com@localhost>
Pushed By:	bsiegert
Date:		Sun Nov 28 17:29:13 2021 +0000
Changeset:	d04b22cc91dcd72940a52e15ef2dc68f1d4cd691

Modified Files:
	adguardhome/Makefile

Log Message:
adguardhome: some small pkglint fixes and typos

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d04b22cc91dcd72940a52e15ef2dc68f1d4cd691

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

diffstat:
 adguardhome/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diffs:
diff --git a/adguardhome/Makefile b/adguardhome/Makefile
index 061fedc39f..07e10e6436 100644
--- a/adguardhome/Makefile
+++ b/adguardhome/Makefile
@@ -19,7 +19,7 @@ LICENSE=	gnu-gpl-v3
 CHECK_RELRO_SKIP+=	sbin/adguardhome
 
 # This software requires some frontend assets which are generated by npm and
-# nodejs packages. To build those asses please uncomment below variables and
+# nodejs packages. To build those assets, please uncomment below variables and
 # run generate-frontend target. Next the resulting archive has to be uploaded
 # to distfile location on pkgsrc distfile server. This has to be done once per
 # package version by pkgsrc maintainer and only when those assets change. The
@@ -28,10 +28,10 @@ CHECK_RELRO_SKIP+=	sbin/adguardhome
 #TOOL_DEPENDS+=	npm>=6.14:../../lang/npm
 #TOOL_DEPENDS+=	nodejs>=10.16:../../lang/nodejs
 #TOOL_DEPENDS+=	yarn>=1.22.5:../../devel/yarn
-#USE_TOOLS+=	tar
+USE_TOOLS+=	tar
 
 GO_VERSION_DEFAULT=	116
-TOOL_DEPENDS+=	packr>=2.8.1:../../devel/packr
+TOOL_DEPENDS+=		packr>=2.8.1:../../devel/packr
 
 
 OWN_DIRS+=	libdata/adguardhome


Home | Main Index | Thread Index | Old Index