diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-07-14 12:45:32 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-07-14 12:45:32 +0000 |
commit | addc0e622ecc4b0fb9a85f4819a2fca21f989ce7 (patch) | |
tree | 089496f60fc6137441ee12daac4b7d2e47cef348 /math/pecl-big_int | |
parent | 2a904da6407fd19d787f1a9d5df9a8b0d83efe0d (diff) | |
download | ports-addc0e622ecc4b0fb9a85f4819a2fca21f989ce7.tar.gz ports-addc0e622ecc4b0fb9a85f4819a2fca21f989ce7.zip |
Notes
Diffstat (limited to 'math/pecl-big_int')
-rw-r--r-- | math/pecl-big_int/Makefile | 2 | ||||
-rw-r--r-- | math/pecl-big_int/distinfo | 4 | ||||
-rw-r--r-- | math/pecl-big_int/files/patch-libbig_int-include-big_int.h | 14 |
3 files changed, 3 insertions, 17 deletions
diff --git a/math/pecl-big_int/Makefile b/math/pecl-big_int/Makefile index 37d22047518d..a11bfaa2958e 100644 --- a/math/pecl-big_int/Makefile +++ b/math/pecl-big_int/Makefile @@ -6,7 +6,7 @@ # PORTNAME= big_int -PORTVERSION= 1.0.5 +PORTVERSION= 1.0.7 CATEGORIES= math devel pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- diff --git a/math/pecl-big_int/distinfo b/math/pecl-big_int/distinfo index a18d399f6597..4500dc51fa71 100644 --- a/math/pecl-big_int/distinfo +++ b/math/pecl-big_int/distinfo @@ -1,2 +1,2 @@ -MD5 (PECL/big_int-1.0.5.tgz) = c27f62e767950c33f109b3a841a60f42 -SIZE (PECL/big_int-1.0.5.tgz) = 45853 +MD5 (PECL/big_int-1.0.7.tgz) = d858d5bcfd3f789cb1ae8cb8ff09d3e9 +SIZE (PECL/big_int-1.0.7.tgz) = 48248 diff --git a/math/pecl-big_int/files/patch-libbig_int-include-big_int.h b/math/pecl-big_int/files/patch-libbig_int-include-big_int.h deleted file mode 100644 index e1e9be1338de..000000000000 --- a/math/pecl-big_int/files/patch-libbig_int-include-big_int.h +++ /dev/null @@ -1,14 +0,0 @@ ---- libbig_int/include/big_int.h.orig Wed May 11 16:11:09 2005 -+++ libbig_int/include/big_int.h Tue May 17 21:01:26 2005 -@@ -77,9 +77,9 @@ - #endif /* end of BIG_INT_DIGIT_SIZE */
- #else
- /*
-- for ANSI C99 compliant comilers, which have stdint.h header
-+ for ANSI C99 compliant compilers, which have inttypes.h header
- */
--#include <stdint.h>
-+#include <inttypes.h>
- #if (BIG_INT_DIGIT_SIZE == 32)
- typedef uint32_t big_int_word;
- typedef uint64_t big_int_dword;
|