Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Oct 2012 21:56:09 GMT
From:      Fernando <fernando.apesteguia@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/172738: [maintainer update] update math/dynare (fetch error)
Message-ID:  <201210152156.q9FLu9M2081259@red.freebsd.org>
Resent-Message-ID: <201210152200.q9FM0005060370@freefall.freebsd.org>

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

>Number:         172738
>Category:       ports
>Synopsis:       [maintainer update] update math/dynare (fetch error)
>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:   Mon Oct 15 22:00:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Fernando
>Release:        9.0-RELEASE
>Organization:
>Environment:
FreeBSD beastie 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan  3 07:46:30 UTC 2012     root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64

>Description:
Since around Oct 11, the upstream project moved old releases to another location so dynare can't be fetched.
>How-To-Repeat:
cd /usr/ports/math/dynare && make fetch
>Fix:
Apply the attached patch.

Patch attached with submission follows:

diff -ruN /usr/ports/math/dynare/Makefile dynare/Makefile
--- /usr/ports/math/dynare/Makefile	2012-06-24 12:25:15.000000000 +0200
+++ dynare/Makefile	2012-10-15 23:43:41.000000000 +0200
@@ -7,7 +7,7 @@
 PORTNAME=	dynare
 PORTVERSION=	4.3.0
 CATEGORIES=	math
-MASTER_SITES=	http://www.dynare.org/download/dynare-4.3/source/${DISTNAME}${EXTRACT_SUFX}/at_download/file
+MASTER_SITES=	http://www.dynare.org/release/source/
 
 MAINTAINER=	fernando.apesteguia@gmail.com
 COMMENT=	Software platform for handling a wide class of economic models
@@ -37,7 +37,7 @@
 
 do-fetch:
 	if [ ! -f ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ]; then \
-		${FETCH_BINARY} -o ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} http://www.dynare.org/download/dynare-4.3/source/${DISTNAME}${EXTRACT_SUFX}/at_download/file ;\
+		${FETCH_BINARY} -o ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} http://www.dynare.org/release/source/dynare-${PORTVERSION}.tar.xz;\
 	fi
 
 post-configure:


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



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