Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Mar 2008 22:25:56 GMT
From:      Steven Kreuzer <skreuzer@exit2shell.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/121370: Have math/moo use MASTER_SITE_OPENBSD for MASTER_SITES
Message-ID:  <200803042225.m24MPu9H041301@www.freebsd.org>
Resent-Message-ID: <200803042230.m24MU4u3098153@freefall.freebsd.org>

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

>Number:         121370
>Category:       ports
>Synopsis:       Have math/moo use MASTER_SITE_OPENBSD for MASTER_SITES
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 04 22:30:04 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Steven Kreuzer
>Release:        6.2-STABLE
>Organization:
>Environment:
FreeBSD scruffy.exit2shell.com 6.2-STABLE FreeBSD 6.2-STABLE #0: Fri Apr 13 17:11:11 EDT 2007 root@scruffy.exit2shell.com:/usr/obj/usr/src/sys/GENERIC i386
>Description:
bsd.sites.mk was recently updated to include a new macro called MASTER_SITE_OPENBSD. (see ports/121369 for additional details)

This patch pulls the source tarball for moo from one of those mirrors.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /usr/share/cvs/freebsd/ports/math/moo/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile	28 Feb 2008 18:17:53 -0000	1.3
+++ Makefile	4 Mar 2008 21:45:57 -0000
@@ -8,11 +8,9 @@
 PORTNAME=	moo
 PORTVERSION=	1.3
 CATEGORIES=	math
-MASTER_SITES=	http://www.exit2shell.com/~skreuzer/distfiles/ \
-		ftp://ftp.openbsd.org/pub/OpenBSD/distfiles/ \
-		http://cyth.net/~ray/moo/
+MASTER_SITES=	${MASTER_SITE_OPENBSD}
+MASTER_SITE_SUBDIR=	distfiles
 EXTRACT_SUFX=	.tgz
-
 MAINTAINER=	skreuzer@exit2shell.com
 COMMENT=	Calculator that accepts C-like syntax as input
 


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



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