Bug 244238 - print/html2ps: fix fetch
Summary: print/html2ps: fix fetch
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: Hiroki Sato
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-02-20 07:30 UTC by Palle Girgensohn
Modified: 2020-02-22 21:00 UTC (History)
1 user (show)

See Also:
linimon: maintainer-feedback? (hrs)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Palle Girgensohn freebsd_committer freebsd_triage 2020-02-20 07:30:04 UTC
Hi,

The port is unfetchable, but can be found still at this archive:

https://archive.is/ioQyB

diff --git a/print/html2ps/Makefile b/print/html2ps/Makefile
index 77d1ae14977a..ff549341e565 100644
--- a/print/html2ps/Makefile
+++ b/print/html2ps/Makefile
@@ -6,14 +6,12 @@ DISTVERSION=  1.0b7
 PORTREVISION=  5
 PORTEPOCH=     1
 CATEGORIES=    print www perl5
-MASTER_SITES=  http://user.it.uu.se/~jan/ \
+MASTER_SITES=  https://archive.is/ioQyB/ http://user.it.uu.se/~jan/ \
                http://fossies.org/unix/www/
 
 MAINTAINER=    hrs@FreeBSD.org
 COMMENT=       HTML to PostScript converter
 
-BROKEN=                unfetchable
-
 LICENSE=       GPLv2
 LICENSE_FILE=  ${WRKSRC}/COPYING
Comment 1 commit-hook freebsd_committer freebsd_triage 2020-02-22 21:00:05 UTC
A commit references this bug:

Author: hrs
Date: Sat Feb 22 20:59:44 UTC 2020
New revision: 526858
URL: https://svnweb.freebsd.org/changeset/ports/526858

Log:
  Unbreak build:

  - Update MASTER_SITES.
  - Fix styles.
  - Regenerate patches.
  - Remove the WWW: line from pkg-descr because it is no longer available.

  PR:	244238

Changes:
  head/print/html2ps/Makefile
  head/print/html2ps/files/patch-html2ps
  head/print/html2ps/files/patch-html2ps.1
  head/print/html2ps/pkg-descr
Comment 2 Hiroki Sato freebsd_committer freebsd_triage 2020-02-22 21:00:32 UTC
Fixed.  Thanks for your report.