summaryrefslogtreecommitdiff
path: root/math/GiNaC
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2006-10-07 15:01:20 +0000
committerMartin Wilke <miwi@FreeBSD.org>2006-10-07 15:01:20 +0000
commitb199753f76db4bd9b3333c0b5318e60f79819658 (patch)
treeefd6c7aa76132b78e9159df6d1a4fd09d4f54c05 /math/GiNaC
parent- Update to 20061007 fingerprints (diff)
- Update to 1.3.5
PR: ports/104076 Submitted by: trasz <trasz@pin.if.uz.zgora.pl>
Notes
Notes: svn path=/head/; revision=174788
Diffstat (limited to 'math/GiNaC')
-rw-r--r--math/GiNaC/Makefile4
-rw-r--r--math/GiNaC/distinfo6
-rw-r--r--math/GiNaC/files/patch-ginsh::ginsh_parser.yy15
3 files changed, 13 insertions, 12 deletions
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 <bsd.port.pre.mk>
.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 <sys/time.h>
++
+ #ifdef HAVE_RUSAGE
#include <sys/resource.h>
-
- #if HAVE_UNISTD_H
-@@ -720,6 +721,8 @@
+ #else
+@@ -888,6 +890,8 @@
/*
* Main program
*/