svn commit: r412468 - head/emulators/pipelight
Raphael Kubo da Costa
rakuco at FreeBSD.org
Sun Apr 3 13:20:23 UTC 2016
Author: rakuco
Date: Sun Apr 3 13:20:21 2016
New Revision: 412468
URL: https://svnweb.freebsd.org/changeset/ports/412468
Log:
Re-roll pluginloader entries in distinfo.
The port broke in the beginning of February when upstream uploaded a new
pluginloader tarball to MASTER_SITES.
Since the tarball is unversioned and only contains prebuilt Windows binaries,
here's an attempt at explaining what happened (thanks to Grzegorz Junka for the
investigation):
- Pipelight seems to be really bad at communication. The "News" section on the
website says 0.2.8 is the latest version.
- The "Compile Pipelight" section says 0.2.8.1 is the latest version.
- 0.2.8.2 was tagged in BitBucket in October 2015 but was never announced
anywhere on the website, and the project does not seem to have a mailing
list.
- The pluginloader tarballs, which contain prebuilt Windows binaries for
Pipelight's src/windows directory, were not updated at the time 0.2.8.2 was
tagged (the SHA256 checksums match those in the 0.2.8.1 directory in
MASTER_SITES). This only happened in February 2016, which broke our distinfo.
Note that it is unclear why the pluginloader tarballs were not generated in
October, and since those are binary blobs it is still possible that they do not
correspond to their respective source files. In the future, it would be good to
build those binaries with our MinGW ports instead of relying on those blobs.
PR: 207210
Submitted by: Piotr Kubaj <pkubaj at anongoth.pl>,
Grzegorz Junka <list1 at gjunka.com>
MFH: 2016Q2
Modified:
head/emulators/pipelight/distinfo
Modified: head/emulators/pipelight/distinfo
==============================================================================
--- head/emulators/pipelight/distinfo Sun Apr 3 13:11:01 2016 (r412467)
+++ head/emulators/pipelight/distinfo Sun Apr 3 13:20:21 2016 (r412468)
@@ -1,6 +1,6 @@
SHA256 (pipelight/v0.2.8.2.tar.gz) = 13ca5fb18cd68f63137a0dded5a4d0811aa78b033918a3331953903ced34decf
SIZE (pipelight/v0.2.8.2.tar.gz) = 153877
-SHA256 (pipelight/pluginloader.tar.gz) = eba80a1afe6b9a4de34070dfec27d358036326c7dbd487830d0616dd33f37c4d
-SIZE (pipelight/pluginloader.tar.gz) = 809672
-SHA256 (pipelight/pluginloader.tar.gz.sig) = ef5346c698c0889d28c2d28358461bfa95f7b343bd0c6c00e4ea73db07c90625
+SHA256 (pipelight/pluginloader.tar.gz) = 1a2c2a94c171152545b1b86d48392d2179ab2339826f5bd8fda81a3094c6174b
+SIZE (pipelight/pluginloader.tar.gz) = 1107980
+SHA256 (pipelight/pluginloader.tar.gz.sig) = e00c657ba0a7351e08dd66e91ba3f2125c50b4e66af7a66ca1881a4038453e9c
SIZE (pipelight/pluginloader.tar.gz.sig) = 543
More information about the svn-ports-all
mailing list