aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRodrigo Osorio <rodrigo@FreeBSD.org>2021-11-19 14:34:04 +0000
committerRodrigo Osorio <rodrigo@FreeBSD.org>2021-11-19 14:51:11 +0000
commitd97161a97818bef47e66ab362f444cd1201c87fd (patch)
treefbc910028b45bd0b96863fd08f099c1eb572e4ce
parent0aac4480b2555d806f449b77e755cf7cfd616707 (diff)
downloadports-d97161a97818bef47e66ab362f444cd1201c87fd.tar.gz
ports-d97161a97818bef47e66ab362f444cd1201c87fd.zip
net-mgmt/smokeping: Fix patches filepath
PR: 259891 Reported by: shaun <freebsd@shaunc.com>
-rw-r--r--net-mgmt/smokeping/Makefile1
-rw-r--r--net-mgmt/smokeping/files/patch-bin_smokeping4
-rw-r--r--net-mgmt/smokeping/files/patch-bin_smokeping__cgi4
-rw-r--r--net-mgmt/smokeping/files/patch-bin_tSmoke4
-rw-r--r--net-mgmt/smokeping/files/patch-lib_Smokeping.pm4
-rw-r--r--security/clamav/Makefile1
6 files changed, 10 insertions, 8 deletions
diff --git a/net-mgmt/smokeping/Makefile b/net-mgmt/smokeping/Makefile
index e51c2da7fd2d..083f84c918b4 100644
--- a/net-mgmt/smokeping/Makefile
+++ b/net-mgmt/smokeping/Makefile
@@ -2,6 +2,7 @@
PORTNAME= smokeping
PORTVERSION= 2.8.2
+PORTREVISION= 1
CATEGORIES= net-mgmt www
MAINTAINER= rodrigo@FreeBSD.org
diff --git a/net-mgmt/smokeping/files/patch-bin_smokeping b/net-mgmt/smokeping/files/patch-bin_smokeping
index c456336ecf28..73d5e7578332 100644
--- a/net-mgmt/smokeping/files/patch-bin_smokeping
+++ b/net-mgmt/smokeping/files/patch-bin_smokeping
@@ -1,5 +1,5 @@
---- /wrkdirs/usr/ports/net-mgmt/smokeping/work/SmokePing-2.8.2/bin/smokeping.orig 2021-11-14 17:05:16.825182000 +0000
-+++ /wrkdirs/usr/ports/net-mgmt/smokeping/work/SmokePing-2.8.2/bin/smokeping 2021-11-14 17:06:25.201316000 +0000
+--- bin/smokeping.orig 2021-11-14 17:05:16 UTC
++++ bin/smokeping
@@ -4,13 +4,12 @@
use strict;
use warnings;
diff --git a/net-mgmt/smokeping/files/patch-bin_smokeping__cgi b/net-mgmt/smokeping/files/patch-bin_smokeping__cgi
index a84fc44a2ed2..093fd6a8c207 100644
--- a/net-mgmt/smokeping/files/patch-bin_smokeping__cgi
+++ b/net-mgmt/smokeping/files/patch-bin_smokeping__cgi
@@ -1,5 +1,5 @@
---- /wrkdirs/usr/ports/net-mgmt/smokeping/work/SmokePing-2.8.2/bin/smokeping_cgi.orig 2021-11-14 17:14:45.367218000 +0000
-+++ /wrkdirs/usr/ports/net-mgmt/smokeping/work/SmokePing-2.8.2/bin/smokeping_cgi 2021-11-14 17:15:26.603427000 +0000
+--- bin/smokeping_cgi.orig 2021-11-14 17:05:16 UTC
++++ bin/smokeping_cgi
@@ -4,9 +4,8 @@
use strict;
use warnings;
diff --git a/net-mgmt/smokeping/files/patch-bin_tSmoke b/net-mgmt/smokeping/files/patch-bin_tSmoke
index 88b3fe14ebbc..9f4d0916aa21 100644
--- a/net-mgmt/smokeping/files/patch-bin_tSmoke
+++ b/net-mgmt/smokeping/files/patch-bin_tSmoke
@@ -1,5 +1,5 @@
---- /wrkdirs/usr/ports/net-mgmt/smokeping/work/SmokePing-2.8.2/bin/tSmoke.orig 2021-11-14 17:17:07.113198000 +0000
-+++ /wrkdirs/usr/ports/net-mgmt/smokeping/work/SmokePing-2.8.2/bin/tSmoke 2021-11-14 17:18:49.556960000 +0000
+--- bin/tSmoke.orig 2021-11-14 17:05:16 UTC
++++ bin/tSmoke
@@ -53,7 +53,7 @@
# Point the lib variables to your implementation
diff --git a/net-mgmt/smokeping/files/patch-lib_Smokeping.pm b/net-mgmt/smokeping/files/patch-lib_Smokeping.pm
index 2b9b501e330e..10c4d0e8c168 100644
--- a/net-mgmt/smokeping/files/patch-lib_Smokeping.pm
+++ b/net-mgmt/smokeping/files/patch-lib_Smokeping.pm
@@ -1,5 +1,5 @@
---- /wrkdirs/usr/ports/net-mgmt/smokeping/work/SmokePing-2.8.2/lib/Smokeping.pm.orig 2021-11-14 17:22:44.574583000 +0000
-+++ /wrkdirs/usr/ports/net-mgmt/smokeping/work/SmokePing-2.8.2/lib/Smokeping.pm 2021-11-14 17:26:17.422305000 +0000
+--- lib/Smokeping.pm.orig 2021-11-14 17:05:16 UTC
++++ lib/Smokeping.pm
@@ -4631,7 +4631,7 @@
if(defined $opt{'check'}) { verify_cfg($cfgfile); exit 0; }
if($opt{reload}) {
diff --git a/security/clamav/Makefile b/security/clamav/Makefile
index 1ba7ad8b2daf..376cd8700a4e 100644
--- a/security/clamav/Makefile
+++ b/security/clamav/Makefile
@@ -27,6 +27,7 @@ TEST_TARGET= check
CONFLICTS_INSTALL= clamav-[0-9]*
+FETCH_ARGS= --user-agent=Mozilla/5.0
SUB_FILES= pkg-message
SUB_LIST+= CHMOD=${CHMOD} \
CHOWN=${CHOWN} \