Bug 208521 - databases/pgbarman Files could not be fetched
Summary: databases/pgbarman Files could not be fetched
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Matthew Seaman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-04 16:48 UTC by Alexey
Modified: 2016-04-05 08:01 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (matthew)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey 2016-04-04 16:48:40 UTC
file barman-tutorial.en.pdf required by databases/pgbarman is not accessible from SF anymore

cd /usr/databases/pgbarman
make fetch
=> barman-tutorial.en.pdf doesn't seem to exist in /usr/local/ports/distfiles/.
=> Attempting to fetch http://downloads.sourceforge.net/project/pgbarman/1.6.0/barman-tutorial.en.pdf
fetch: http://downloads.sourceforge.net/project/pgbarman/1.6.0/barman-tutorial.en.pdf: Not Found
=> Attempting to fetch http://heanet.dl.sourceforge.net/project/pgbarman/1.6.0/barman-tutorial.en.pdf
fetch: http://heanet.dl.sourceforge.net/project/pgbarman/1.6.0/barman-tutorial.en.pdf: Not Found
=> Attempting to fetch http://sunet.dl.sourceforge.net/project/pgbarman/1.6.0/barman-tutorial.en.pdf
fetch: http://sunet.dl.sourceforge.net/project/pgbarman/1.6.0/barman-tutorial.en.pdf: No address record
=> Attempting to fetch http://iweb.dl.sourceforge.net/project/pgbarman/1.6.0/barman-tutorial.en.pdf
fetch: http://iweb.dl.sourceforge.net/project/pgbarman/1.6.0/barman-tutorial.en.pdf: Not Found
=> Attempting to fetch http://switch.dl.sourceforge.net/project/pgbarman/1.6.0/barman-tutorial.en.pdf
fetch: http://switch.dl.sourceforge.net/project/pgbarman/1.6.0/barman-tutorial.en.pdf: No address record
=> Attempting to fetch http://freefr.dl.sourceforge.net/project/pgbarman/1.6.0/barman-tutorial.en.pdf
fetch: http://freefr.dl.sourceforge.net/project/pgbarman/1.6.0/barman-tutorial.en.pdf: Not Found
=> Attempting to fetch http://garr.dl.sourceforge.net/project/pgbarman/1.6.0/barman-tutorial.en.pdf
fetch: http://garr.dl.sourceforge.net/project/pgbarman/1.6.0/barman-tutorial.en.pdf: No address record
=> Attempting to fetch http://aarnet.dl.sourceforge.net/project/pgbarman/1.6.0/barman-tutorial.en.pdf
fetch: http://aarnet.dl.sourceforge.net/project/pgbarman/1.6.0/barman-tutorial.en.pdf: No address record
=> Attempting to fetch http://jaist.dl.sourceforge.net/project/pgbarman/1.6.0/barman-tutorial.en.pdf
fetch: http://jaist.dl.sourceforge.net/project/pgbarman/1.6.0/barman-tutorial.en.pdf: Not Found
=> Attempting to fetch http://master.dl.sourceforge.net/project/pgbarman/1.6.0/barman-tutorial.en.pdf
fetch: http://master.dl.sourceforge.net/project/pgbarman/1.6.0/barman-tutorial.en.pdf: Not Found
=> Attempting to fetch http://nchc.dl.sourceforge.net/project/pgbarman/1.6.0/barman-tutorial.en.pdf
fetch: http://nchc.dl.sourceforge.net/project/pgbarman/1.6.0/barman-tutorial.en.pdf: Not Found
=> Attempting to fetch http://ncu.dl.sourceforge.net/project/pgbarman/1.6.0/barman-tutorial.en.pdf
fetch: http://ncu.dl.sourceforge.net/project/pgbarman/1.6.0/barman-tutorial.en.pdf: Not Found
=> Attempting to fetch http://internode.dl.sourceforge.net/project/pgbarman/1.6.0/barman-tutorial.en.pdf
fetch: http://internode.dl.sourceforge.net/project/pgbarman/1.6.0/barman-tutorial.en.pdf: Not Found
=> Attempting to fetch http://waix.dl.sourceforge.net/project/pgbarman/1.6.0/barman-tutorial.en.pdf
fetch: http://waix.dl.sourceforge.net/project/pgbarman/1.6.0/barman-tutorial.en.pdf: Not Found

... and so on untill....

=> Attempting to fetch ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/barman-tutorial.en.pdf
fetch: ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/barman-tutorial.en.pdf: File unavailable (e.g., file not found, no access)
=> Couldn't fetch it - please try to retrieve this
=> port manually into /usr/ports/distfiles/ and try again.


According to https://sourceforge.net/projects/pgbarman/files/1.6.0/
(link there from http://www.pgbarman.org/documentation/) file called tutorial.pdf and have different size (and checksum exactly).
Comment 1 Matthew Seaman freebsd_committer freebsd_triage 2016-04-04 21:35:05 UTC
Looks like upstream have been changing things around. tutorial.pdf appears to be a good replacement for the original barman-tutorial.en.pdf though.  Let me fix the port to install that instead.
Comment 2 commit-hook freebsd_committer freebsd_triage 2016-04-05 08:01:14 UTC
A commit references this bug:

Author: matthew
Date: Tue Apr  5 08:00:22 UTC 2016
New revision: 412549
URL: https://svnweb.freebsd.org/changeset/ports/412549

Log:
  Upstream has reworked and renamed their downloadable documentation

  PR:		208521
  Submitted by:	fbsd98816551@avksrv.org

Changes:
  head/databases/pgbarman/Makefile
  head/databases/pgbarman/distinfo
Comment 3 Matthew Seaman freebsd_committer freebsd_triage 2016-04-05 08:01:33 UTC
Committed, thanks!