svn commit: r503724 - head/audio/shairport-sync

Emanuel Haupt ehaupt at FreeBSD.org
Sat Jun 8 12:45:24 UTC 2019


Author: ehaupt
Date: Sat Jun  8 12:45:23 2019
New Revision: 503724
URL: https://svnweb.freebsd.org/changeset/ports/503724

Log:
  - Update to 3.3.1
  - Remove -Wno-clobbered -Wno-psabi which are not supported by base GCC
    (relevant for some Tier-2 archs) [1]
  
  PR:		238339 [1]
  Submitted by:	pkubaj [1]

Modified:
  head/audio/shairport-sync/Makefile
  head/audio/shairport-sync/distinfo

Modified: head/audio/shairport-sync/Makefile
==============================================================================
--- head/audio/shairport-sync/Makefile	Sat Jun  8 12:17:08 2019	(r503723)
+++ head/audio/shairport-sync/Makefile	Sat Jun  8 12:45:23 2019	(r503724)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	shairport-sync
-DISTVERSION=	3.3
+DISTVERSION=	3.3.1
 CATEGORIES=	audio
 
 MAINTAINER=	ehaupt at FreeBSD.org
@@ -50,5 +50,9 @@ SNDIO_LIB_DEPENDS=	libsndio.so:audio/sndio
 
 PULSEAUDIO_CONFIGURE_ON=--with-pa
 PULSEAUDIO_LIB_DEPENDS=	libpulse.so:audio/pulseaudio
+
+post-patch:
+	@${REINPLACE_CMD} -e 's/-Wno-clobbered -Wno-psabi //' \
+		${WRKSRC}/Makefile.am
 
 .include <bsd.port.mk>

Modified: head/audio/shairport-sync/distinfo
==============================================================================
--- head/audio/shairport-sync/distinfo	Sat Jun  8 12:17:08 2019	(r503723)
+++ head/audio/shairport-sync/distinfo	Sat Jun  8 12:45:23 2019	(r503724)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1558873140
-SHA256 (mikebrady-shairport-sync-3.3_GH0.tar.gz) = 3e621c8de4a0dcdfd39442ece9841ab14bc2093d724ae84c30154a9aeb5d1329
-SIZE (mikebrady-shairport-sync-3.3_GH0.tar.gz) = 407512
+TIMESTAMP = 1559985794
+SHA256 (mikebrady-shairport-sync-3.3.1_GH0.tar.gz) = 0ab1688791f3ab03621c9c88b53cc5e9384e26f269fbb224d2d5ea4890177004
+SIZE (mikebrady-shairport-sync-3.3.1_GH0.tar.gz) = 407580


More information about the svn-ports-head mailing list