- Upgrade to 0.4.3.

- Use 4.4+ for sparc64 build (gcc-4.3 will be deprecated) [1].

Submitted by:	gerald [1]
This commit is contained in:
Jun Kuriyama 2010-04-17 01:53:40 +00:00
parent 16e3308d0f
commit c666202f5d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=252785
3 changed files with 8 additions and 9 deletions

View file

@ -6,11 +6,10 @@
#
PORTNAME= msgpack
PORTVERSION= 0.4.1
PORTREVISION= 1
PORTVERSION= 0.4.3
CATEGORIES= devel
MASTER_SITES= SOURCEFORGE_JP
MASTER_SITE_SUBDIR= msgpack/45536
MASTER_SITES= SOURCEFORGE
MASTER_SITE_SUBDIR= msgpack/msgpack/cpp
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Binary-based efficient data interchange format focused on performance
@ -22,7 +21,7 @@ USE_LDCONFIG= yes
.if ${ARCH} == "sparc64"
# required for __sync _* atomic operations on sparc
USE_GCC= 4.3+
USE_GCC= 4.4+
.else
USE_GCC= 4.2+
.endif

View file

@ -1,3 +1,3 @@
MD5 (msgpack-0.4.1.tar.gz) = 7b11cc3a59d89ee72cdaa105b4744242
SHA256 (msgpack-0.4.1.tar.gz) = 440fd33cf97365572515072e8e94412155458fef88497c936136f9d9f176494b
SIZE (msgpack-0.4.1.tar.gz) = 373940
MD5 (msgpack-0.4.3.tar.gz) = ae55b5a48221fabc587a9ff2b0b6106e
SHA256 (msgpack-0.4.3.tar.gz) = 12fa9e50277a1e79153c435216ad48b26e6ee0ffacf7fbe78f5bac13098ee72d
SIZE (msgpack-0.4.3.tar.gz) = 375608

View file

@ -2,4 +2,4 @@ MessagePack is a binary-based efficient data interchange format that
is focused on high performance. It is like JSON, but very fast and
small.
WWW: http://msgpack.sourceforge.jp/
WWW: http://msgpack.sourceforge.net/