svn commit: r538828 - in head/audio/strawberry: . files

Niclas Zeising zeising at FreeBSD.org
Sun Jun 14 20:18:33 UTC 2020


Author: zeising
Date: Sun Jun 14 20:18:32 2020
New Revision: 538828
URL: https://svnweb.freebsd.org/changeset/ports/538828

Log:
  audio/strawberry: Update to 0.6.12
  
  Update audio/strawberry to 0.6.12
  Remove local patches that are incorporated upstream
  
  PR:		247241
  Submitted by:	Daniel Menelkir (maintainer)

Deleted:
  head/audio/strawberry/files/
Modified:
  head/audio/strawberry/Makefile
  head/audio/strawberry/distinfo

Modified: head/audio/strawberry/Makefile
==============================================================================
--- head/audio/strawberry/Makefile	Sun Jun 14 20:07:31 2020	(r538827)
+++ head/audio/strawberry/Makefile	Sun Jun 14 20:18:32 2020	(r538828)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	strawberry
-DISTVERSION=	0.6.11
-PORTREVISION=	1
+DISTVERSION=	0.6.12
 CATEGORIES=	audio
 MASTER_SITES=	https://github.com/strawberrymusicplayer/${PORTNAME}/releases/download/${DISTVERSION}/ \
 		https://files.jkvinge.net/packages/strawberry/
@@ -46,8 +45,9 @@ TEST_TARGET=	strawberry_test
 
 OPTIONS_DEFINE=		APPLEDEV AUDIOCD IPOD MOODBAR MTPDEV MUSICBRAINZ \
 			SUBSONIC TIDAL VLC
+
 APPLEDEV_IMPLIES=	IPOD
-OPTIONS_DEFAULT=	PULSEAUDIO
+OPTIONS_DEFAULT=	PULSEAUDIO MOODBAR
 
 OPTIONS_MULTI=		SOUND
 OPTIONS_MULTI_SOUND=	ALSA PULSEAUDIO

Modified: head/audio/strawberry/distinfo
==============================================================================
--- head/audio/strawberry/distinfo	Sun Jun 14 20:07:31 2020	(r538827)
+++ head/audio/strawberry/distinfo	Sun Jun 14 20:18:32 2020	(r538828)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1589641083
-SHA256 (strawberry-0.6.11.tar.xz) = 84b71b33b5f80b7e86682e49f15289c2c00ab89d47e3722f762dda0d6965a201
-SIZE (strawberry-0.6.11.tar.xz) = 9295808
+TIMESTAMP = 1592075662
+SHA256 (strawberry-0.6.12.tar.xz) = c53207613508da507f0a9cb4b13e23532fe06b9aaf3200d44b5e4b84170aeb79
+SIZE (strawberry-0.6.12.tar.xz) = 9311104


More information about the svn-ports-all mailing list