diff --git a/net-mgmt/driftnet/Makefile b/net-mgmt/driftnet/Makefile index 2e4702fe7291..53040ce58aac 100644 --- a/net-mgmt/driftnet/Makefile +++ b/net-mgmt/driftnet/Makefile @@ -1,40 +1,39 @@ PORTNAME= driftnet -PORTVERSION= 1.4.0 +PORTVERSION= 1.5.0 DISTVERSIONPREFIX= v -PORTREVISION= 1 CATEGORIES= net-mgmt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Tool to grab images out of (your) TCP connections WWW= https://www.ex-parrot.com/~chris/driftnet/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= makedepend:devel/makedepend LIB_DEPENDS= libgif.so:graphics/giflib \ libpng.so:graphics/png \ libwebp.so:graphics/webp \ libwebsockets.so:net/libwebsockets USES= autoreconf gettext-runtime gmake gnome jpeg localbase:ldflags \ pkgconfig xorg USE_CSTD= c99 USE_GITHUB= yes GH_ACCOUNT= deiv USE_GNOME= gtk20 USE_XORG= x11 xext xi GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-debug INSTALL_TARGET= install-strip PLIST_FILES= ${DATADIR}/static-html/index.html \ bin/driftnet \ man/man1/driftnet.1.gz PORTDOCS= * OPTIONS_DEFINE= DOCS .include diff --git a/net-mgmt/driftnet/distinfo b/net-mgmt/driftnet/distinfo index d8f2e7b58f70..0ce8e457a7af 100644 --- a/net-mgmt/driftnet/distinfo +++ b/net-mgmt/driftnet/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1650707383 -SHA256 (deiv-driftnet-v1.4.0_GH0.tar.gz) = f93082c4127aa246418bf42d5fba0232aba216ecb518fbff4187df9a51481fb6 -SIZE (deiv-driftnet-v1.4.0_GH0.tar.gz) = 5690846 +TIMESTAMP = 1680280740 +SHA256 (deiv-driftnet-v1.5.0_GH0.tar.gz) = 41e7941f858638c1b087625f78b754a76d603932a52576a6b862a4b5dbcf2547 +SIZE (deiv-driftnet-v1.5.0_GH0.tar.gz) = 5691414 diff --git a/net-mgmt/driftnet/files/patch-configure.ac b/net-mgmt/driftnet/files/patch-configure.ac index a883d969282d..1d0e8e96f76d 100644 --- a/net-mgmt/driftnet/files/patch-configure.ac +++ b/net-mgmt/driftnet/files/patch-configure.ac @@ -1,32 +1,11 @@ ---- configure.ac.orig 2022-04-16 21:14:04 UTC +--- configure.ac.orig 2023-03-25 20:10:06 UTC +++ configure.ac -@@ -2,7 +2,7 @@ - # Process this file with autoconf to produce a configure script. - # - --AC_PREREQ([2.71]) -+AC_PREREQ([2.69]) - AC_INIT([driftnet],[1.4.0],[david.sephirot@gmail.com]) - - AC_CANONICAL_HOST @@ -22,7 +22,7 @@ build_linux=no build_mac=no case "${host_os}" in - linux*) + linux*|freebsd*) build_linux=yes ;; cygwin*|mingw*) -@@ -69,9 +69,9 @@ AC_ARG_ENABLE([debug], - [enable_debug=yes]) - - if test "x$enable_debug" = xyes; then -- CFLAGS="-O2 -g -DDEBUG" -+ CFLAGS+="-O2 -g -DDEBUG" - else -- CFLAGS="-O2 -DNDEBUG" -+ CFLAGS+="-O2 -DNDEBUG" - fi - #AM_CONDITIONAL(ENABLE_DEBUG, test "$enable_debug" = "yes") -