Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 May 2020 08:07:33 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r534718 - head/x11/wdisplays
Message-ID:  <202005090807.04987XXp055018@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sat May  9 08:07:33 2020
New Revision: 534718
URL: https://svnweb.freebsd.org/changeset/ports/534718

Log:
  x11/wdisplays: update to 1.0
  
  Changes:	https://github.com/cyclopsian/wdisplays/compare/0faafdc...1.0
  Reported by:	portscout
  MFH:		2020Q2 (stability, upstream support)

Modified:
  head/x11/wdisplays/Makefile   (contents, props changed)
  head/x11/wdisplays/distinfo   (contents, props changed)

Modified: head/x11/wdisplays/Makefile
==============================================================================
--- head/x11/wdisplays/Makefile	Sat May  9 07:33:58 2020	(r534717)
+++ head/x11/wdisplays/Makefile	Sat May  9 08:07:33 2020	(r534718)
@@ -1,14 +1,18 @@
 # $FreeBSD$
 
 PORTNAME=	wdisplays
-PORTVERSION=	s20200314
+DISTVERSION=	1.0
 CATEGORIES=	x11
 
 MAINTAINER=	jbeich@FreeBSD.org
 COMMENT=	GUI display configurator for wlroots compositors
 
-LICENSE=	MIT
-LICENSE_FILE=	${WRKSRC}/LICENSE
+LICENSE=	CC-BY-SA-4.0 CC0-1.0 GPLv3+ MIT
+LICENSE_COMB=	multi
+LICENSE_FILE_CC-BY-SA-4.0=	${WRKSRC}/LICENSES/CC-BY-SA-4.0.txt
+LICENSE_FILE_CC0-1.0=	${WRKSRC}/LICENSES/CC0-1.0.txt
+LICENSE_FILE_GPLv3+ =	${WRKSRC}/LICENSES/GPL-3.0-or-later.txt
+LICENSE_FILE_MIT=	${WRKSRC}/LICENSES/MIT.txt
 
 BUILD_DEPENDS=	wayland-protocols>=1.17:graphics/wayland-protocols
 LIB_DEPENDS=	libepoxy.so:graphics/libepoxy \
@@ -18,9 +22,8 @@ USES=		compiler:c11 gnome meson pkgconfig
 USE_GITHUB=	yes
 USE_GNOME=	cairo gtk30
 GH_ACCOUNT=	cyclopsian
-GH_TAGNAME=	0faafdc
 PLIST_FILES=	bin/${PORTNAME} \
-		share/applications/com.github.${GH_ACCOUNT}.${GH_PROJECT}.desktop \
+		share/applications/network.cycles.${PORTNAME}.desktop \
 		share/icons/hicolor/scalable/apps/${PORTNAME}.svg
 
 .include <bsd.port.mk>

Modified: head/x11/wdisplays/distinfo
==============================================================================
--- head/x11/wdisplays/distinfo	Sat May  9 07:33:58 2020	(r534717)
+++ head/x11/wdisplays/distinfo	Sat May  9 08:07:33 2020	(r534718)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1584237010
-SHA256 (cyclopsian-wdisplays-s20200314-0faafdc_GH0.tar.gz) = e066ef1ffa1b2bb97b9dbe97af4235298f5f2534dc377da9302826b67149a624
-SIZE (cyclopsian-wdisplays-s20200314-0faafdc_GH0.tar.gz) = 88943
+TIMESTAMP = 1589011062
+SHA256 (cyclopsian-wdisplays-1.0_GH0.tar.gz) = fa34d5bdfd87d833e18a89b2acacc27833d7297374719773a705f2d3e89cdddf
+SIZE (cyclopsian-wdisplays-1.0_GH0.tar.gz) = 106819



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