aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2023-12-12 20:33:39 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2023-12-12 20:33:39 +0000
commit8c2c8610b78a2030ad1a0e609c23ebb59280c64e (patch)
treedde57a2735b1f273311385e8904be3e40d79b49f /net-mgmt
parenta75fb0906770e806bcb69c2796bff9dbe0a1181a (diff)
downloadports-8c2c8610b78a2030ad1a0e609c23ebb59280c64e.tar.gz
ports-8c2c8610b78a2030ad1a0e609c23ebb59280c64e.zip
net-mgmt/gping: revert 2e8418910610 to fix patch
The patch introduced in 2e8418910610 does not apply and is not needed to build the port. Notified by: pkg-fallout Pointy hat: mikael
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/gping/Makefile2
-rw-r--r--net-mgmt/gping/files/patch-rust-1.74.015
2 files changed, 1 insertions, 16 deletions
diff --git a/net-mgmt/gping/Makefile b/net-mgmt/gping/Makefile
index 2d21ad22cb52..9ef10bd9e42a 100644
--- a/net-mgmt/gping/Makefile
+++ b/net-mgmt/gping/Makefile
@@ -1,7 +1,7 @@
PORTNAME= gping
PORTVERSION= 1.16.0
DISTVERSIONPREFIX= gping-v
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net-mgmt
MAINTAINER= ehaupt@FreeBSD.org
diff --git a/net-mgmt/gping/files/patch-rust-1.74.0 b/net-mgmt/gping/files/patch-rust-1.74.0
deleted file mode 100644
index 0af07c3973ac..000000000000
--- a/net-mgmt/gping/files/patch-rust-1.74.0
+++ /dev/null
@@ -1,15 +0,0 @@
-https://github.com/orf/gping/pull/395
-https://github.com/orf/gping/commit/7ad129c979b48cbea8b1c64ddf37e71da7f00d13
-
---- gping/src/main.rs.orig 2023-11-07 15:32:02 UTC
-+++ gping/src/main.rs
-@@ -487,8 +487,7 @@ fn main() -> Result<()> {
- iter::repeat(Constraint::Length(1))
- .take(app.data.len())
- .chain(iter::once(Constraint::Percentage(10)))
-- .collect::<Vec<_>>()
-- .as_ref(),
-+ .collect::<Vec<_>>(),
- )
- .split(f.size());
-