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
This commit is contained in:
parent
7ca8c2691e
commit
1033286452
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=464984
2 changed files with 6 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue