- Update to 1.0.7.

PR:		ports/83404
Submitted by:	Marcus Grando <marcus@corp.grupos.com.br>
Approved by:	maintainer
This commit is contained in:
Florent Thoumie 2005-07-14 12:45:32 +00:00
parent 2a904da640
commit addc0e622e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=139199
3 changed files with 3 additions and 17 deletions

View File

@ -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-

View File

@ -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

View File

@ -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;