Date: Mon, 19 Aug 2002 04:55:30 -0600 (MDT) From: Amar Takhar <verm@drunkmonk.net> To: FreeBSD-gnats-submit@FreeBSD.org Cc: Konstantinos Konstantinidis <kkonstan@daemon.gr> Subject: ports/41775: fix port: x11-fonts/webfonts Message-ID: <200208191055.g7JAtUtP068559@jolly.drunkmonk.net>
next in thread | raw e-mail | index | archive | help
>Number: 41775 >Category: ports >Synopsis: fix port: x11-fonts/webfonts >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Aug 19 04:00:08 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Amar Takhar >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: >Description: microsoft has decided to remove the TTF fonts from their webpage, however here is a sourceforge mirror to replace them. I havn't found a mirror for the arial unicode, however 'default' fonts download just fine. I've cc'd the maintainer on this it's a simple fix i don't belive he will mind. >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/x11-fonts/webfonts/Makefile,v retrieving revision 1.9 diff -u -r1.9 Makefile --- Makefile 2002/02/02 07:10:31 1.9 +++ Makefile 2002/08/19 10:51:26 @@ -8,9 +8,9 @@ PORTNAME= webfonts PORTVERSION= 0.21 CATEGORIES= x11-fonts -MASTER_SITES= http://www.microsoft.com/typography/downloads/ \ - http://www.eu.microsoft.com/typography/downloads/ \ - http://www.asia.microsoft.com/typography/downloads/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= corefonts + .if defined(WITH_ARIAL_UNICODE) MASTER_SITES+= http://download.microsoft.com/download/publisher2000/Aruniup/2000/WIN98/EN-US/ .endif >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?200208191055.g7JAtUtP068559>