Created attachment 162242 [details] patch with correct master_sites Hello, while building libreoffice i noted, that the MASTER_SITES entry of graphics/sane-backend is wrong. It is currently: https://alioth.debian.org/frs/download.php/4146/ But trying to download the file from there results in an 0 byte size file. The correct url is: https://alioth.debian.org/frs/download.php/file/4146/ Can be checked with: # cd /usr/ports/graphics/sane-backends && make distclean && make fetch Patch attached. I do not update a PORTREVISION, because the second MASTER_SITES always worked. Therefore there is no need for rebuilding the port. Greetings, Torsten
A commit references this bug: Author: madpilot Date: Tue Oct 20 11:39:39 UTC 2015 New revision: 399819 URL: https://svnweb.freebsd.org/changeset/ports/399819 Log: Fix MASTER_SITES. PR: 203894 Submitted by: Torsten Zohlsdorff <ports at toco-domains.de> Changes: head/graphics/sane-backends/Makefile
I just committed your fix. The error was my mistake, sorry! Thanks for reporting this issue.