Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Oct 2019 14:43:37 +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: r516148 - head/x11-wm/compton-yshui
Message-ID:  <201910311443.x9VEhbr5020578@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Thu Oct 31 14:43:37 2019
New Revision: 516148
URL: https://svnweb.freebsd.org/changeset/ports/516148

Log:
  x11-wm/compton-yshui: unbreak fetch
  
  Looks like directory name has already changed within the distfile.
  
  => yshui-compton-v7.4_GH0.tar.gz doesn't seem to exist in /portdistfiles/.
  => Attempting to fetch https://codeload.github.com/yshui/compton/tar.gz/v7.4?dummy=/yshui-compton-v7.4_GH0.tar.gz
  fetch: https://codeload.github.com/yshui/compton/tar.gz/v7.4?dummy=/yshui-compton-v7.4_GH0.tar.gz: size unknown
  fetch: https://codeload.github.com/yshui/compton/tar.gz/v7.4?dummy=/yshui-compton-v7.4_GH0.tar.gz: size of remote file is not known
  yshui-compton-v7.4_GH0.tar.gz                          213 kB 4215 kBps    00s
  => Fetched file size mismatch (expected 218899, actual 218898)
  => Trying next site
  => Attempting to fetch http://distcache.FreeBSD.org/ports-distfiles/yshui-compton-v7.4_GH0.tar.gz
  fetch: http://distcache.FreeBSD.org/ports-distfiles/yshui-compton-v7.4_GH0.tar.gz: Not Found
  => Couldn't fetch it - please try to retrieve this
  => port manually into /portdistfiles/ and try again.
  *** Error code 1
  
  Reported by:	pkg-fallout

Modified:
  head/x11-wm/compton-yshui/Makefile   (contents, props changed)
  head/x11-wm/compton-yshui/distinfo   (contents, props changed)

Modified: head/x11-wm/compton-yshui/Makefile
==============================================================================
--- head/x11-wm/compton-yshui/Makefile	Thu Oct 31 13:31:41 2019	(r516147)
+++ head/x11-wm/compton-yshui/Makefile	Thu Oct 31 14:43:37 2019	(r516148)
@@ -29,6 +29,7 @@ USES=		compiler:c11 meson localbase pkgconfig python:3
 USE_GITHUB=	yes
 USE_XORG=	x11 xcb xext pixman
 GH_ACCOUNT=	yshui
+GH_PROJECT=	picom
 SHEBANG_FILES=	bin/compton-convgen.py
 MESON_ARGS=	-Dunittest=true
 TEST_TARGET=	test

Modified: head/x11-wm/compton-yshui/distinfo
==============================================================================
--- head/x11-wm/compton-yshui/distinfo	Thu Oct 31 13:31:41 2019	(r516147)
+++ head/x11-wm/compton-yshui/distinfo	Thu Oct 31 14:43:37 2019	(r516148)
@@ -1,6 +1,6 @@
 TIMESTAMP = 1569024480
-SHA256 (yshui-compton-v7.4_GH0.tar.gz) = 1911aebb49f765586f655933ee016828e126bc7b2bb016b13c9a34a4865a8fd3
-SIZE (yshui-compton-v7.4_GH0.tar.gz) = 218899
+SHA256 (yshui-picom-v7.4_GH0.tar.gz) = 9323046b00a881ff07fbb118354e47be68df3d98c89ad1063a663242a1200d7d
+SIZE (yshui-picom-v7.4_GH0.tar.gz) = 218898
 SHA256 (bd5a5fb56812.patch) = a7e29d526517f05fb90f3a6415ef08108ba45865175a676f50376ef8d0e10a7f
 SIZE (bd5a5fb56812.patch) = 680
 SHA256 (065f9ffd4d35.patch) = 5d6d687c9ee1eb6ab7a9d39636bb85c4aac7d36ad13433ac66885914ff2e2944



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