Bug 46744 - ports/textproc/htmldoc's distfile location is wrong
Summary: ports/textproc/htmldoc's distfile location is wrong
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-04 04:00 UTC by Rong-En Fan
Modified: 2003-01-04 08:53 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rong-En Fan 2003-01-04 04:00:17 UTC
After htmldoc update to 1.8.23, the MASTER_SITES is wrong.

The following PR updating this port.
http://www.freebsd.org/cgi/query-pr.cgi?pr=45497

Fix: 

MAINTAINER=    glenn@trewitt.org--Su3AlfYOF3fT9HoDedPTGB3y3vcdVMcFT9DnySIyfwUefzfL
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

diff -ruN htmldoc.orig/Makefile htmldoc/Makefile
--- htmldoc.orig/Makefile       Sat Jan  4 11:54:02 2003
+++ htmldoc/Makefile    Sat Jan  4 11:52:22 2003
@@ -8,7 +8,8 @@
 PORTNAME=      htmldoc
 PORTVERSION=   1.8.23
 CATEGORIES=    textproc
-MASTER_SITES=  ftp://ftp.easysw.com/pub/htmldoc/htmldoc/
+MASTER_SITES=  ftp://ftp.easysw.com/pub/htmldoc/%SUBDIR%/
+MASTER_SITE_SUBDIR=    ${PORTVERSION}
 DISTNAME=      ${PORTNAME}-${PORTVERSION}-source
How-To-Repeat: go ports/textproc/htmldoc and make fetch, you'll see
Comment 1 Ying-Chieh Liao freebsd_committer freebsd_triage 2003-01-04 08:52:49 UTC
State Changed
From-To: open->closed

committed, thanks