x11-wm/wayfire: refresh distfiles

=======================<phase: fetch          >============================
===>  License MIT accepted by the user
=> WayfireWM-wf-config-0.3_GH0.tar.gz doesn't seem to exist in /portdistfiles/.
=> Attempting to fetch https://codeload.github.com/WayfireWM/wf-config/tar.gz/0.3?dummy=/WayfireWM-wf-config-0.3_GH0.tar.gz
fetch: https://codeload.github.com/WayfireWM/wf-config/tar.gz/0.3?dummy=/WayfireWM-wf-config-0.3_GH0.tar.gz: size unknown
fetch:
https://codeload.github.com/WayfireWM/wf-config/tar.gz/0.3?dummy=/WayfireWM-wf-config-0.3_GH0.tar.gz:
size of remote file is not known
WayfireWM-wf-config-0.3_GH0.tar.gz                       0  B    0  Bps
=> Fetched file size mismatch (expected 9307, actual 9308)
=> Trying next site
=> Attempting to fetch http://distcache.FreeBSD.org/ports-distfiles/WayfireWM-wf-config-0.3_GH0.tar.gz
fetch: http://distcache.FreeBSD.org/ports-distfiles/WayfireWM-wf-config-0.3_GH0.tar.gz: Not Found
=> Couldn't fetch it - please try to retrieve this
=> port manually into /portdistfiles/ and try again.
*** Error code 1

Changes:	https://github.com/WayfireWM/wayfire/compare/7dc4c6c...0.3.0
Changes:	https://github.com/WayfireWM/wf-config/compare/62cba68...0.3
Reported by:	pkg-fallout
This commit is contained in:
Jan Beich 2019-10-08 01:32:49 +00:00
parent 1f605c90a7
commit 32994208cb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=514022
4 changed files with 6 additions and 32 deletions

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1570474616
SHA256 (WayfireWM-wf-config-0.3_GH0.tar.gz) = c539aa5af5bf9b016e19dee918fd7d44b4d1791569531dfeda5defae8939eaf8
SIZE (WayfireWM-wf-config-0.3_GH0.tar.gz) = 9307
TIMESTAMP = 1570482362
SHA256 (WayfireWM-wf-config-0.3_GH0.tar.gz) = 5d1a5038b11a177174b392f3b383d787f568265ce483a5be9178698f548f7c66
SIZE (WayfireWM-wf-config-0.3_GH0.tar.gz) = 9308

View file

@ -1,13 +0,0 @@
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',

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1570474979
SHA256 (WayfireWM-wayfire-0.3.0_GH0.tar.gz) = ec0d702ba255fe4fd945dbb46f016b86689db73670eee2ce001901833071de28
SIZE (WayfireWM-wayfire-0.3.0_GH0.tar.gz) = 235013
TIMESTAMP = 1570482658
SHA256 (WayfireWM-wayfire-0.3.0_GH0.tar.gz) = c686bf5abb7f0db829196785bba4136c85d7b52d701212e21636dad75e1da0aa
SIZE (WayfireWM-wayfire-0.3.0_GH0.tar.gz) = 235019

View file

@ -1,13 +0,0 @@
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())