aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/driftnet
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2023-04-03 06:33:44 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2023-04-03 06:33:51 +0000
commit56ceeb88c331c247b2a8722bfddc85a2105ca6d7 (patch)
treea69b0c1f50c46407102db5209fd2135892fb6aa3 /net-mgmt/driftnet
parent995e05ee2c1b9e85cbfb574b21625a6748079b60 (diff)
downloadports-56ceeb88c331c247b2a8722bfddc85a2105ca6d7.tar.gz
ports-56ceeb88c331c247b2a8722bfddc85a2105ca6d7.zip
net-mgmt/driftnet: Update to 1.5.0
Diffstat (limited to 'net-mgmt/driftnet')
-rw-r--r--net-mgmt/driftnet/Makefile3
-rw-r--r--net-mgmt/driftnet/distinfo6
-rw-r--r--net-mgmt/driftnet/files/patch-configure.ac23
3 files changed, 5 insertions, 27 deletions
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,7 +1,6 @@
PORTNAME= driftnet
-PORTVERSION= 1.4.0
+PORTVERSION= 1.5.0
DISTVERSIONPREFIX= v
-PORTREVISION= 1
CATEGORIES= net-mgmt
MAINTAINER= ehaupt@FreeBSD.org
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,14 +1,5 @@
---- 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
@@ -18,15 +9,3 @@
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")
-