Only print the message during the first installation,

not at each upgrades
This commit is contained in:
Baptiste Daroussin 2019-06-04 06:17:58 +00:00
parent a82adb747b
commit 19a38d2261
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=503442
2 changed files with 8 additions and 1 deletions

View File

@ -3,7 +3,7 @@
PORTNAME= jackit
PORTVERSION= 0.125.0
PORTREVISION= 7
PORTREVISION= 8
CATEGORIES= audio
MAINTAINER= multimedia@FreeBSD.org

View File

@ -1,3 +1,6 @@
[
{
message: <<EOD
======================================================================
It is recommended to run Jack with real-time priority (-R).
@ -24,3 +27,7 @@ combinations when COOKEDMODE=off. To achieve the best sound quality
please make sure your hardware natively supports the sample-rate set
in jackd_args, and set COOKEDMODE=off.
======================================================================
EOD,
type: install
}
]