Date: Mon, 18 Jun 2012 16:58:30 GMT From: Fernando <fernando.apesteguia@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/169204: [maintainer update] math/dynare Message-ID: <201206181658.q5IGwUPh000714@red.freebsd.org> Resent-Message-ID: <201206181700.q5IH0KVb045889@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201206181658.q5IGwUPh000714>