diff options
author | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2021-02-02 08:14:06 +0000 |
---|---|---|
committer | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2021-02-02 08:14:06 +0000 |
commit | d747416531326ef0cac6317558457848c319bbe4 (patch) | |
tree | 44e050c344ba5a01f770256291ce1515b8557daa /net-mgmt/smokeping/Makefile | |
parent | 75bc2f5cf2d865ef13c714c80d97fc39b7d9bcf9 (diff) | |
download | ports-d747416531326ef0cac6317558457848c319bbe4.tar.gz ports-d747416531326ef0cac6317558457848c319bbe4.zip |
net-mgmt/smokeping: fix mail loop issue
Integrate upstream patch[1] to fix mail loop issue #183[2].
This is a one-line patch without complexity who can be removed
as soon as the upstream releases a new version.
[1] https://github.com/oetiker/SmokePing/commit/e9004e8bbeb30d33778afaf70a5f8b95ff38d6ba
[2] https://github.com/oetiker/SmokePing/issues/183
PR: 253161
Submitted by: OlivierW <olivierw1+bugzilla-freebsd@hotmail.com>
Notes
Notes:
svn path=/head/; revision=563789
Diffstat (limited to 'net-mgmt/smokeping/Makefile')
-rw-r--r-- | net-mgmt/smokeping/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/smokeping/Makefile b/net-mgmt/smokeping/Makefile index c26970032b20..2f6547523136 100644 --- a/net-mgmt/smokeping/Makefile +++ b/net-mgmt/smokeping/Makefile @@ -3,7 +3,7 @@ PORTNAME= smokeping PORTVERSION= 2.7.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt www MAINTAINER= rodrigo@FreeBSD.org |