pkgsrc-WIP-changes archive

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

lua-htmlparser: set GITHUB_PROJECT



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Sun Mar 19 15:46:14 2023 +0200
Changeset:	f4e9d22daf21e3abd0e474086d43e044a0141a89

Modified Files:
	lua-htmlparser/Makefile

Log Message:
lua-htmlparser: set GITHUB_PROJECT

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

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

diffstat:
 lua-htmlparser/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diffs:
diff --git a/lua-htmlparser/Makefile b/lua-htmlparser/Makefile
index 5735e2c26a..b2cab206da 100644
--- a/lua-htmlparser/Makefile
+++ b/lua-htmlparser/Makefile
@@ -1,10 +1,11 @@
 # $NetBSD$
 
-GITHUB_TAG=	v${PKGVERSION_NOREV}
 DISTNAME=	lua-htmlparser-0.3.9
 PKGNAME=	${LUA_PKGPREFIX}-${DISTNAME:S/lua-//}
 CATEGORIES=	textproc devel
 MASTER_SITES=	${MASTER_SITE_GITHUB:=msva/}
+GITHUB_PROJECT=	lua-htmlparser
+GITHUB_TAG=	v${PKGVERSION_NOREV}
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	https://msva.github.io/lua-htmlparser/


Home | Main Index | Thread Index | Old Index