From owner-svn-ports-head@freebsd.org Sun Feb 26 11:39:59 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6D573CEE334; Sun, 26 Feb 2017 11:39:59 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 23DB2C23; Sun, 26 Feb 2017 11:39:59 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1QBdwmV077250; Sun, 26 Feb 2017 11:39:58 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1QBdw3l077248; Sun, 26 Feb 2017 11:39:58 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201702261139.v1QBdw3l077248@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Sun, 26 Feb 2017 11:39:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434862 - head/audio/shairport-sync X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Feb 2017 11:39:59 -0000 Author: ehaupt Date: Sun Feb 26 11:39:57 2017 New Revision: 434862 URL: https://svnweb.freebsd.org/changeset/ports/434862 Log: Update to 3.0 Modified: head/audio/shairport-sync/Makefile head/audio/shairport-sync/distinfo Modified: head/audio/shairport-sync/Makefile ============================================================================== --- head/audio/shairport-sync/Makefile Sun Feb 26 11:39:32 2017 (r434861) +++ head/audio/shairport-sync/Makefile Sun Feb 26 11:39:57 2017 (r434862) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= shairport-sync -PORTVERSION= 2.8.6 +PORTVERSION= 3.0 CATEGORIES= audio MAINTAINER= ehaupt@FreeBSD.org @@ -10,20 +10,23 @@ COMMENT= AirPlay audio player with multi LICENSE= BSD3CLAUSE -LIB_DEPENDS= libasound.so:audio/alsa-lib \ +LIB_DEPENDS= libavahi-client.so:net/avahi-app \ libconfig.so:devel/libconfig \ libdaemon.so:devel/libdaemon \ libpopt.so:devel/popt \ libsoxr.so:audio/libsoxr \ - libavahi-client.so:net/avahi-app + libasound.so:audio/alsa-lib GNU_CONFIGURE= yes USES= autoreconf libtool pkgconfig ssl + USE_GITHUB= yes +GH_ACCOUNT= mikebrady USE_RC_SUBR= ${PORTNAME} -GH_ACCOUNT= mikebrady +OPTIONS_DEFINE= ALAC +ALAC_DESC= Build with libalac support (experimental) CONFIGURE_ARGS= --sysconfdir=${LOCALBASE}/etc \ --with-piddir=/var/run/shairport-sync --with-avahi \ @@ -35,4 +38,7 @@ LDFLAGS+= -lcrypto CONFIGURE_ENV+= SSL_CFLAGS=-I${OPENSSLINC} SSL_LIBS=-L${OPENSSLLIB} +ALAC_LIB_DEPENDS= libalac.so:audio/alac +ALAC_CONFIGURE_ON= --with-apple-alac + .include Modified: head/audio/shairport-sync/distinfo ============================================================================== --- head/audio/shairport-sync/distinfo Sun Feb 26 11:39:32 2017 (r434861) +++ head/audio/shairport-sync/distinfo Sun Feb 26 11:39:57 2017 (r434862) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479651183 -SHA256 (mikebrady-shairport-sync-2.8.6_GH0.tar.gz) = 2e73416ac8fdda1657034afaa143f1710852ebed06e0aa43dafc2b7dc5eb653d -SIZE (mikebrady-shairport-sync-2.8.6_GH0.tar.gz) = 250257 +TIMESTAMP = 1488097550 +SHA256 (mikebrady-shairport-sync-3.0_GH0.tar.gz) = d02697810da0a2c10d3b39e8c9e0795af1e81fff065db1e27514cdb5da696108 +SIZE (mikebrady-shairport-sync-3.0_GH0.tar.gz) = 264685