git: 7284774d8d4c - main - net-mgmt/smokeping: Add orphaned files to plist
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 23 Jul 2022 16:41:53 UTC
The branch main has been updated by rodrigo: URL: https://cgit.FreeBSD.org/ports/commit/?id=7284774d8d4c07cc33ab74ec515cf7c38f022f77 commit 7284774d8d4c07cc33ab74ec515cf7c38f022f77 Author: Rodrigo Osorio <rodrigo@FreeBSD.org> AuthorDate: 2022-07-23 09:06:40 +0000 Commit: Rodrigo Osorio <rodrigo@FreeBSD.org> CommitDate: 2022-07-23 16:29:24 +0000 net-mgmt/smokeping: Add orphaned files to plist Add 3 missing files to pkg-plist reported as orphaned * man/man1/smokeinfo.1.gz * man/man3/Smokeping_matchers_ConsecutiveLoss.3.gz * smokeping/lib/Smokeping/matchers/ConsecutiveLoss.pm PR: 265372 Reported by: yasu --- net-mgmt/smokeping/Makefile | 2 +- net-mgmt/smokeping/pkg-plist | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/net-mgmt/smokeping/Makefile b/net-mgmt/smokeping/Makefile index 5f5608316fd5..ef3d790c4695 100644 --- a/net-mgmt/smokeping/Makefile +++ b/net-mgmt/smokeping/Makefile @@ -1,6 +1,6 @@ PORTNAME= smokeping PORTVERSION= 2.8.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt www MAINTAINER= rodrigo@FreeBSD.org diff --git a/net-mgmt/smokeping/pkg-plist b/net-mgmt/smokeping/pkg-plist index 3c40628ba601..de8995a20402 100644 --- a/net-mgmt/smokeping/pkg-plist +++ b/net-mgmt/smokeping/pkg-plist @@ -15,12 +15,14 @@ bin/tSmoke %%PORTEXAMPLES%%%%EXAMPLESDIR%%/config.simple %%PORTEXAMPLES%%%%EXAMPLESDIR%%/config.targetvars-with-Curl %%PORTEXAMPLES%%%%EXAMPLESDIR%%/config.template +man/man1/smokeinfo.1.gz man/man1/smokeping.1.gz man/man1/smokeping_cgi.1.gz man/man1/tSmoke.1.gz man/man3/Smokeping_matchers_Avgratio.3.gz man/man3/Smokeping_matchers_CheckLatency.3.gz man/man3/Smokeping_matchers_CheckLoss.3.gz +man/man3/Smokeping_matchers_ConsecutiveLoss.3.gz man/man3/Smokeping_matchers_ExpLoss.3.gz man/man3/Smokeping_matchers_Median.3.gz man/man3/Smokeping_matchers_Medratio.3.gz @@ -116,6 +118,7 @@ smokeping/lib/Smokeping/ciscoRttMonMIB.pm smokeping/lib/Smokeping/matchers/Avgratio.pm smokeping/lib/Smokeping/matchers/CheckLatency.pm smokeping/lib/Smokeping/matchers/CheckLoss.pm +smokeping/lib/Smokeping/matchers/ConsecutiveLoss.pm smokeping/lib/Smokeping/matchers/ExpLoss.pm smokeping/lib/Smokeping/matchers/Median.pm smokeping/lib/Smokeping/matchers/Medratio.pm