git: 56ceeb88c331 - main - net-mgmt/driftnet: Update to 1.5.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 03 Apr 2023 06:33:57 UTC
The branch main has been updated by ehaupt: URL: https://cgit.FreeBSD.org/ports/commit/?id=56ceeb88c331c247b2a8722bfddc85a2105ca6d7 commit 56ceeb88c331c247b2a8722bfddc85a2105ca6d7 Author: Emanuel Haupt <ehaupt@FreeBSD.org> AuthorDate: 2023-04-03 06:33:44 +0000 Commit: Emanuel Haupt <ehaupt@FreeBSD.org> CommitDate: 2023-04-03 06:33:51 +0000 net-mgmt/driftnet: Update to 1.5.0 --- net-mgmt/driftnet/Makefile | 3 +-- net-mgmt/driftnet/distinfo | 6 +++--- net-mgmt/driftnet/files/patch-configure.ac | 23 +---------------------- 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") -