mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- 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]
This commit is contained in:
parent
596e312544
commit
d9e10ff25c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=503724
2 changed files with 8 additions and 4 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue