pkgsrc-WIP-changes archive

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

luakit: Simplify distfile handling and avoid DIST_SUBDIR



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sun May 26 14:01:18 2019 +0200
Changeset:	54243f72be77ecacd36b8135398f69364468d2bd

Modified Files:
	luakit/Makefile
	luakit/distinfo

Log Message:
luakit: Simplify distfile handling and avoid DIST_SUBDIR

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

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

diffstat:
 luakit/Makefile | 6 +-----
 luakit/distinfo | 8 ++++----
 2 files changed, 5 insertions(+), 9 deletions(-)

diffs:
diff --git a/luakit/Makefile b/luakit/Makefile
index 0f22a2111e..10c8411350 100644
--- a/luakit/Makefile
+++ b/luakit/Makefile
@@ -1,12 +1,8 @@
 # $NetBSD$
 
-PKGNAME=	luakit-${GITHUB_TAG}
-DISTNAME=	${GITHUB_TAG}
+DISTNAME=	luakit-2.1
 CATEGORIES=	www
 MASTER_SITES=	${MASTER_SITE_GITHUB:=luakit/}
-GITHUB_PROJECT=	luakit
-GITHUB_TAG=	2.1
-DIST_SUBDIR=	${PKGBASE}
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	http://luakit.org/
diff --git a/luakit/distinfo b/luakit/distinfo
index 1ac82a8e70..74fd1c5918 100644
--- a/luakit/distinfo
+++ b/luakit/distinfo
@@ -1,8 +1,8 @@
 $NetBSD$
 
-SHA1 (luakit/2.1.tar.gz) = fe0d7d52e76aae598639ff6f2b4834cdc5670740
-RMD160 (luakit/2.1.tar.gz) = a462c13895d62ad2f45c10805fdb39cf84307bdb
-SHA512 (luakit/2.1.tar.gz) = 1daee7fe4bf5fad0f2c70d714c316914c601467facafdb22e4f27c18a691e249cefd5680ede834bcc555041afdc5d7e70610e2cd5e33db1ad8d9f2fe0327ccac
-Size (luakit/2.1.tar.gz) = 485605 bytes
+SHA1 (luakit-2.1.tar.gz) = fe0d7d52e76aae598639ff6f2b4834cdc5670740
+RMD160 (luakit-2.1.tar.gz) = a462c13895d62ad2f45c10805fdb39cf84307bdb
+SHA512 (luakit-2.1.tar.gz) = 1daee7fe4bf5fad0f2c70d714c316914c601467facafdb22e4f27c18a691e249cefd5680ede834bcc555041afdc5d7e70610e2cd5e33db1ad8d9f2fe0327ccac
+Size (luakit-2.1.tar.gz) = 485605 bytes
 SHA1 (patch-lib_window.lua) = 7a2a41610b20cc18e8ff5a4bd7f0ed06994c2ce8
 SHA1 (patch-widgets_webview.c) = 82e16ceb4f698aaf79e27d49a882d65e68a7c4c4


Home | Main Index | Thread Index | Old Index