Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Oct 2006 13:00:33 -0400 (EDT)
From:      Thomas Abthorpe <thomas@goodking.ca>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        thomas@goodking.ca
Subject:   ports/104472: [PATCH] www/w3: make fetchable, cosmetic changes to Makefile
Message-ID:  <200610161700.k9GH0XJi038074@goodking.goodking.ca>
Resent-Message-ID: <200610161710.k9GHABYB065527@freefall.freebsd.org>

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

>Number:         104472
>Category:       ports
>Synopsis:       [PATCH] www/w3: make fetchable, cosmetic changes to Makefile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 16 17:10:11 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Thomas Abthorpe
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
GoodKing.Ca
>Environment:
System: FreeBSD goodking.goodking.ca 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #2: Mon Oct  2 02:05:54 EDT
>Description:
- make fetchable, change MASTER_SITES
- cosmetic changes to Makefile

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- w3-2.2.26.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/w3/Makefile,v
retrieving revision 1.19
diff -u -r1.19 Makefile
--- Makefile	6 Dec 2005 21:07:32 -0000	1.19
+++ Makefile	16 Oct 2006 16:57:18 -0000
@@ -8,8 +8,7 @@
 PORTNAME=	w3
 PORTVERSION=	2.2.26
 CATEGORIES+=	www elisp
-MASTER_SITES=	ftp://ftp.iij.ad.jp/pub/network/WWW/w3/ \
-		ftp://ftp.cs.indiana.edu/pub/elisp/w3/
+MASTER_SITES=	http://fresh.t-systems-sfr.com/unix/src/www/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT?=	WWW browser based on emacs/mule
@@ -17,7 +16,7 @@
 BUILD_DEPENDS?=	emacs-19.34:${PORTSDIR}/editors/emacs19
 RUN_DEPENDS?=	emacs-19.34:${PORTSDIR}/editors/emacs19
 
-WRKSRC=		${WRKDIR}/w3
+WRKSRC=		${WRKDIR}/${PORTNAME}
 MAKE_ENV+=	EMACSCMD=${EMACSCMD} ELISPDIR=${ELISPDIR} \
 		MKDIR="${MKDIR}" CP=${CP} \
 		INFODIR=${INFODIR} \
--- w3-2.2.26.patch ends here ---

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



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