diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2019-06-08 12:45:23 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2019-06-08 12:45:23 +0000 |
commit | d9e10ff25c461a06a505d724b9e0695294769b01 (patch) | |
tree | b2d3d880c60d9872d495c5caa33ff67cd24e9daf | |
parent | 596e312544be184f746d672d74de5e4f62fec123 (diff) |
Notes
-rw-r--r-- | audio/shairport-sync/Makefile | 6 | ||||
-rw-r--r-- | audio/shairport-sync/distinfo | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/audio/shairport-sync/Makefile b/audio/shairport-sync/Makefile index 0871fb39176e..138f99e6a9e8 100644 --- a/audio/shairport-sync/Makefile +++ b/audio/shairport-sync/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= shairport-sync -DISTVERSION= 3.3 +DISTVERSION= 3.3.1 CATEGORIES= audio MAINTAINER= ehaupt@FreeBSD.org @@ -51,4 +51,8 @@ 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> diff --git a/audio/shairport-sync/distinfo b/audio/shairport-sync/distinfo index 8d5fe55f2e75..72049789fab6 100644 --- a/audio/shairport-sync/distinfo +++ b/audio/shairport-sync/distinfo @@ -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 |