Index: head/net-mgmt/driftnet/Makefile =================================================================== --- head/net-mgmt/driftnet/Makefile (revision 515086) +++ head/net-mgmt/driftnet/Makefile (revision 515087) @@ -1,37 +1,37 @@ # Created by: Simon 'corecode' Schubert # $FreeBSD$ PORTNAME= driftnet -PORTVERSION= 1.2.0 +PORTVERSION= 1.2.1 DISTVERSIONPREFIX= v CATEGORIES= net-mgmt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Tool to grab images out of (your) TCP connections LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libgif.so:graphics/giflib \ libpng.so:graphics/png BUILD_DEPENDS= makedepend:devel/makedepend GNU_CONFIGURE= yes USES= autoreconf gettext-runtime gmake gnome jpeg localbase:ldflags \ - pkgconfig + pkgconfig xorg USE_GITHUB= yes USE_GNOME= gtk20 USE_XORG= x11 xext xi GH_ACCOUNT= deiv CONFIGURE_ARGS+= --disable-http-display PLIST_FILES= bin/driftnet man/man1/driftnet.1.gz PORTDOCS= * INSTALL_TARGET= install-strip OPTIONS_DEFINE= DOCS .include Index: head/net-mgmt/driftnet/distinfo =================================================================== --- head/net-mgmt/driftnet/distinfo (revision 515086) +++ head/net-mgmt/driftnet/distinfo (revision 515087) @@ -1,3 +1,3 @@ -TIMESTAMP = 1537093222 -SHA256 (deiv-driftnet-v1.2.0_GH0.tar.gz) = 4d7b888dab73741f98a414433036b661d886f6e4486664fe8cf491344665a1bf -SIZE (deiv-driftnet-v1.2.0_GH0.tar.gz) = 144356 +TIMESTAMP = 1571574204 +SHA256 (deiv-driftnet-v1.2.1_GH0.tar.gz) = 8d4c5764c3071637abe9b2f5a8b4009f1fe7c5045018482c39301358ea258313 +SIZE (deiv-driftnet-v1.2.1_GH0.tar.gz) = 4971381 Index: head/net-mgmt/driftnet/files/patch-src_layer3.c =================================================================== --- head/net-mgmt/driftnet/files/patch-src_layer3.c (revision 515086) +++ head/net-mgmt/driftnet/files/patch-src_layer3.c (nonexistent) @@ -1,16 +0,0 @@ ---- src/layer3.c.orig 2018-09-15 19:08:05 UTC -+++ src/layer3.c -@@ -16,6 +16,13 @@ - #include - #endif - -+#ifdef __FreeBSD__ -+#include -+#include -+#include -+#include -+#endif -+ - #include - #include - Property changes on: head/net-mgmt/driftnet/files/patch-src_layer3.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net-mgmt/driftnet/files/patch-src_connection.c =================================================================== --- head/net-mgmt/driftnet/files/patch-src_connection.c (revision 515086) +++ head/net-mgmt/driftnet/files/patch-src_connection.c (nonexistent) @@ -1,13 +0,0 @@ ---- src/connection.c.orig 2014-09-14 19:16:31 UTC -+++ src/connection.c -@@ -19,6 +19,10 @@ - #include - #include - -+#ifdef __FreeBSD__ -+#include -+#endif -+ - #include "util.h" - #include "media.h" - #include "driftnet.h" Property changes on: head/net-mgmt/driftnet/files/patch-src_connection.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property