Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Nov 2009 18:29:54 -0600 (CST)
From:      Stephen Montgomery-Smith <stephen@missouri.edu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/140541: Not all octave-forge ports fetch properly.
Message-ID:  <200911140029.nAE0Ts6G027222@cauchy.math.missouri.edu>
Resent-Message-ID: <200911140030.nAE0U2it062715@freefall.freebsd.org>

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

>Number:         140541
>Category:       ports
>Synopsis:       Not all octave-forge ports fetch properly.
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 14 00:30:02 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Stephen Montgomery-Smith
>Release:        FreeBSD 7.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD cauchy 7.2-STABLE FreeBSD 7.2-STABLE #0: Wed Jul 29 15:00:29 CDT 2009 stephen@cauchy:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:

Somehow the sourceforge sites went through some massive revision, so putting
MASTER_SITES=	SF
no longer seems to work for the octave-forge ports.

>How-To-Repeat:
	
>Fix:

This fixes the problem, but I must admit that I am not happy with this fix.

diff -u bsd.octave.mk-orig bsd.octave.mk
--- bsd.octave.mk-orig	2009-11-13 18:22:50.000000000 -0600
+++ bsd.octave.mk	2009-11-13 18:23:31.000000000 -0600
@@ -9,7 +9,8 @@
 # into math/octave.
 
 
-MASTER_SITES=	SF/octave/Octave%20Forge%20Packages/R2009-06-07
+MASTER_SITES=	SF/octave/Octave%20Forge%20Packages/R2009-06-07 \
+		SF/octave/Octave%20Forge%20Packages/R2009-05-08
 DISTNAME=	${OCTAVE_PKGNAME}-${PORTVERSION}
 
 bsd_octave_mk_MAINTAINER=	stephen@missouri.edu


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



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