Date: Thu, 21 Jun 2012 17:08:58 GMT From: Fernando <fernando.apesteguia@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/169298: [maintainer update] update math/dynare to 4.3.0 Message-ID: <201206211708.q5LH8wPF062856@red.freebsd.org> Resent-Message-ID: <201206211710.q5LHA7gN068875@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 169298 >Category: ports >Synopsis: [maintainer update] update math/dynare to 4.3.0 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Jun 21 17:10:06 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: The new version of dynare was released on June 15th. >How-To-Repeat: >Fix: Apply the attached patch to update port to use dynare 4.3.0 Upstream also changed tarballs and now uses xz compression. Patch attached with submission follows: diff -ruN dynare.orig/Makefile dynare/Makefile --- dynare.orig/Makefile 2012-06-21 18:51:23.000000000 +0200 +++ dynare/Makefile 2012-06-21 19:05:23.000000000 +0200 @@ -5,10 +5,10 @@ # $FreeBSD: ports/math/dynare/Makefile,v 1.6 2012/06/07 16:00:26 erwin Exp $ PORTNAME= dynare -PORTVERSION= 4.2.5 +PORTVERSION= 4.3.0 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/dynare-4.3/source/${DISTNAME}.tar.xz/at_download/file MAINTAINER= fernando.apesteguia@gmail.com COMMENT= Software platform for handling a wide class of economic models @@ -19,6 +19,7 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_FORTRAN= yes +USE_XZ= yes INFO= dynare @@ -37,7 +38,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/dynare-4.3/source/${DISTNAME}${EXTRACT_SUFX}/at_download/file ;\ fi post-configure: diff -ruN dynare.orig/distinfo dynare/distinfo --- dynare.orig/distinfo 2012-06-21 18:51:23.000000000 +0200 +++ dynare/distinfo 2012-06-21 18:55:07.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (dynare-4.2.5.tar.gz) = b7307cc8c477151ce61a885227e208dfb521df932ab4c79955b4f6a5cc351643 -SIZE (dynare-4.2.5.tar.gz) = 13664654 +SHA256 (dynare-4.3.0.tar.xz) = b83f2d1d509338f2adcc572a5bf5b6e4162a5c5a2dd61fc5bd63f3b97e8a6f52 +SIZE (dynare-4.3.0.tar.xz) = 13127736 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201206211708.q5LH8wPF062856>