1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-05 11:35:01 +00:00

upgrade to 0.3.4

This commit is contained in:
Ying-Chieh Liao 2007-06-11 14:38:44 +00:00
parent d1842a5190
commit 1c23601f1b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=193267
2 changed files with 7 additions and 5 deletions

View File

@ -7,7 +7,7 @@
#
PORTNAME= libarena
PORTVERSION= 0.3.1
PORTVERSION= 0.3.4
CATEGORIES= devel
MASTER_SITES= http://www.25thandclement.com/~william/projects/releases/
EXTRACT_SUFX= .tgz
@ -17,7 +17,9 @@ COMMENT= Custom Memory Allocator Interface
USE_GMAKE= yes
PLIST_FILES= include/arena/pool.h \
PLIST_FILES= include/arena/align.h \
include/arena/arena.h \
include/arena/pool.h \
include/arena/proto.h \
include/arena/rbits.h \
include/arena/util.h \

View File

@ -1,3 +1,3 @@
MD5 (libarena-0.3.1.tgz) = 6e2e4ac8b13c2477ddaab48ccc5f7bc5
SHA256 (libarena-0.3.1.tgz) = c64dc09ca806dbf549405ba932e27c6cc9c37af815393377232e5641b554b035
SIZE (libarena-0.3.1.tgz) = 20198
MD5 (libarena-0.3.4.tgz) = 0756a2c06622828542b3a68ea9563ca2
SHA256 (libarena-0.3.4.tgz) = d4b37d814372100d9a8226e22ed4ee03714f3c7c1afe830fd365907f16807870
SIZE (libarena-0.3.4.tgz) = 22522