Date: Wed, 12 Aug 2009 22:59:45 GMT From: "Pedro F. Giffuni" <giffunip@tutopia.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/137701: update devel/umem to 1.0.1 Message-ID: <200908122259.n7CMxjB1046239@www.freebsd.org> Resent-Message-ID: <200908122300.n7CN0GgF079474@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 137701 >Category: ports >Synopsis: update devel/umem to 1.0.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Aug 12 23:00:15 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Pedro F. Giffuni >Release: 7.2-Release >Organization: >Environment: FreeBSD kakumen.cable.net.co 7.2-RELEASE FreeBSD 7.2-RELEASE #2: Fri Jul 3 21:06:44 COT 2009 pedro@kakumen.cable.net.co:/usr/src/sys/amd64/compile/GENERIC.Dell amd64 >Description: - Update to minor new version - Add regression-test >How-To-Repeat: Please note we are not passing 3/4 tests on amd64 >Fix: diff -u umem.orig/Makefile umem/Makefile --- umem.orig/Makefile 2009-08-12 17:35:03.000000000 -0500 +++ umem/Makefile 2009-08-12 17:51:40.000000000 -0500 @@ -6,9 +6,9 @@ # 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 COMMENT= A port of the Solaris memory allocator @@ -23,4 +23,7 @@ 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> diff -u umem.orig/distinfo umem/distinfo --- umem.orig/distinfo 2009-08-12 17:35:03.000000000 -0500 +++ umem/distinfo 2009-08-12 17:37:24.000000000 -0500 @@ -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 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908122259.n7CMxjB1046239>