svn commit: r503442 - head/audio/jack

Baptiste Daroussin bapt at FreeBSD.org
Tue Jun 4 06:18:00 UTC 2019


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 at 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
+}
+]


More information about the svn-ports-all mailing list