diff options
author | tobik <tobik@FreeBSD.org> | 2018-03-19 14:11:49 +0800 |
---|---|---|
committer | tobik <tobik@FreeBSD.org> | 2018-03-19 14:11:49 +0800 |
commit | 252fa76ef022aa85b976617491f2a2e9de6de62f (patch) | |
tree | ec66701432d8d230c457890944a9924d24458039 /misc | |
parent | 7b6381dfe869b11810da563c33b182baab20c1aa (diff) | |
download | freebsd-ports-gnome-252fa76ef022aa85b976617491f2a2e9de6de62f.tar.gz freebsd-ports-gnome-252fa76ef022aa85b976617491f2a2e9de6de62f.tar.zst freebsd-ports-gnome-252fa76ef022aa85b976617491f2a2e9de6de62f.zip |
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
Diffstat (limited to 'misc')
-rw-r--r-- | misc/mbuffer/Makefile | 5 | ||||
-rw-r--r-- | misc/mbuffer/distinfo | 6 |
2 files changed, 6 insertions, 5 deletions
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 diff --git a/misc/mbuffer/distinfo b/misc/mbuffer/distinfo index 8821fca366e6..5891eddf573b 100644 --- a/misc/mbuffer/distinfo +++ b/misc/mbuffer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1512145808 -SHA256 (mbuffer-20171011.tgz) = eb2f979708bb5ba42a6c1f12c7502dff3b05df8e49b5686c308eda96cad0d1fc -SIZE (mbuffer-20171011.tgz) = 136630 +TIMESTAMP = 1521439655 +SHA256 (mbuffer-20180318.tgz) = d3c1e20bf7e731602d7801f403f4f3ff8445256b89be76c20c5ba973dc8d00ea +SIZE (mbuffer-20180318.tgz) = 137259 |