aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2012-06-19 03:27:32 +0800
committerpav <pav@FreeBSD.org>2012-06-19 03:27:32 +0800
commit330db57e6d07845846ccaa328c7a2005053a70ae (patch)
tree670dd1b1f7f0b0b388ecdb636fc4fc4bc4a774ef /math
parentb78f8c80cc5a553e01d7ba4dbecbc1399d65c4d4 (diff)
downloadfreebsd-ports-gnome-330db57e6d07845846ccaa328c7a2005053a70ae.tar.gz
freebsd-ports-gnome-330db57e6d07845846ccaa328c7a2005053a70ae.tar.zst
freebsd-ports-gnome-330db57e6d07845846ccaa328c7a2005053a70ae.zip
- Fix fetch
PR: ports/169204 Submitted by: Fernando <fernando.apesteguia@gmail.com> (maintainer)
Diffstat (limited to 'math')
-rw-r--r--math/dynare/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/dynare/Makefile b/math/dynare/Makefile
index d5c23c26928f..285340495943 100644
--- a/math/dynare/Makefile
+++ b/math/dynare/Makefile
@@ -8,7 +8,7 @@ PORTNAME= dynare
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 @@ BUILD_DEPENDS+= octave:${PORTSDIR}/math/octave
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: