svn commit: r562458 - head/audio/musicpd

Thomas Zander riggs at FreeBSD.org
Sun Jan 24 10:50:09 UTC 2021


Author: riggs
Date: Sun Jan 24 10:50:09 2021
New Revision: 562458
URL: https://svnweb.freebsd.org/changeset/ports/562458

Log:
  Update to upstream release 0.22.4.
  
  Details:
  - Mostly bug fixes, see
    https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.22.4/NEWS
  - While on it, remove no longer necessary USES=gnome, reported in
    https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252852
    by Oleh Vinichenko <moonlapse81 at gmail.com>
  
  MFH:		2021Q1

Modified:
  head/audio/musicpd/Makefile
  head/audio/musicpd/distinfo

Modified: head/audio/musicpd/Makefile
==============================================================================
--- head/audio/musicpd/Makefile	Sun Jan 24 10:23:44 2021	(r562457)
+++ head/audio/musicpd/Makefile	Sun Jan 24 10:50:09 2021	(r562458)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	musicpd
-PORTVERSION=	0.22.3
-PORTREVISION=	3
+PORTVERSION=	0.22.4
 CATEGORIES=	audio
 MASTER_SITES=	https://www.musicpd.org/download/mpd/${PORTVERSION:R}/
 DISTNAME=	mpd-${PORTVERSION}
@@ -17,7 +16,7 @@ BUILD_DEPENDS=	${LOCALBASE}/bin/sphinx-build:textproc/
 LIB_DEPENDS=	libboost_iostreams.so:devel/boost-libs \
 		libicudata.so:devel/icu
 
-USES=		compiler:c++17-lang gnome localbase:ldflags meson pkgconfig \
+USES=		compiler:c++17-lang localbase:ldflags meson pkgconfig \
 		python:build tar:xz
 
 USE_GNOME=	glib20

Modified: head/audio/musicpd/distinfo
==============================================================================
--- head/audio/musicpd/distinfo	Sun Jan 24 10:23:44 2021	(r562457)
+++ head/audio/musicpd/distinfo	Sun Jan 24 10:50:09 2021	(r562458)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1604731482
-SHA256 (mpd-0.22.3.tar.xz) = 338012037b5e67730529187c555a54cc567a85b15a7e8ddb3a807b1971566ccf
-SIZE (mpd-0.22.3.tar.xz) = 726356
+TIMESTAMP = 1611340428
+SHA256 (mpd-0.22.4.tar.xz) = 891ea993a539246fa8f670346e5aa6c8cc85ce4be739ff12261712b0b3149dd0
+SIZE (mpd-0.22.4.tar.xz) = 729264


More information about the svn-ports-all mailing list