From 1033286452366f944c8e6520927a36d2c7be71bd Mon Sep 17 00:00:00 2001 From: Tobias Kortkamp Date: Mon, 19 Mar 2018 06:11:49 +0000 Subject: misc/mbuffer: Update to 20180318 - Fixes a bug where mbuffer would immediatly fail with no explicit counts set - Add TEST_TARGET - Take maintainership after the last 6 months maintainer timeout from r464491 PR: 226637 Submitted by: eborisch+FreeBSD@gmail.com --- misc/mbuffer/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'misc/mbuffer/Makefile') diff --git a/misc/mbuffer/Makefile b/misc/mbuffer/Makefile index 271ac8c730c3..4eb1e2e2464e 100644 --- a/misc/mbuffer/Makefile +++ b/misc/mbuffer/Makefile @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME= mbuffer -PORTVERSION= 2017.10.11 +PORTVERSION= 2018.03.18 CATEGORIES= misc MASTER_SITES= http://www.maier-komor.de/software/mbuffer/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g} -MAINTAINER= mm@FreeBSD.org +MAINTAINER= tobik@FreeBSD.org COMMENT= Tool for buffering data streams LICENSE= GPLv3 @@ -19,6 +19,7 @@ GNU_CONFIGURE= yes # by mbuffer.c due to being "unable to send from buffers". CONFIGURE_ARGS= ac_cv_search_sendfile=no MAKE_ARGS= SHELL=/bin/sh +TEST_TARGET= check OPTIONS_DEFINE= MHASH OPTIONS_DEFAULT= MHASH -- cgit v1.2.3