summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2005-07-14 12:45:32 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2005-07-14 12:45:32 +0000
commitaddc0e622ecc4b0fb9a85f4819a2fca21f989ce7 (patch)
tree089496f60fc6137441ee12daac4b7d2e47cef348 /math
parent- Restore distinfo for WITH_CJK knob (diff)
- Update to 1.0.7.
PR: ports/83404 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Approved by: maintainer
Notes
Notes: svn path=/head/; revision=139199
Diffstat (limited to 'math')
-rw-r--r--math/pecl-big_int/Makefile2
-rw-r--r--math/pecl-big_int/distinfo4
-rw-r--r--math/pecl-big_int/files/patch-libbig_int-include-big_int.h14
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;