Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Oct 2012 16:22:09 GMT
From:      Fernando <fernando.apesteguia@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/172831: [maintainer update] update math/dynare to 4.3.1
Message-ID:  <201210171622.q9HGM9FG056239@red.freebsd.org>
Resent-Message-ID: <201210171630.q9HGU0UL064650@freefall.freebsd.org>

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

>Number:         172831
>Category:       ports
>Synopsis:       [maintainer update] update math/dynare to 4.3.1
>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:   Wed Oct 17 16:30: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:
Update dynare to 4.3.1 released on Oct 11.
>How-To-Repeat:

>Fix:
Apply the attached patch.

It's been tested on my machine and "port test" shows no errors. However, there's a problem with print/ghostscript9 that has already been reported[1] and not fixed yet. That's the reason why I can't build it on redports[2].

[1] http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/172740
[2] https://redports.org/~fernape/20121016160842-36703-88354/ghostscript9-9.06_1.log



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-16 18:00:36.000000000 +0200
@@ -5,9 +5,9 @@
 # $FreeBSD: ports/math/dynare/Makefile,v 1.8 2012/06/24 10:25:15 madpilot Exp $
 
 PORTNAME=	dynare
-PORTVERSION=	4.3.0
+PORTVERSION=	4.3.1
 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
@@ -35,11 +35,6 @@
 BUILD_DEPENDS+=		octave:${PORTSDIR}/math/octave
 .endif
 
-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 ;\
-	fi
-
 post-configure:
 	@${ECHO_MSG} ""
 	@${ECHO_MSG} ""
diff -ruN /usr/ports/math/dynare/distinfo dynare/distinfo
--- /usr/ports/math/dynare/distinfo	2012-06-24 12:25:15.000000000 +0200
+++ dynare/distinfo	2012-10-16 18:00:55.000000000 +0200
@@ -1,2 +1,2 @@
-SHA256 (dynare-4.3.0.tar.xz) = b83f2d1d509338f2adcc572a5bf5b6e4162a5c5a2dd61fc5bd63f3b97e8a6f52
-SIZE (dynare-4.3.0.tar.xz) = 13127736
+SHA256 (dynare-4.3.1.tar.xz) = 6a2d4a1c058b34295a1f825bafe7c46919577cc7b20797f63f8a4132d99db54a
+SIZE (dynare-4.3.1.tar.xz) = 12427912


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



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