ports/169204: [maintainer update] math/dynare

Fernando fernando.apesteguia at gmail.com
Mon Jun 18 17:00:22 UTC 2012


>Number:         169204
>Category:       ports
>Synopsis:       [maintainer update] math/dynare
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 18 17:00:20 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Fernando
>Release:        9.0-RELEASE
>Organization:
>Environment:
FreeBSD hammer 9.0-RELEASE FreeBSD 9.0-RELEASE #6: Thu Mar 15 21:48:00 CET 2012     root at hammer:/usr/obj/usr/src/sys/GENERIC  amd64

>Description:
Upstream vendor moved the 4.2.5 tarball to another location (since june 15). This makes the fetch target fail.
Until I have time to have a look at the new 4.3 release, this patch updates the MASTER_SITE variable to point to the old release.
>How-To-Repeat:
cd /usr/ports/math/dynare && make fetch
>Fix:
Apply the attached patch.

Patch attached with submission follows:

diff -ruN dynare.old/Makefile dynare/Makefile
--- dynare.old/Makefile	2012-06-18 18:57:13.000000000 +0200
+++ dynare/Makefile	2012-06-18 19:01:26.000000000 +0200
@@ -8,7 +8,7 @@
 PORTVERSION=	4.2.5
 PORTREVISION=	1
 CATEGORIES=	math
-MASTER_SITES=	http://www.dynare.org/download/dynare-4.2/source/${DISTNAME}.tar.gz/at_download/file
+MASTER_SITES=	http://www.dynare.org/download/oldies/dynare-4.2/source/${DISTNAME}.tar.gz/at_download/file
 
 MAINTAINER=	fernando.apesteguia at 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.2/source/${DISTNAME}${EXTRACT_SUFX}/at_download/file ;\
+		${FETCH_BINARY} -o ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} http://www.dynare.org/download/oldies/dynare-4.2/source/${DISTNAME}${EXTRACT_SUFX}/at_download/file ;\
 	fi
 
 post-configure:


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



More information about the freebsd-ports-bugs mailing list