diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2014-09-22 14:45:22 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2014-09-22 14:45:22 +0000 |
commit | ab7bf13bad2362205a8cb1350e17dd3ca2acbb94 (patch) | |
tree | eae217c29ce658ad5d9b642fdd132b1a1ab5e17b | |
parent | 184d828025dcc1e7afe81351d1e000922aae0bd7 (diff) |
Notes
-rw-r--r-- | math/gambit/Makefile | 3 | ||||
-rw-r--r-- | math/gambit/distinfo | 4 | ||||
-rw-r--r-- | math/gambit/files/patch-src-libgambit_integer.h | 13 | ||||
-rw-r--r-- | math/gambit/pkg-plist | 1 |
4 files changed, 3 insertions, 18 deletions
diff --git a/math/gambit/Makefile b/math/gambit/Makefile index 8ec5747c1a9c..65644dce1214 100644 --- a/math/gambit/Makefile +++ b/math/gambit/Makefile @@ -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}/ diff --git a/math/gambit/distinfo b/math/gambit/distinfo index 38cf91fcb2eb..dc05025b8f32 100644 --- a/math/gambit/distinfo +++ b/math/gambit/distinfo @@ -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 diff --git a/math/gambit/files/patch-src-libgambit_integer.h b/math/gambit/files/patch-src-libgambit_integer.h deleted file mode 100644 index f26e023d0122..000000000000 --- a/math/gambit/files/patch-src-libgambit_integer.h +++ /dev/null @@ -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); diff --git a/math/gambit/pkg-plist b/math/gambit/pkg-plist index 0f9b78040e1b..0b4b0e5ceb65 100644 --- a/math/gambit/pkg-plist +++ b/math/gambit/pkg-plist @@ -38,4 +38,3 @@ include/libgambit/stratitr.h include/libgambit/stratspt.h include/libgambit/vector.h include/libgambit/vector.imp -@dirrm include/libgambit |