Index: head/devel/fstrm/Makefile =================================================================== --- head/devel/fstrm/Makefile (revision 470129) +++ head/devel/fstrm/Makefile (revision 470130) @@ -1,33 +1,33 @@ # Created by: Leo Vandewoestijne # $FreeBSD$ PORTNAME= fstrm -PORTVERSION= 0.3.2 +PORTVERSION= 0.4.0 DISTVERSIONPREFIX= v CATEGORIES= devel MAINTAINER= freebsd@dns.company COMMENT= Implementation of the Frame Streams data transport protocol in C LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libevent.so:devel/libevent +USES= autoreconf gmake libtool pkgconfig USE_GITHUB= yes +USE_LDCONFIG= yes GH_ACCOUNT= farsightsec GNU_CONFIGURE= yes -USES= autoreconf gmake libtool pkgconfig -USE_LDCONFIG= yes INSTALL_TARGET= install-strip TEST_TARGET= check OPTIONS_DEFINE= DOXYGEN DOXYGEN_DESC= Use doxygen for docs DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen DOXYGEN_ALL_TARGET= html-local PORTDOCS= * .include Index: head/devel/fstrm/distinfo =================================================================== --- head/devel/fstrm/distinfo (revision 470129) +++ head/devel/fstrm/distinfo (revision 470130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1491861016 -SHA256 (farsightsec-fstrm-v0.3.2_GH0.tar.gz) = 16112cda18aece363e32a04cd2265174b09944f3f3dcffa5c8312a293ec93737 -SIZE (farsightsec-fstrm-v0.3.2_GH0.tar.gz) = 185466 +TIMESTAMP = 1526070744 +SHA256 (farsightsec-fstrm-v0.4.0_GH0.tar.gz) = 2c84ff059d5850078d3d85927fd2e8f8a1cbe76bcf91cb125cfbbbd89ec5afc0 +SIZE (farsightsec-fstrm-v0.4.0_GH0.tar.gz) = 194789 Index: head/devel/fstrm/files/patch-src_fstrm__replay.c =================================================================== --- head/devel/fstrm/files/patch-src_fstrm__replay.c (nonexistent) +++ head/devel/fstrm/files/patch-src_fstrm__replay.c (revision 470130) @@ -0,0 +1,11 @@ +--- src/fstrm_replay.c.orig 2018-05-10 14:44:28 UTC ++++ src/fstrm_replay.c +@@ -15,6 +15,8 @@ + */ + + #include ++#include ++#include + #include + #include + #include Property changes on: head/devel/fstrm/files/patch-src_fstrm__replay.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/fstrm/pkg-plist =================================================================== --- head/devel/fstrm/pkg-plist (revision 470129) +++ head/devel/fstrm/pkg-plist (revision 470130) @@ -1,15 +1,20 @@ bin/fstrm_capture bin/fstrm_dump +bin/fstrm_replay include/fstrm.h include/fstrm/control.h include/fstrm/file.h include/fstrm/iothr.h include/fstrm/rdwr.h include/fstrm/reader.h +include/fstrm/tcp_writer.h include/fstrm/unix_writer.h include/fstrm/writer.h lib/libfstrm.a lib/libfstrm.so lib/libfstrm.so.0 -lib/libfstrm.so.0.0.0 +lib/libfstrm.so.0.1.0 +man/man1/fstrm_capture.1.gz +man/man1/fstrm_dump.1.gz +man/man1/fstrm_replay.1.gz libdata/pkgconfig/libfstrm.pc