From b199753f76db4bd9b3333c0b5318e60f79819658 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Sat, 7 Oct 2006 15:01:20 +0000 Subject: - Update to 1.3.5 PR: ports/104076 Submitted by: trasz --- math/GiNaC/Makefile | 4 ++-- math/GiNaC/distinfo | 6 +++--- math/GiNaC/files/patch-ginsh::ginsh_parser.yy | 15 ++++++++------- 3 files changed, 13 insertions(+), 12 deletions(-) (limited to 'math/GiNaC') diff --git a/math/GiNaC/Makefile b/math/GiNaC/Makefile index f301d8addb7a..f9f9578af509 100644 --- a/math/GiNaC/Makefile +++ b/math/GiNaC/Makefile @@ -7,7 +7,7 @@ # PORTNAME= GiNaC -PORTVERSION= 1.3.3 +PORTVERSION= 1.3.5 CATEGORIES= math MASTER_SITES= ftp://ftpthep.physik.uni-mainz.de/pub/GiNaC/ \ http://www.ginac.de/ @@ -36,7 +36,7 @@ LDFLAGS= -L${LOCALBASE}/lib .include .if ${ARCH} == "alpha" -BROKEN= "Does not build on alpha" +BROKEN= Does not build on alpha .endif post-extract: diff --git a/math/GiNaC/distinfo b/math/GiNaC/distinfo index ca21150778d3..b8e78388969f 100644 --- a/math/GiNaC/distinfo +++ b/math/GiNaC/distinfo @@ -1,3 +1,3 @@ -MD5 (ginac-1.3.3.tar.bz2) = 6278b954d17013a4c027e4d52a4bd8b4 -SHA256 (ginac-1.3.3.tar.bz2) = 9f3adfef06a23ded66b868033ffacea7af8b6555209c45969d90255636a3babe -SIZE (ginac-1.3.3.tar.bz2) = 775173 +MD5 (ginac-1.3.5.tar.bz2) = 2187bd0f79baf78514b5cbf737d67b01 +SHA256 (ginac-1.3.5.tar.bz2) = 1e1f3c580d7b6f137c6b109c5c565b7e888771aeb8940d167b954e8847c14d62 +SIZE (ginac-1.3.5.tar.bz2) = 781632 diff --git a/math/GiNaC/files/patch-ginsh::ginsh_parser.yy b/math/GiNaC/files/patch-ginsh::ginsh_parser.yy index dc0a74f9ea45..e5a91b48131b 100644 --- a/math/GiNaC/files/patch-ginsh::ginsh_parser.yy +++ b/math/GiNaC/files/patch-ginsh::ginsh_parser.yy @@ -1,14 +1,15 @@ ---- ginsh/ginsh_parser.yy.orig Wed Feb 28 20:55:04 2001 -+++ ginsh/ginsh_parser.yy Tue Mar 6 16:45:06 2001 -@@ -29,6 +29,7 @@ +--- ginsh/ginsh_parser.yy.orig Sat Aug 5 22:36:18 2006 ++++ ginsh/ginsh_parser.yy Fri Oct 6 21:54:20 2006 +@@ -28,6 +28,8 @@ + %{ #include "config.h" - +#include ++ + #ifdef HAVE_RUSAGE #include - - #if HAVE_UNISTD_H -@@ -720,6 +721,8 @@ + #else +@@ -888,6 +890,8 @@ /* * Main program */ -- cgit v1.2.3