aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2019-10-08 01:32:49 +0000
committerJan Beich <jbeich@FreeBSD.org>2019-10-08 01:32:49 +0000
commit32994208cbc14086823103350220531273f31160 (patch)
treebd0f97b6cf488414bd0230d93e3289b1d2a7fc31 /devel
parent1f605c90a74b3d6ee462b1ed61b4a12ffcb334e4 (diff)
downloadports-32994208cbc14086823103350220531273f31160.tar.gz
ports-32994208cbc14086823103350220531273f31160.zip
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
Notes
Notes: svn path=/head/; revision=514022
Diffstat (limited to 'devel')
-rw-r--r--devel/wf-config/distinfo6
-rw-r--r--devel/wf-config/files/patch-meson.build13
2 files changed, 3 insertions, 16 deletions
diff --git a/devel/wf-config/distinfo b/devel/wf-config/distinfo
index 789690b5f6fb..39e3d6f93df5 100644
--- a/devel/wf-config/distinfo
+++ b/devel/wf-config/distinfo
@@ -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
diff --git a/devel/wf-config/files/patch-meson.build b/devel/wf-config/files/patch-meson.build
deleted file mode 100644
index 8dfb2e717051..000000000000
--- a/devel/wf-config/files/patch-meson.build
+++ /dev/null
@@ -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',