From owner-svn-ports-all@freebsd.org  Sat Nov  7 09:26:05 2020
Return-Path: <owner-svn-ports-all@freebsd.org>
Delivered-To: svn-ports-all@mailman.nyi.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1])
 by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7FD922E9940;
 Sat,  7 Nov 2020 09:26:05 +0000 (UTC)
 (envelope-from tcberner@FreeBSD.org)
Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org
 [IPv6:2610:1c1:1:606c::19:3])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256
 client-signature RSA-PSS (4096 bits) client-digest SHA256)
 (Client CN "mxrelay.nyi.freebsd.org",
 Issuer "Let's Encrypt Authority X3" (verified OK))
 by mx1.freebsd.org (Postfix) with ESMTPS id 4CSsM12xzQz4Yx3;
 Sat,  7 Nov 2020 09:26:05 +0000 (UTC)
 (envelope-from tcberner@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 57CC440DB;
 Sat,  7 Nov 2020 09:26:05 +0000 (UTC)
 (envelope-from tcberner@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0A79Q53U016368;
 Sat, 7 Nov 2020 09:26:05 GMT (envelope-from tcberner@FreeBSD.org)
Received: (from tcberner@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0A79Q4Gw016365;
 Sat, 7 Nov 2020 09:26:04 GMT (envelope-from tcberner@FreeBSD.org)
Message-Id: <202011070926.0A79Q4Gw016365@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: tcberner set sender to
 tcberner@FreeBSD.org using -f
From: "Tobias C. Berner" <tcberner@FreeBSD.org>
Date: Sat, 7 Nov 2020 09:26:04 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r554366 - head/games/lightsoff
X-SVN-Group: ports-head
X-SVN-Commit-Author: tcberner
X-SVN-Commit-Paths: head/games/lightsoff
X-SVN-Commit-Revision: 554366
X-SVN-Commit-Repository: ports
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-all@freebsd.org
X-Mailman-Version: 2.1.34
Precedence: list
List-Id: SVN commit messages for the ports tree <svn-ports-all.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-ports-all>,
 <mailto:svn-ports-all-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-all/>
List-Post: <mailto:svn-ports-all@freebsd.org>
List-Help: <mailto:svn-ports-all-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-ports-all>,
 <mailto:svn-ports-all-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 07 Nov 2020 09:26:05 -0000

Author: tcberner
Date: Sat Nov  7 09:26:04 2020
New Revision: 554366
URL: https://svnweb.freebsd.org/changeset/ports/554366

Log:
  games/lightsoff: Update to 3.38.0
  
  PR:		250659
  Submitted by:	Neel Chauhan <neel@neelc.org>

Modified:
  head/games/lightsoff/Makefile
  head/games/lightsoff/distinfo
  head/games/lightsoff/pkg-plist

Modified: head/games/lightsoff/Makefile
==============================================================================
--- head/games/lightsoff/Makefile	Sat Nov  7 09:14:31 2020	(r554365)
+++ head/games/lightsoff/Makefile	Sat Nov  7 09:26:04 2020	(r554366)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	lightsoff
-PORTVERSION=	3.28.0
+PORTVERSION=	3.38.0
 CATEGORIES=	games gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome
@@ -22,14 +22,13 @@ LIB_DEPENDS=	libclutter-gtk-1.0.so:graphics/clutter-gt
 
 PORTSCOUT=	limitw:1,even
 
-USES=		gettext gl gmake gnome localbase pathfix pkgconfig \
-		sqlite tar:xz xorg
+USES=		gettext gl gmake gnome localbase meson \
+		pathfix pkgconfig sqlite tar:xz xorg
 USE_GNOME=	cairo gtk30 intlhack librsvg2 libxml2:build
 INSTALLS_ICONS=	yes
 USE_XORG=	x11 xcomposite xdamage xext xfixes xi xrandr
 USE_GL=		egl gl
-GNU_CONFIGURE=	yes
 
-GLIB_SCHEMAS=	org.gnome.lightsoff.gschema.xml
+GLIB_SCHEMAS=	org.gnome.LightsOff.gschema.xml
 
 .include <bsd.port.mk>

Modified: head/games/lightsoff/distinfo
==============================================================================
--- head/games/lightsoff/distinfo	Sat Nov  7 09:14:31 2020	(r554365)
+++ head/games/lightsoff/distinfo	Sat Nov  7 09:26:04 2020	(r554366)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1526108098
-SHA256 (gnome/lightsoff-3.28.0.tar.xz) = 6f9caccc7b3dad27bf21c6218329db02f86d96922e7b96cea50f5e65fe4c9067
-SIZE (gnome/lightsoff-3.28.0.tar.xz) = 863120
+TIMESTAMP = 1603754234
+SHA256 (gnome/lightsoff-3.38.0.tar.xz) = d0b6ebd7172e5a948e49d6b5813aaa1473fd664f2c39043cb861fab011b7f636
+SIZE (gnome/lightsoff-3.38.0.tar.xz) = 528764

Modified: head/games/lightsoff/pkg-plist
==============================================================================
--- head/games/lightsoff/pkg-plist	Sat Nov  7 09:14:31 2020	(r554365)
+++ head/games/lightsoff/pkg-plist	Sat Nov  7 09:26:04 2020	(r554366)
@@ -1,5 +1,5 @@
 bin/lightsoff
-share/applications/lightsoff.desktop
+share/applications/org.gnome.LightsOff.desktop
 share/help/C/lightsoff/basic.page
 share/help/C/lightsoff/bug-filing.page
 share/help/C/lightsoff/develop.page
@@ -7,7 +7,7 @@ share/help/C/lightsoff/documentation.page
 share/help/C/lightsoff/figures/lightsoff.jpg
 share/help/C/lightsoff/figures/lightsoff.ogv
 share/help/C/lightsoff/figures/lightsoff_logo.jpg
-share/help/C/lightsoff/figures/lo1.jpg
+share/help/C/lightsoff/figures/lo1.png
 share/help/C/lightsoff/index.page
 share/help/C/lightsoff/legal.xml
 share/help/C/lightsoff/license.page
@@ -21,7 +21,7 @@ share/help/ca/lightsoff/documentation.page
 share/help/ca/lightsoff/figures/lightsoff.jpg
 share/help/ca/lightsoff/figures/lightsoff.ogv
 share/help/ca/lightsoff/figures/lightsoff_logo.jpg
-share/help/ca/lightsoff/figures/lo1.jpg
+share/help/ca/lightsoff/figures/lo1.png
 share/help/ca/lightsoff/index.page
 share/help/ca/lightsoff/legal.xml
 share/help/ca/lightsoff/license.page
@@ -35,7 +35,7 @@ share/help/cs/lightsoff/documentation.page
 share/help/cs/lightsoff/figures/lightsoff.jpg
 share/help/cs/lightsoff/figures/lightsoff.ogv
 share/help/cs/lightsoff/figures/lightsoff_logo.jpg
-share/help/cs/lightsoff/figures/lo1.jpg
+share/help/cs/lightsoff/figures/lo1.png
 share/help/cs/lightsoff/index.page
 share/help/cs/lightsoff/legal.xml
 share/help/cs/lightsoff/license.page
@@ -49,7 +49,7 @@ share/help/de/lightsoff/documentation.page
 share/help/de/lightsoff/figures/lightsoff.jpg
 share/help/de/lightsoff/figures/lightsoff.ogv
 share/help/de/lightsoff/figures/lightsoff_logo.jpg
-share/help/de/lightsoff/figures/lo1.jpg
+share/help/de/lightsoff/figures/lo1.png
 share/help/de/lightsoff/index.page
 share/help/de/lightsoff/legal.xml
 share/help/de/lightsoff/license.page
@@ -63,7 +63,7 @@ share/help/el/lightsoff/documentation.page
 share/help/el/lightsoff/figures/lightsoff.jpg
 share/help/el/lightsoff/figures/lightsoff.ogv
 share/help/el/lightsoff/figures/lightsoff_logo.jpg
-share/help/el/lightsoff/figures/lo1.jpg
+share/help/el/lightsoff/figures/lo1.png
 share/help/el/lightsoff/index.page
 share/help/el/lightsoff/legal.xml
 share/help/el/lightsoff/license.page
@@ -77,27 +77,13 @@ share/help/es/lightsoff/documentation.page
 share/help/es/lightsoff/figures/lightsoff.jpg
 share/help/es/lightsoff/figures/lightsoff.ogv
 share/help/es/lightsoff/figures/lightsoff_logo.jpg
-share/help/es/lightsoff/figures/lo1.jpg
+share/help/es/lightsoff/figures/lo1.png
 share/help/es/lightsoff/index.page
 share/help/es/lightsoff/legal.xml
 share/help/es/lightsoff/license.page
 share/help/es/lightsoff/rules.page
 share/help/es/lightsoff/strategy.page
 share/help/es/lightsoff/translate.page
-share/help/fi/lightsoff/basic.page
-share/help/fi/lightsoff/bug-filing.page
-share/help/fi/lightsoff/develop.page
-share/help/fi/lightsoff/documentation.page
-share/help/fi/lightsoff/figures/lightsoff.jpg
-share/help/fi/lightsoff/figures/lightsoff.ogv
-share/help/fi/lightsoff/figures/lightsoff_logo.jpg
-share/help/fi/lightsoff/figures/lo1.jpg
-share/help/fi/lightsoff/index.page
-share/help/fi/lightsoff/legal.xml
-share/help/fi/lightsoff/license.page
-share/help/fi/lightsoff/rules.page
-share/help/fi/lightsoff/strategy.page
-share/help/fi/lightsoff/translate.page
 share/help/fr/lightsoff/basic.page
 share/help/fr/lightsoff/bug-filing.page
 share/help/fr/lightsoff/develop.page
@@ -105,27 +91,13 @@ share/help/fr/lightsoff/documentation.page
 share/help/fr/lightsoff/figures/lightsoff.jpg
 share/help/fr/lightsoff/figures/lightsoff.ogv
 share/help/fr/lightsoff/figures/lightsoff_logo.jpg
-share/help/fr/lightsoff/figures/lo1.jpg
+share/help/fr/lightsoff/figures/lo1.png
 share/help/fr/lightsoff/index.page
 share/help/fr/lightsoff/legal.xml
 share/help/fr/lightsoff/license.page
 share/help/fr/lightsoff/rules.page
 share/help/fr/lightsoff/strategy.page
 share/help/fr/lightsoff/translate.page
-share/help/gl/lightsoff/basic.page
-share/help/gl/lightsoff/bug-filing.page
-share/help/gl/lightsoff/develop.page
-share/help/gl/lightsoff/documentation.page
-share/help/gl/lightsoff/figures/lightsoff.jpg
-share/help/gl/lightsoff/figures/lightsoff.ogv
-share/help/gl/lightsoff/figures/lightsoff_logo.jpg
-share/help/gl/lightsoff/figures/lo1.jpg
-share/help/gl/lightsoff/index.page
-share/help/gl/lightsoff/legal.xml
-share/help/gl/lightsoff/license.page
-share/help/gl/lightsoff/rules.page
-share/help/gl/lightsoff/strategy.page
-share/help/gl/lightsoff/translate.page
 share/help/hu/lightsoff/basic.page
 share/help/hu/lightsoff/bug-filing.page
 share/help/hu/lightsoff/develop.page
@@ -133,13 +105,27 @@ share/help/hu/lightsoff/documentation.page
 share/help/hu/lightsoff/figures/lightsoff.jpg
 share/help/hu/lightsoff/figures/lightsoff.ogv
 share/help/hu/lightsoff/figures/lightsoff_logo.jpg
-share/help/hu/lightsoff/figures/lo1.jpg
+share/help/hu/lightsoff/figures/lo1.png
 share/help/hu/lightsoff/index.page
 share/help/hu/lightsoff/legal.xml
 share/help/hu/lightsoff/license.page
 share/help/hu/lightsoff/rules.page
 share/help/hu/lightsoff/strategy.page
 share/help/hu/lightsoff/translate.page
+share/help/id/lightsoff/basic.page
+share/help/id/lightsoff/bug-filing.page
+share/help/id/lightsoff/develop.page
+share/help/id/lightsoff/documentation.page
+share/help/id/lightsoff/figures/lightsoff.jpg
+share/help/id/lightsoff/figures/lightsoff.ogv
+share/help/id/lightsoff/figures/lightsoff_logo.jpg
+share/help/id/lightsoff/figures/lo1.png
+share/help/id/lightsoff/index.page
+share/help/id/lightsoff/legal.xml
+share/help/id/lightsoff/license.page
+share/help/id/lightsoff/rules.page
+share/help/id/lightsoff/strategy.page
+share/help/id/lightsoff/translate.page
 share/help/ko/lightsoff/basic.page
 share/help/ko/lightsoff/bug-filing.page
 share/help/ko/lightsoff/develop.page
@@ -147,7 +133,7 @@ share/help/ko/lightsoff/documentation.page
 share/help/ko/lightsoff/figures/lightsoff.jpg
 share/help/ko/lightsoff/figures/lightsoff.ogv
 share/help/ko/lightsoff/figures/lightsoff_logo.jpg
-share/help/ko/lightsoff/figures/lo1.jpg
+share/help/ko/lightsoff/figures/lo1.png
 share/help/ko/lightsoff/index.page
 share/help/ko/lightsoff/legal.xml
 share/help/ko/lightsoff/license.page
@@ -161,7 +147,7 @@ share/help/pl/lightsoff/documentation.page
 share/help/pl/lightsoff/figures/lightsoff.jpg
 share/help/pl/lightsoff/figures/lightsoff.ogv
 share/help/pl/lightsoff/figures/lightsoff_logo.jpg
-share/help/pl/lightsoff/figures/lo1.jpg
+share/help/pl/lightsoff/figures/lo1.png
 share/help/pl/lightsoff/index.page
 share/help/pl/lightsoff/legal.xml
 share/help/pl/lightsoff/license.page
@@ -175,55 +161,13 @@ share/help/pt_BR/lightsoff/documentation.page
 share/help/pt_BR/lightsoff/figures/lightsoff.jpg
 share/help/pt_BR/lightsoff/figures/lightsoff.ogv
 share/help/pt_BR/lightsoff/figures/lightsoff_logo.jpg
-share/help/pt_BR/lightsoff/figures/lo1.jpg
+share/help/pt_BR/lightsoff/figures/lo1.png
 share/help/pt_BR/lightsoff/index.page
 share/help/pt_BR/lightsoff/legal.xml
 share/help/pt_BR/lightsoff/license.page
 share/help/pt_BR/lightsoff/rules.page
 share/help/pt_BR/lightsoff/strategy.page
 share/help/pt_BR/lightsoff/translate.page
-share/help/ro/lightsoff/basic.page
-share/help/ro/lightsoff/bug-filing.page
-share/help/ro/lightsoff/develop.page
-share/help/ro/lightsoff/documentation.page
-share/help/ro/lightsoff/figures/lightsoff.jpg
-share/help/ro/lightsoff/figures/lightsoff.ogv
-share/help/ro/lightsoff/figures/lightsoff_logo.jpg
-share/help/ro/lightsoff/figures/lo1.jpg
-share/help/ro/lightsoff/index.page
-share/help/ro/lightsoff/legal.xml
-share/help/ro/lightsoff/license.page
-share/help/ro/lightsoff/rules.page
-share/help/ro/lightsoff/strategy.page
-share/help/ro/lightsoff/translate.page
-share/help/ru/lightsoff/basic.page
-share/help/ru/lightsoff/bug-filing.page
-share/help/ru/lightsoff/develop.page
-share/help/ru/lightsoff/documentation.page
-share/help/ru/lightsoff/figures/lightsoff.jpg
-share/help/ru/lightsoff/figures/lightsoff.ogv
-share/help/ru/lightsoff/figures/lightsoff_logo.jpg
-share/help/ru/lightsoff/figures/lo1.jpg
-share/help/ru/lightsoff/index.page
-share/help/ru/lightsoff/legal.xml
-share/help/ru/lightsoff/license.page
-share/help/ru/lightsoff/rules.page
-share/help/ru/lightsoff/strategy.page
-share/help/ru/lightsoff/translate.page
-share/help/sl/lightsoff/basic.page
-share/help/sl/lightsoff/bug-filing.page
-share/help/sl/lightsoff/develop.page
-share/help/sl/lightsoff/documentation.page
-share/help/sl/lightsoff/figures/lightsoff.jpg
-share/help/sl/lightsoff/figures/lightsoff.ogv
-share/help/sl/lightsoff/figures/lightsoff_logo.jpg
-share/help/sl/lightsoff/figures/lo1.jpg
-share/help/sl/lightsoff/index.page
-share/help/sl/lightsoff/legal.xml
-share/help/sl/lightsoff/license.page
-share/help/sl/lightsoff/rules.page
-share/help/sl/lightsoff/strategy.page
-share/help/sl/lightsoff/translate.page
 share/help/sv/lightsoff/basic.page
 share/help/sv/lightsoff/bug-filing.page
 share/help/sv/lightsoff/develop.page
@@ -231,29 +175,29 @@ share/help/sv/lightsoff/documentation.page
 share/help/sv/lightsoff/figures/lightsoff.jpg
 share/help/sv/lightsoff/figures/lightsoff.ogv
 share/help/sv/lightsoff/figures/lightsoff_logo.jpg
-share/help/sv/lightsoff/figures/lo1.jpg
+share/help/sv/lightsoff/figures/lo1.png
 share/help/sv/lightsoff/index.page
 share/help/sv/lightsoff/legal.xml
 share/help/sv/lightsoff/license.page
 share/help/sv/lightsoff/rules.page
 share/help/sv/lightsoff/strategy.page
 share/help/sv/lightsoff/translate.page
-share/help/zh_CN/lightsoff/basic.page
-share/help/zh_CN/lightsoff/bug-filing.page
-share/help/zh_CN/lightsoff/develop.page
-share/help/zh_CN/lightsoff/documentation.page
-share/help/zh_CN/lightsoff/figures/lightsoff.jpg
-share/help/zh_CN/lightsoff/figures/lightsoff.ogv
-share/help/zh_CN/lightsoff/figures/lightsoff_logo.jpg
-share/help/zh_CN/lightsoff/figures/lo1.jpg
-share/help/zh_CN/lightsoff/index.page
-share/help/zh_CN/lightsoff/legal.xml
-share/help/zh_CN/lightsoff/license.page
-share/help/zh_CN/lightsoff/rules.page
-share/help/zh_CN/lightsoff/strategy.page
-share/help/zh_CN/lightsoff/translate.page
-share/icons/hicolor/scalable/apps/lightsoff-symbolic.svg
-share/icons/hicolor/scalable/apps/lightsoff.svg
+share/help/uk/lightsoff/basic.page
+share/help/uk/lightsoff/bug-filing.page
+share/help/uk/lightsoff/develop.page
+share/help/uk/lightsoff/documentation.page
+share/help/uk/lightsoff/figures/lightsoff.jpg
+share/help/uk/lightsoff/figures/lightsoff.ogv
+share/help/uk/lightsoff/figures/lightsoff_logo.jpg
+share/help/uk/lightsoff/figures/lo1.png
+share/help/uk/lightsoff/index.page
+share/help/uk/lightsoff/legal.xml
+share/help/uk/lightsoff/license.page
+share/help/uk/lightsoff/rules.page
+share/help/uk/lightsoff/strategy.page
+share/help/uk/lightsoff/translate.page
+share/icons/hicolor/scalable/apps/org.gnome.LightsOff.svg
+share/icons/hicolor/symbolic/apps/org.gnome.LightsOff-symbolic.svg
 %%DATADIR%%/highlight.svg
 %%DATADIR%%/off.svg
 %%DATADIR%%/on.svg
@@ -347,4 +291,4 @@ share/locale/xh/LC_MESSAGES/lightsoff.mo
 share/locale/zh_CN/LC_MESSAGES/lightsoff.mo
 share/locale/zh_HK/LC_MESSAGES/lightsoff.mo
 share/locale/zh_TW/LC_MESSAGES/lightsoff.mo
-share/metainfo/lightsoff.appdata.xml
+share/metainfo/org.gnome.LightsOff.appdata.xml