Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Feb 2023 10:36:31 GMT
From:      =?utf-8?Q?Fernando=20Apestegu=C3=ADa?= <fernape@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ad0cc5850df1 - main - audio/jack-example-tools: Update to 4 release.
Message-ID:  <202302101036.31AAaVTJ088279@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ad0cc5850df18c5d661cf8e3c4430a9b2fbefe99

commit ad0cc5850df18c5d661cf8e3c4430a9b2fbefe99
Author:     Florian Walpen <dev@submerge.ch>
AuthorDate: 2023-02-09 15:49:41 +0000
Commit:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
CommitDate: 2023-02-10 10:32:12 +0000

    audio/jack-example-tools: Update to 4 release.
    
    ChangeLog: https://github.com/jackaudio/jack-example-tools/releases/tag/4
    
     * Fix a typo in alsa_in manpage
     * Fix source-code comments and manpage for jack_simple_client
     * Remove includes of non-standard alloca.h header
    
    PR:             269414
    Reported by:    dev@submerge.ch (maintainer)
---
 audio/jack-example-tools/Makefile | 11 ++---------
 audio/jack-example-tools/distinfo |  6 +++---
 2 files changed, 5 insertions(+), 12 deletions(-)

diff --git a/audio/jack-example-tools/Makefile b/audio/jack-example-tools/Makefile
index 8cc8382408bc..5dd304285433 100644
--- a/audio/jack-example-tools/Makefile
+++ b/audio/jack-example-tools/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	jack-example-tools
-DISTVERSION=	3
+DISTVERSION=	4
 CATEGORIES=	audio
 
 MAINTAINER=	dev@submerge.ch
@@ -40,11 +40,4 @@ READLINE_USES=		readline
 READLINE_MESON_ENABLED=	readline_support
 READLINE_LDFLAGS=	-lreadline
 
-.include <bsd.port.pre.mk>
-
-# The alloca.h header is not available on FreeBSD. Upstream knows:
-# https://github.com/jackaudio/jack-example-tools/pull/56
-post-extract:
-	@${TOUCH} ${WRKSRC}/tools/alloca.h
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/audio/jack-example-tools/distinfo b/audio/jack-example-tools/distinfo
index c5f932704755..0a088c1fc422 100644
--- a/audio/jack-example-tools/distinfo
+++ b/audio/jack-example-tools/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1651427119
-SHA256 (jackaudio-jack-example-tools-3_GH0.tar.gz) = 661a95d43c276d444b03756564ceaa3b53a2a0b78c8147631383f31fa85135c6
-SIZE (jackaudio-jack-example-tools-3_GH0.tar.gz) = 125686
+TIMESTAMP = 1675341101
+SHA256 (jackaudio-jack-example-tools-4_GH0.tar.gz) = 2b1e0dc3cb3b5bfb0423f0aeb21eb611437cf71ee0ace2ca199f05f02705f174
+SIZE (jackaudio-jack-example-tools-4_GH0.tar.gz) = 125676



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302101036.31AAaVTJ088279>