Bug 203894 - [patch] graphics/sane-backend: fix url of MASTER_SITES
Summary: [patch] graphics/sane-backend: fix url of MASTER_SITES
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Guido Falsi
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2015-10-20 11:21 UTC by Torsten Zühlsdorff
Modified: 2015-10-20 11:40 UTC (History)
1 user (show)

See Also:


Attachments
patch with correct master_sites (431 bytes, patch)
2015-10-20 11:21 UTC, Torsten Zühlsdorff
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Torsten Zühlsdorff 2015-10-20 11:21:51 UTC
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
Comment 1 commit-hook freebsd_committer freebsd_triage 2015-10-20 11:40:03 UTC
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
Comment 2 Guido Falsi freebsd_committer freebsd_triage 2015-10-20 11:40:20 UTC
I just committed your fix.

The error was my mistake, sorry!

Thanks for reporting this issue.