From b51999de3afcffc2e4ac98fb8cfc532217c6c3f9 Mon Sep 17 00:00:00 2001 From: flz Date: Thu, 14 Jul 2005 12:45:32 +0000 Subject: - Update to 1.0.7. PR: ports/83404 Submitted by: Marcus Grando Approved by: maintainer --- math/pecl-big_int/Makefile | 2 +- math/pecl-big_int/distinfo | 4 ++-- math/pecl-big_int/files/patch-libbig_int-include-big_int.h | 14 -------------- 3 files changed, 3 insertions(+), 17 deletions(-) delete mode 100644 math/pecl-big_int/files/patch-libbig_int-include-big_int.h (limited to 'math/pecl-big_int') 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 -+#include - #if (BIG_INT_DIGIT_SIZE == 32) - typedef uint32_t big_int_word; - typedef uint64_t big_int_dword; -- cgit