svn commit: r312693 - head/devel/eblob
Martin Wilke
miwi at FreeBSD.org
Thu Feb 21 01:58:59 UTC 2013
Author: miwi
Date: Thu Feb 21 01:58:58 2013
New Revision: 312693
URL: http://svnweb.freebsd.org/changeset/ports/312693
Log:
- BROKEN checksum mismatch
=> eblob-0.17.5.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
=> Attempting to fetch https://nodeload.github.com/zloidemon/eblob/legacy.tar.gz/master?dummy=/eblob-0.17.5.tar.gz
fetch: https://nodeload.github.com/zloidemon/eblob/legacy.tar.gz/master?dummy=/eblob-0.17.5.tar.gz: size mismatch: expected 93564, actual 94773
=> Attempting to fetch http://nodeload.github.com/zloidemon/eblob/legacy.tar.gz/master?dummy=/eblob-0.17.5.tar.gz
fetch: http://nodeload.github.com/zloidemon/eblob/legacy.tar.gz/master?dummy=/eblob-0.17.5.tar.gz: size mismatch: expected 93564, actual 94773
Modified:
head/devel/eblob/Makefile (contents, props changed)
Modified: head/devel/eblob/Makefile
==============================================================================
--- head/devel/eblob/Makefile Thu Feb 21 01:53:41 2013 (r312692)
+++ head/devel/eblob/Makefile Thu Feb 21 01:58:58 2013 (r312693)
@@ -18,6 +18,8 @@ GH_ACCOUNT= zloidemon
GH_COMMIT= 9c2c347
GH_TAGNAME= master
+BROKEN= checksum mismatch
+
USE_CMAKE= yes
USE_LDCONFIG= yes
More information about the svn-ports-all
mailing list