- Update to minor new version

- Add regression-test
- Drop maintainership

PR:		137701
Submitted by:	"Pedro F. Giffuni" <giffunip@tutopia.com>
This commit is contained in:
Yen-Ming Lee 2009-08-13 00:20:12 +00:00
parent c143d667d8
commit 924a56ebcc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=239416
2 changed files with 9 additions and 6 deletions

View File

@ -6,11 +6,11 @@
#
PORTNAME= umem
PORTVERSION= 1.0
PORTVERSION= 1.0.1
CATEGORIES= devel
MASTER_SITES= https://labs.omniti.com/portableumem/releases/${PORTVERSION}/
MASTER_SITES= https://labs.omniti.com/portableumem/releases/${PORTVERSION:R}/
MAINTAINER= leeym@FreeBSD.org
MAINTAINER= ports@FreeBSD.org
COMMENT= A port of the Solaris memory allocator
USE_BZIP2= yes
@ -23,4 +23,7 @@ post-patch:
MAN3= umem_alloc.3 umem_cache_create.3 umem_debug.3
regression-test: build
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
MD5 (umem-1.0.tar.bz2) = 9b5d885998b25fc88b1df03088d7fb8c
SHA256 (umem-1.0.tar.bz2) = 0c38273606e4cc435b27ab110cde2bc242e2187a66a4d1ae4688696338f60417
SIZE (umem-1.0.tar.bz2) = 266805
MD5 (umem-1.0.1.tar.bz2) = 98745046559664e2872e2ee78d26e51c
SHA256 (umem-1.0.1.tar.bz2) = d6148d236c6e49f0243c712b939f08d654498f3bea80b2319c74247220972cf2
SIZE (umem-1.0.1.tar.bz2) = 305999