pkgsrc-WIP-changes archive

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

luakit{,-git}: Update master site and home page



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Tue Dec 12 20:57:04 2017 +0200
Changeset:	87cadedad16adf385cc1eb4b8ac571e1b0b71da2

Modified Files:
	luakit-git/Makefile
	luakit/Makefile

Log Message:
luakit{,-git}: Update master site and home page

Development continues under the Luakit Project on github.

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

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

diffstat:
 luakit-git/Makefile | 6 +++---
 luakit/Makefile     | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs:
diff --git a/luakit-git/Makefile b/luakit-git/Makefile
index b8320405e7..3c78ae9c41 100644
--- a/luakit-git/Makefile
+++ b/luakit-git/Makefile
@@ -2,10 +2,10 @@
 
 PKGNAME=	luakit-0.0
 CATEGORIES=	www
-MASTER_SITES=	${MASTER_SITE_GITHUB:=aidanholm/}
+MASTER_SITES=	${MASTER_SITE_GITHUB:=luakit/}
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://aidanholm.github.io/luakit/
+HOMEPAGE=	http://luakit.org/
 COMMENT=	Webkit based browser framework extensible by Lua
 LICENSE=	gnu-gpl-v3
 
@@ -13,7 +13,7 @@ USE_TOOLS+=	gmake
 
 GIT_REPOSITORIES=	luakit
 GIT_BRANCH.luakit=	develop
-GIT_REPO.luakit=	git://github.com/aidanholm/luakit
+GIT_REPO.luakit=	git://github.com/luakit/luakit
 WRKSRC=			${WRKDIR}/luakit
 
 LUAKIT_MAKE_FLAGS+=	DEVELOPMENT_PATHS=0
diff --git a/luakit/Makefile b/luakit/Makefile
index d4558ae370..b51b8e0632 100644
--- a/luakit/Makefile
+++ b/luakit/Makefile
@@ -5,7 +5,7 @@ CATEGORIES=	www
 MASTER_SITES=	${MASTER_SITE_GITHUB:=luakit/}
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://luakit.github.io/
+HOMEPAGE=	http://luakit.org/
 COMMENT=	Webkit based browser framework extensible by Lua
 LICENSE=	gnu-gpl-v3
 


Home | Main Index | Thread Index | Old Index