Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Sep 2003 14:33:10 -0500 (CDT)
From:      Mark Linimon <linimon@lonesome.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/57291: [patch][non-maintainer] fix master_sites for x11-fonts/lfpfonts-fix, lfpfonts-var, nucleus
Message-ID:  <200309271933.h8RJXALO062028@lonesome.lonesome.com>
Resent-Message-ID: <200309271940.h8RJeDOx008369@freefall.freebsd.org>

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

>Number:         57291
>Category:       ports
>Synopsis:       [patch][non-maintainer] fix master_sites for x11-fonts/lfpfonts-fix, lfpfonts-var, nucleus
>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:   Sat Sep 27 12:40:13 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Mark Linimon
>Release:        FreeBSD 4.9-PRERELEASE i386
>Organization:
Lonesome Dove Computing Services
>Environment:
System: FreeBSD lonesome.lonesome.com 4.9-PRERELEASE FreeBSD 4.9-PRERELEASE #0: Fri Sep 5 01:19:33 CDT 2003 linimon@lonesome.lonesome.com:/usr/src/sys/compile/MULTIMEDIA_DEBUG i386
>Description:
	Due to a bug in the specification of MASTER_SITES, the files are only
	available from FreeBSD.  NB: all 3 of these have the same maintainer.
>How-To-Repeat:
	make fetch
>Fix:

--- lfpfonts-fix/Makefile.dist	Mon Jul 14 01:58:41 2003
+++ lfpfonts-fix/Makefile	Sat Sep 27 14:24:58 2003
@@ -8,7 +8,8 @@
 PORTNAME=	lfpfonts-fix
 PORTVERSION=	0.82
 CATEGORIES=	x11-fonts
-MASTER_SITES=	${MASTER_SITES_SOURCEFORGE}
+MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR=	xfonts
 
 MAINTAINER=	olgeni@FreeBSD.org
 COMMENT=	Fixed width fonts from the Linux Font Project
--- lfpfonts-var/Makefile.dist	Mon Jul 14 01:58:41 2003
+++ lfpfonts-var/Makefile	Sat Sep 27 14:25:30 2003
@@ -8,7 +8,8 @@
 PORTNAME=	lfpfonts-var
 PORTVERSION=	0.83
 CATEGORIES=	x11-fonts
-MASTER_SITES=	${MASTER_SITES_SOURCEFORGE}
+MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR=	xfonts
 
 MAINTAINER=	olgeni@FreeBSD.org
 COMMENT=	Variable width fonts from the Linux Font Project
--- nucleus/Makefile.dist	Mon Jul 14 01:58:41 2003
+++ nucleus/Makefile	Sat Sep 27 14:26:40 2003
@@ -9,7 +9,8 @@
 PORTVERSION=	0.77
 PORTREVISION=	2
 CATEGORIES=	x11-fonts
-MASTER_SITES=	${MASTER_SITES_SOURCEFORGE}
+MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR=	xfonts
 
 MAINTAINER=	olgeni@FreeBSD.org
 COMMENT=	Another font package for X
>Release-Note:
>Audit-Trail:
>Unformatted:



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