Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Sep 2009 22:52:43 -0300 (BRT)
From:      Sylvio Cesar <scjamorim@bsd.com.br>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        hrs@FreeBSD.org
Subject:   ports/139001: [PATCH] print/amspsfnt: Fixed problem with fetch.
Message-ID:  <20090921015243.22D2C4DA219@fbsd9.scjamorim.org>
Resent-Message-ID: <200909210200.n8L205cV039648@freefall.freebsd.org>

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

>Number:         139001
>Category:       ports
>Synopsis:       [PATCH] print/amspsfnt: Fixed problem with fetch.
>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 Sep 21 02:00:05 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Sylvio Cesar
>Release:        FreeBSD 9.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD fbsd9.scjamorim.org 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Mon Sep 14 01:24:51 BRT 2009
>Description:
- Fixed problem with fetch
- Added more MASTER_SITES

You can see the log in my tinderbox:

AMD64
http://www.scjamorim.org/Home/amspsfnt-1.0_5-8amd64.log

i386
http://www.scjamorim.org/Home/amspsfnt-1.0_5-8i386.log

Port maintainer (hrs@FreeBSD.org) is cc'd.

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

--- amspsfnt-1.0_5.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/print/amspsfnt/Makefile,v
retrieving revision 1.16
diff -u -u -r1.16 Makefile
--- Makefile	19 May 2009 06:49:23 -0000	1.16
+++ Makefile	21 Sep 2009 01:49:42 -0000
@@ -9,7 +9,11 @@
 PORTVERSION=	1.0
 PORTREVISION=	5
 CATEGORIES=	print x11-fonts
-MASTER_SITES=	ftp://ftp.ams.org/pub/tex/psfonts/ams/
+MASTER_SITES=	ftp://ftp.42.org/pub/FreeBSD/distfiles/ \
+		ftp://ftp.kreonet.re.kr/CTAN/fonts/amsfonts/ps-type1/ \
+		ftp://ftp.uni-koeln.de/tex/fonts/amsfonts/ps-type1/ \
+		http://ftp.ctex.org/pub/tex/fonts/type1/ \
+		ftp://ftp.ams.org/pub/tex/psfonts/ams/
 DISTNAME=	amsps
 EXTRACT_SUFX=	-unix.tar.gz
 
--- amspsfnt-1.0_5.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?20090921015243.22D2C4DA219>