Bug 26843

Summary: /usr/ports/textproc/jade has unfetchable patchfile
Product: Ports & Packages Reporter: birminghamweb <birminghamweb>
Component: Individual Port(s)Assignee: Jun Kuriyama <kuriyama>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description birminghamweb 2001-04-25 18:20:01 UTC
/usr/ports/textproc/jade is attempting to fetch a patch (jade_1.2.1-13.diff.gz) from a no-longer existent ftp archive (ftp.debian.org).
The patch below will fix but when I fetched from there (ftp.urc.ac.ru) it took quite a while.
You may want to look around for a decent, speedy and stable archive which has the jade patch on. Or not. :)

Fix: 

-PATCH_SITES=   http://ftp.debian.org/debian/dists/unstable/main/source/text/
+PATCH_SITES=   http://ftp.urc.ac.ru:8001/pub/OS/FreeBSD/distfiles/
 PATCHFILES=    jade_1.2.1-13.diff.gz
 PATCH_DIST_STRIP=      -p1--Dd33j85OfX705NY2ChKGz7Oyax8IJLci556R6R9EUMGJTXDD
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

--- Makefile    Mon Feb  5 16:34:46 2001
+++ Makefile-works      Wed Apr 25 15:53:24 2001
@@ -10,7 +10,7 @@
 CATEGORIES=    textproc
 MASTER_SITES=  ftp://ftp.jclark.com/pub/jade/
How-To-Repeat: try 'make' in  /usr/ports/textproc/jade
distfile will fetch OK but the patch (jade_1.2.1-13.diff.gz) will not fetch from primary site
fallback to ftp.freebsd.org didn't work (too many users)
Comment 1 Ying-Chieh Liao freebsd_committer freebsd_triage 2001-04-27 19:57:40 UTC
Responsible Changed
From-To: freebsd-ports->kuriyama

over to maintainer
Comment 2 Jun Kuriyama freebsd_committer freebsd_triage 2001-04-29 07:07:33 UTC
State Changed
From-To: open->closed

Port updated to use newer patch from Debian.  Thanks!