Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Oct 2019 20:36:10 +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: r513997 - in head: devel/wf-config devel/wf-config/files x11-wm/wayfire x11-wm/wayfire/files x11/wf-shell
Message-ID:  <201910072036.x97KaA8V093852@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Mon Oct  7 20:36:10 2019
New Revision: 513997
URL: https://svnweb.freebsd.org/changeset/ports/513997

Log:
  x11-wm/wayfire: update to 0.3.0
  
  Changes:	https://github.com/WayfireWM/wayfire/compare/612d74a...0.3.0
  Changes:	https://github.com/WayfireWM/wf-shell/compare/513c22f...0.3
  Changes:	https://github.com/WayfireWM/wf-config/compare/21e9ee9...0.3
  Reported by:	GitHub (watch releases)

Added:
  head/devel/wf-config/files/
  head/devel/wf-config/files/patch-meson.build   (contents, props changed)
  head/x11-wm/wayfire/files/
  head/x11-wm/wayfire/files/patch-meson.build   (contents, props changed)
Modified:
  head/devel/wf-config/Makefile   (contents, props changed)
  head/devel/wf-config/distinfo   (contents, props changed)
  head/devel/wf-config/pkg-plist   (contents, props changed)
  head/x11-wm/wayfire/Makefile   (contents, props changed)
  head/x11-wm/wayfire/distinfo   (contents, props changed)
  head/x11/wf-shell/Makefile   (contents, props changed)
  head/x11/wf-shell/distinfo   (contents, props changed)

Modified: head/devel/wf-config/Makefile
==============================================================================
--- head/devel/wf-config/Makefile	Mon Oct  7 20:35:56 2019	(r513996)
+++ head/devel/wf-config/Makefile	Mon Oct  7 20:36:10 2019	(r513997)
@@ -1,10 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	wf-config
-DISTVERSIONPREFIX=	v
-DISTVERSION=	0.1-13
-DISTVERSIONSUFFIX=	-g21e9ee9
-PORTREVISION=	2
+DISTVERSION=	0.3
 CATEGORIES=	devel
 
 MAINTAINER=	jbeich@FreeBSD.org

Modified: head/devel/wf-config/distinfo
==============================================================================
--- head/devel/wf-config/distinfo	Mon Oct  7 20:35:56 2019	(r513996)
+++ head/devel/wf-config/distinfo	Mon Oct  7 20:36:10 2019	(r513997)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1569952160
-SHA256 (WayfireWM-wf-config-v0.1-13-g21e9ee9_GH0.tar.gz) = 2b99beb507ab3f14766cf2288166cc18a4ac20b6f71efe50733a01b1e0454435
-SIZE (WayfireWM-wf-config-v0.1-13-g21e9ee9_GH0.tar.gz) = 9306
+TIMESTAMP = 1570474616
+SHA256 (WayfireWM-wf-config-0.3_GH0.tar.gz) = c539aa5af5bf9b016e19dee918fd7d44b4d1791569531dfeda5defae8939eaf8
+SIZE (WayfireWM-wf-config-0.3_GH0.tar.gz) = 9307

Added: head/devel/wf-config/files/patch-meson.build
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/wf-config/files/patch-meson.build	Mon Oct  7 20:36:10 2019	(r513997)
@@ -0,0 +1,13 @@
+meson.build:15:0: ERROR: Invalid version of dependency, need 'wlroots' ['==0.8.0'] found '0.8.1'.
+
+--- meson.build.orig	2019-10-07 18:56:56 UTC
++++ meson.build
+@@ -12,7 +12,7 @@ project(
+ )
+ 
+ evdev = dependency('libevdev')
+-wlroots = dependency('wlroots', version: '==0.8.0')
++wlroots = dependency('wlroots', version: '>=0.8')
+ 
+ sources = [
+     'src/config.cpp',

Modified: head/devel/wf-config/pkg-plist
==============================================================================
--- head/devel/wf-config/pkg-plist	Mon Oct  7 20:35:56 2019	(r513996)
+++ head/devel/wf-config/pkg-plist	Mon Oct  7 20:36:10 2019	(r513997)
@@ -2,5 +2,5 @@ include/wayfire/animation.hpp
 include/wayfire/config.hpp
 lib/libwf-config.so
 lib/libwf-config.so.0
-lib/libwf-config.so.0.1
+lib/libwf-config.so.0.3
 libdata/pkgconfig/wf-config.pc

Modified: head/x11-wm/wayfire/Makefile
==============================================================================
--- head/x11-wm/wayfire/Makefile	Mon Oct  7 20:35:56 2019	(r513996)
+++ head/x11-wm/wayfire/Makefile	Mon Oct  7 20:36:10 2019	(r513997)
@@ -1,10 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	wayfire
-DISTVERSIONPREFIX=	v
-DISTVERSION=	0.2-145
-DISTVERSIONSUFFIX=	-g612d74a
-PORTREVISION=	2
+DISTVERSION=	0.3.0
 CATEGORIES=	x11-wm
 
 MAINTAINER=	jbeich@FreeBSD.org

Modified: head/x11-wm/wayfire/distinfo
==============================================================================
--- head/x11-wm/wayfire/distinfo	Mon Oct  7 20:35:56 2019	(r513996)
+++ head/x11-wm/wayfire/distinfo	Mon Oct  7 20:36:10 2019	(r513997)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1570215237
-SHA256 (WayfireWM-wayfire-v0.2-145-g612d74a_GH0.tar.gz) = e73742de8f3b8dfa0373a7f7d5c49e11c8035f975e8aa10a4ac6ec2f8dcb4c2c
-SIZE (WayfireWM-wayfire-v0.2-145-g612d74a_GH0.tar.gz) = 234914
+TIMESTAMP = 1570474979
+SHA256 (WayfireWM-wayfire-0.3.0_GH0.tar.gz) = ec0d702ba255fe4fd945dbb46f016b86689db73670eee2ce001901833071de28
+SIZE (WayfireWM-wayfire-0.3.0_GH0.tar.gz) = 235013

Added: head/x11-wm/wayfire/files/patch-meson.build
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-wm/wayfire/files/patch-meson.build	Mon Oct  7 20:36:10 2019	(r513997)
@@ -0,0 +1,13 @@
+Dependency wlroots found: NO found '0.8.1' but need: '==0.8.0'
+
+--- meson.build.orig	2019-10-07 19:02:59 UTC
++++ meson.build
+@@ -29,7 +29,7 @@ libinput       = dependency('libinput', version: '>=1.
+ pixman         = dependency('pixman-1')
+ threads        = dependency('threads')
+ xkbcommon      = dependency('xkbcommon')
+-wlroots        = dependency('wlroots', version: '==0.8.0', fallback: ['wlroots', 'wlroots'])
++wlroots        = dependency('wlroots', version: '>=0.8', fallback: ['wlroots', 'wlroots'])
+ wfconfig       = dependency('wf-config', version: '>=0.3', fallback: ['wf-config', 'wfconfig'])
+ 
+ needs_libinotify = ['freebsd', 'dragonfly'].contains(host_machine.system())

Modified: head/x11/wf-shell/Makefile
==============================================================================
--- head/x11/wf-shell/Makefile	Mon Oct  7 20:35:56 2019	(r513996)
+++ head/x11/wf-shell/Makefile	Mon Oct  7 20:36:10 2019	(r513997)
@@ -1,9 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	wf-shell
-DISTVERSIONPREFIX=	v
-DISTVERSION=	0.1-44
-DISTVERSIONSUFFIX=	-g513c22f
+DISTVERSION=	0.3
 CATEGORIES=	x11
 
 MAINTAINER=	jbeich@FreeBSD.org

Modified: head/x11/wf-shell/distinfo
==============================================================================
--- head/x11/wf-shell/distinfo	Mon Oct  7 20:35:56 2019	(r513996)
+++ head/x11/wf-shell/distinfo	Mon Oct  7 20:36:10 2019	(r513997)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1570045557
-SHA256 (WayfireWM-wf-shell-v0.1-44-g513c22f_GH0.tar.gz) = 9d900da59959c58e81f95a7a79c8073f7a2227678f5d7d7b33d180e409695911
-SIZE (WayfireWM-wf-shell-v0.1-44-g513c22f_GH0.tar.gz) = 2973207
+TIMESTAMP = 1570475746
+SHA256 (WayfireWM-wf-shell-0.3_GH0.tar.gz) = 326c732415a10215997c0915741fd561a306412327fae123eab67f1af9ee41de
+SIZE (WayfireWM-wf-shell-0.3_GH0.tar.gz) = 2973206
 SHA256 (GNOME-libgnome-volume-control-468022b_GH0.tar.gz) = 1c1d806ad1f57d7f644381b67ee87ef3e7e10f3a2da1432beef535ca50c0040f
 SIZE (GNOME-libgnome-volume-control-468022b_GH0.tar.gz) = 45503



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