Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 May 2020 05:21:26 +0000 (UTC)
From:      Hiroki Tagato <tagattie@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r536070 - head/www/luakit-devel
Message-ID:  <202005210521.04L5LQK5089646@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tagattie
Date: Thu May 21 05:21:25 2020
New Revision: 536070
URL: https://svnweb.freebsd.org/changeset/ports/536070

Log:
  - Update to 2.1.36
  - Make portclippy happy
  
  PR:		246524
  Submitted by:	Marco Beishuizen <mbeis@xs4all.nl> (maintainer)
  Approved by:	mentors (implicit)

Modified:
  head/www/luakit-devel/Makefile
  head/www/luakit-devel/distinfo

Modified: head/www/luakit-devel/Makefile
==============================================================================
--- head/www/luakit-devel/Makefile	Thu May 21 05:03:09 2020	(r536069)
+++ head/www/luakit-devel/Makefile	Thu May 21 05:21:25 2020	(r536070)
@@ -1,8 +1,8 @@
 # $FreeBSD$
 
 PORTNAME=	luakit-devel
-DISTVERSION=	2.1-33
-DISTVERSIONSUFFIX=	-g0de4b1c
+DISTVERSION=	2.1-36
+DISTVERSIONSUFFIX=	-ga188409
 CATEGORIES=	www
 
 MAINTAINER=	mbeis@xs4all.nl
@@ -16,14 +16,13 @@ NOT_FOR_ARCHS_REASON_sparc64=	Does not install on spar
 
 BUILD_DEPENDS=	help2man:misc/help2man \
 		${LUA_MODLIBDIR}/lfs.so:devel/luafilesystem@${LUA_FLAVOR}
-RUN_DEPENDS=	${LUA_PKGNAMEPREFIX}luafilesystem>=0:devel/luafilesystem@${LUA_FLAVOR}
 LIB_DEPENDS=	libdbus-glib-1.so:devel/dbus-glib \
 		libsoup-2.4.so:devel/libsoup \
 		libfreetype.so:print/freetype2 \
 		libwebkit2gtk-4.0.so:www/webkit2-gtk3 \
 		libfontconfig.so:x11-fonts/fontconfig
+RUN_DEPENDS=	${LUA_PKGNAMEPREFIX}luafilesystem>=0:devel/luafilesystem@${LUA_FLAVOR}
 
-
 USES=		compiler:c++11-lang desktop-file-utils gettext-runtime gmake \
 		gnome lua:51 pkgconfig sqlite
 USE_GITHUB=	yes
@@ -31,14 +30,14 @@ GH_ACCOUNT=	luakit
 GH_PROJECT=	luakit
 USE_GNOME=	cairo gdkpixbuf2 glib20 gtk30
 
+CONFLICTS_INSTALL=	luakit
+
 OPTIONS_DEFINE=	DOCS LUAJIT
 LUAJIT_DESC=	Use the Just-In-Time compiler for lua
 LUAJIT_LIB_DEPENDS=	libluajit-5.1.so:lang/luajit
 LUAJIT_MAKE_ARGS=	USE_LUAJIT=1
 LUAJIT_MAKE_ARGS_OFF=	USE_LUAJIT=0
 
-CONFLICTS_INSTALL=	luakit
-
 post-extract:
 	@${REINPLACE_CMD} -e \
 		's|share/man|man| ; s|luakit/doc|doc/luakit| ; \
@@ -49,6 +48,7 @@ post-extract:
 		${WRKSRC}/build-utils/gentokens.lua
 
 post-install:
-	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/luakit
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/luakit \
+		${STAGEDIR}${PREFIX}/lib/luakit/luakit.so
 
 .include <bsd.port.mk>

Modified: head/www/luakit-devel/distinfo
==============================================================================
--- head/www/luakit-devel/distinfo	Thu May 21 05:03:09 2020	(r536069)
+++ head/www/luakit-devel/distinfo	Thu May 21 05:21:25 2020	(r536070)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1587038603
-SHA256 (luakit-luakit-2.1-33-g0de4b1c_GH0.tar.gz) = b221da13a003c775b81b6a5cfdc073c7b6c526bdb23e398322f9ee3e75f3a369
-SIZE (luakit-luakit-2.1-33-g0de4b1c_GH0.tar.gz) = 487143
+TIMESTAMP = 1589887283
+SHA256 (luakit-luakit-2.1-36-ga188409_GH0.tar.gz) = 0f30e90e79ea675361f7287ed93e1694f3f2f97b2b121fbe3be00b97400b0d6a
+SIZE (luakit-luakit-2.1-36-ga188409_GH0.tar.gz) = 487179



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005210521.04L5LQK5089646>