Date: Tue, 4 Jun 2019 06:17:59 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r503442 - head/audio/jack Message-ID: <201906040617.x546Hx5K043687@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Tue Jun 4 06:17:58 2019 New Revision: 503442 URL: https://svnweb.freebsd.org/changeset/ports/503442 Log: Only print the message during the first installation, not at each upgrades Modified: head/audio/jack/Makefile head/audio/jack/pkg-message Modified: head/audio/jack/Makefile ============================================================================== --- head/audio/jack/Makefile Tue Jun 4 06:08:05 2019 (r503441) +++ head/audio/jack/Makefile Tue Jun 4 06:17:58 2019 (r503442) @@ -3,7 +3,7 @@ PORTNAME= jackit PORTVERSION= 0.125.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= audio MAINTAINER= multimedia@FreeBSD.org Modified: head/audio/jack/pkg-message ============================================================================== --- head/audio/jack/pkg-message Tue Jun 4 06:08:05 2019 (r503441) +++ head/audio/jack/pkg-message Tue Jun 4 06:17:58 2019 (r503442) @@ -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 please make sure your hardware natively supports the sample-rate set in jackd_args, and set COOKEDMODE=off. ====================================================================== +EOD, + type: install +} +]
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906040617.x546Hx5K043687>