Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Jan 2003 11:58:46 +0800 (CST)
From:      Rong-en Fan <rafan@infor.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/46744: ports/textproc/htmldoc's distfile location is wrong
Message-ID:  <200301040358.h043wkHU043037@ccsun47.cc.ntu.edu.tw>

next in thread | raw e-mail | index | archive | help

>Number:         46744
>Category:       ports
>Synopsis:       ports/textproc/htmldoc's distfile location is wrong
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 03 20:00:17 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Rong-en Fan
>Release:        FreeBSD 4.7-RELEASE i386
>Organization:
National Taiwan University
>Environment:
System: FreeBSD ftp6.tw.freebsd.org 4.7-RELEASE FreeBSD 4.7-RELEASE #3: Sun Oct 13 02:00:48 CST 2002 root@ftp6.tw.freebsd.org:/usr/src/sys/i386/conf/FBSD i386


>Description:
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

>How-To-Repeat:
go ports/textproc/htmldoc and make fetch, you'll see
>Fix:

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

 MAINTAINER=    glenn@trewitt.org

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301040358.h043wkHU043037>