mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
- Update to 13.1.2
Changes: * https://github.com/gambitproject/gambit/compare/v13.1.1...v13.1.2
This commit is contained in:
parent
184d828025
commit
ab7bf13bad
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=368947
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gambit
|
||||
PORTVERSION= 13.1.1
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 13.1.2
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= SF/gambit/${PORTNAME}13/${PORTVERSION}/
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (gambit-13.1.1.tar.gz) = af74056c1d4da26b16fbd3d76c4e4ab81336ddd6aaaab86be50fe9bae8658ed4
|
||||
SIZE (gambit-13.1.1.tar.gz) = 1658911
|
||||
SHA256 (gambit-13.1.2.tar.gz) = 25cd18bc7ba448f7817c8c339fd092a4d5afaec1ae2098faa6d06a91d78a4b7e
|
||||
SIZE (gambit-13.1.2.tar.gz) = 1659482
|
||||
|
@ -1,13 +0,0 @@
|
||||
--- src/libgambit/integer.h.orig 2014-04-23 14:09:42.000000000 +0200
|
||||
+++ src/libgambit/integer.h 2014-04-23 14:10:50.000000000 +0200
|
||||
@@ -224,8 +224,8 @@
|
||||
long as_long() const { return Itolong(rep); }
|
||||
double as_double() const { return Itodouble(rep); }
|
||||
|
||||
- friend std::string Itoa(const Integer& x, int base = 10, int width = 0);
|
||||
- friend Integer atoI(const char* s, int base = 10);
|
||||
+ friend std::string Itoa(const Integer& x, int base /*= 10*/, int width /*= 0*/);
|
||||
+ friend Integer atoI(const char* s, int base /*= 10*/);
|
||||
|
||||
friend std::istream &operator>>(std::istream &s, Integer& y);
|
||||
friend std::ostream &operator<<(std::ostream &s, const Integer& y);
|
@ -38,4 +38,3 @@ include/libgambit/stratitr.h
|
||||
include/libgambit/stratspt.h
|
||||
include/libgambit/vector.h
|
||||
include/libgambit/vector.imp
|
||||
@dirrm include/libgambit
|
||||
|
Loading…
Reference in New Issue
Block a user