- Update to 0.8.0
- Add new dependency: misc/e2fsprogs-libuuid - Add ftp/curl and www/libwww as dependencies (Q/A reported): They are dependencies of net/xmlrpc-c, but flowgrind is linking with them - Add USES=ssl - Remove CONFIGURE_ARGS: pcap and gsl are enabled by default - Remove post-patch entry: not necessary anymore - Pass maintainer'ship to submitter PR: 214529 Submitted by: dbaio@bsd.com.br
This commit is contained in:
parent
83d11d273a
commit
516306e5dd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=427872
@ -2,29 +2,26 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= flowgrind
|
||||
PORTVERSION= 0.7.5
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.8.0
|
||||
DISTVERSIONPREFIX= ${PORTNAME}-
|
||||
CATEGORIES= benchmarks
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= dbaio@bsd.com.br
|
||||
COMMENT= Measure throughput and other metrics for TCP
|
||||
|
||||
LICENSE= GPLv3+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS= libgsl.so:math/gsl \
|
||||
libxmlrpc.so:net/xmlrpc-c
|
||||
libxmlrpc.so:net/xmlrpc-c \
|
||||
libcurl.so:ftp/curl \
|
||||
libwwwxml.so:www/libwww \
|
||||
libuuid.so:misc/e2fsprogs-libuuid
|
||||
|
||||
USE_GITHUB= yes
|
||||
|
||||
USES= autoreconf
|
||||
USES= autoreconf ssl
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-pcap --enable-gsl
|
||||
CONFIGURE_ENV= LIBS="${LIBS} -lpcap"
|
||||
|
||||
post-patch:
|
||||
@${RM} -r ${WRKSRC}/build-aux
|
||||
@${REINPLACE_CMD} -e 's|AC_LIB_RPATH||g' ${WRKSRC}/configure.ac
|
||||
CONFIGURE_ENV= LIBS="${LIBS} -lpcap"
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,3 @@
|
||||
SHA256 (flowgrind-flowgrind-flowgrind-0.7.5_GH0.tar.gz) = 714d958340ac89339404fd0b2acd42dcb67277c7e9e4443903a9f85ab6c6342b
|
||||
SIZE (flowgrind-flowgrind-flowgrind-0.7.5_GH0.tar.gz) = 146499
|
||||
TIMESTAMP = 1478561627
|
||||
SHA256 (flowgrind-flowgrind-flowgrind-0.8.0_GH0.tar.gz) = 1b0c6c571f11430e170ee5d654ff10ba095f627f50509b6c678681566ead8cb6
|
||||
SIZE (flowgrind-flowgrind-flowgrind-0.8.0_GH0.tar.gz) = 152977
|
||||
|
Loading…
Reference in New Issue
Block a user