Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Jan 2024 19:50:40 GMT
From:      Tilman Keskinoz <arved@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 660db24abfe5 - main - audio/musicpc: update to 0.35
Message-ID:  <202401011950.401JoenH004374@gitrepo.freebsd.org>

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

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

commit 660db24abfe595ea1c78fc65cf55b2db4d81e1f4
Author:     Tilman Keskinoz <arved@FreeBSD.org>
AuthorDate: 2024-01-01 19:49:29 +0000
Commit:     Tilman Keskinoz <arved@FreeBSD.org>
CommitDate: 2024-01-01 19:49:29 +0000

    audio/musicpc: update to 0.35
    
    PR:             275891
    Submitted by:   maintainer
---
 audio/musicpc/Makefile                | 3 +--
 audio/musicpc/distinfo                | 6 +++---
 audio/musicpc/files/patch-meson.build | 6 +++---
 3 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/audio/musicpc/Makefile b/audio/musicpc/Makefile
index 420b472de17c..49baee3c292e 100644
--- a/audio/musicpc/Makefile
+++ b/audio/musicpc/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	musicpc
-DISTVERSION=	0.34
-PORTREVISION=	1
+DISTVERSION=	0.35
 CATEGORIES=	audio
 MASTER_SITES=	http://www.musicpd.org/download/mpc/0/
 DISTNAME=	mpc-${PORTVERSION}
diff --git a/audio/musicpc/distinfo b/audio/musicpc/distinfo
index a3a141a0e7db..f4a2b1ea8532 100644
--- a/audio/musicpc/distinfo
+++ b/audio/musicpc/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1652348508
-SHA256 (mpc-0.34.tar.xz) = 691e3f3654bc10d022bb0310234d0bc2d8c075a698f09924d9ebed8f506fda20
-SIZE (mpc-0.34.tar.xz) = 47940
+TIMESTAMP = 1703272039
+SHA256 (mpc-0.35.tar.xz) = 382959c3bfa2765b5346232438650491b822a16607ff5699178aa1386e3878d4
+SIZE (mpc-0.35.tar.xz) = 49820
diff --git a/audio/musicpc/files/patch-meson.build b/audio/musicpc/files/patch-meson.build
index e3856b636402..f3aee920cbb2 100644
--- a/audio/musicpc/files/patch-meson.build
+++ b/audio/musicpc/files/patch-meson.build
@@ -1,12 +1,12 @@
---- meson.build.orig	2022-05-12 09:46:08 UTC
+--- meson.build.orig	2023-12-22 19:10:04 UTC
 +++ meson.build
 @@ -1,4 +1,4 @@
 -project('mpc', 'c',
 +project('musicpc', 'c',
-   version: '0.34',
+   version: '0.35',
    meson_version: '>= 0.47',
    default_options: [
-@@ -124,13 +124,13 @@ executable('mpc',
+@@ -125,13 +125,13 @@ executable('mpc',
    install: true
  )
  



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