Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Apr 2023 10:55:49 GMT
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: fdad0ac4f48a - main - multimedia/audacious: Update to 4.3.1
Message-ID:  <202304301055.33UAtnP7068239@gitrepo.freebsd.org>

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

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

commit fdad0ac4f48a8896c32f73ee06039ed35c075b02
Author:     Guido Falsi <madpilot@FreeBSD.org>
AuthorDate: 2023-04-30 10:53:37 +0000
Commit:     Guido Falsi <madpilot@FreeBSD.org>
CommitDate: 2023-04-30 10:53:37 +0000

    multimedia/audacious: Update to 4.3.1
---
 multimedia/audacious/Makefile                |  6 +-----
 multimedia/audacious/distinfo                |  6 +++---
 multimedia/audacious/files/patch-meson.build | 19 -------------------
 3 files changed, 4 insertions(+), 27 deletions(-)

diff --git a/multimedia/audacious/Makefile b/multimedia/audacious/Makefile
index ca96b2b4ca13..3412e0b140ce 100644
--- a/multimedia/audacious/Makefile
+++ b/multimedia/audacious/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	audacious
-PORTVERSION=	4.3
+PORTVERSION=	4.3.1
 CATEGORIES=	multimedia audio
 MASTER_SITES=	https://distfiles.audacious-media-player.org/
 
@@ -72,10 +72,6 @@ LIBARCHIVE_USES=	libarchive
 
 NLS_USES=		gettext-runtime
 
-post-patch:
-	@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \
-		${WRKSRC}/src/libaudqt/meson.build
-
 post-patch-NLS-off:
 	@${REINPLACE_CMD} -e "/^subdir('po')/d" ${WRKSRC}/meson.build
 
diff --git a/multimedia/audacious/distinfo b/multimedia/audacious/distinfo
index 88c11a9e13c4..ea9883f0daa7 100644
--- a/multimedia/audacious/distinfo
+++ b/multimedia/audacious/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1678119453
-SHA256 (audacious-4.3.tar.bz2) = 27584dc845c7e70db8c9267990945f17322a1ecc80ff8b452e9ca916a0ce9091
-SIZE (audacious-4.3.tar.bz2) = 623855
+TIMESTAMP = 1682842590
+SHA256 (audacious-4.3.1.tar.bz2) = 85e9e26841505b51e342ee72a2d05f19bef894f567a029ebb3f3e0c1adb42042
+SIZE (audacious-4.3.1.tar.bz2) = 630820
diff --git a/multimedia/audacious/files/patch-meson.build b/multimedia/audacious/files/patch-meson.build
deleted file mode 100644
index ae24ada8769e..000000000000
--- a/multimedia/audacious/files/patch-meson.build
+++ /dev/null
@@ -1,19 +0,0 @@
---- meson.build.orig	2023-03-05 17:47:00 UTC
-+++ meson.build
-@@ -55,6 +55,7 @@ have_darwin = host_machine.system() == 'darwin'
- 
- 
- have_darwin = host_machine.system() == 'darwin'
-+have_freebsd = host_machine.system() == 'freebsd'
- have_windows = host_machine.system() == 'windows'
- 
- 
-@@ -120,7 +121,7 @@ if (cxx.has_header('libintl.h'))
- if (cxx.has_header('libintl.h'))
-   add_project_arguments('-DHAVE_GETTEXT', language: ['c', 'cpp'])
- 
--  if have_darwin or have_windows
-+  if have_darwin or have_freebsd or have_windows
-     add_project_link_arguments('-lintl', language: ['c', 'cpp'])
-   endif
- endif



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