Bug 244238

Summary: print/html2ps: fix fetch
Product: Ports & Packages Reporter: Palle Girgensohn <girgen>
Component: Individual Port(s)Assignee: Hiroki Sato <hrs>
Status: Closed FIXED    
Severity: Affects Only Me CC: hrs
Priority: --- Flags: linimon: maintainer-feedback? (hrs)
Version: Latest   
Hardware: Any   
OS: Any   

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.