Skip to content

Commit

Permalink
net-mgmt/smokeping: Fix patches filepath
Browse files Browse the repository at this point in the history
PR:             259891
Reported by:    shaun <freebsd@shaunc.com>
  • Loading branch information
rosorio committed Nov 19, 2021
1 parent 0aac448 commit d97161a
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 8 deletions.
1 change: 1 addition & 0 deletions net-mgmt/smokeping/Makefile
Expand Up @@ -2,6 +2,7 @@

PORTNAME= smokeping
PORTVERSION= 2.8.2
PORTREVISION= 1
CATEGORIES= net-mgmt www

MAINTAINER= rodrigo@FreeBSD.org
Expand Down
4 changes: 2 additions & 2 deletions 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;
Expand Down
4 changes: 2 additions & 2 deletions 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;
Expand Down
4 changes: 2 additions & 2 deletions 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

Expand Down
4 changes: 2 additions & 2 deletions 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}) {
Expand Down
1 change: 1 addition & 0 deletions security/clamav/Makefile
Expand Up @@ -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} \
Expand Down

0 comments on commit d97161a

Please sign in to comment.