From owner-svn-ports-head@FreeBSD.ORG Sat May 30 06:31:48 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7E7347E4; Sat, 30 May 2015 06:31:48 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 6CB821712; Sat, 30 May 2015 06:31:48 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4U6VmDj082543; Sat, 30 May 2015 06:31:48 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4U6VmF0082542; Sat, 30 May 2015 06:31:48 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201505300631.t4U6VmF0082542@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 30 May 2015 06:31:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387913 - head/audio/aacgain 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.20 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: Sat, 30 May 2015 06:31:48 -0000 Author: riggs Date: Sat May 30 06:31:47 2015 New Revision: 387913 URL: https://svnweb.freebsd.org/changeset/ports/387913 Log: Un-break build (MASTER_SITE updated, distfile is fetchable again) PR: 200479 Submitted by: root@cooltrainer.org MFH: 2015Q2 Modified: head/audio/aacgain/Makefile Modified: head/audio/aacgain/Makefile ============================================================================== --- head/audio/aacgain/Makefile Sat May 30 01:48:31 2015 (r387912) +++ head/audio/aacgain/Makefile Sat May 30 06:31:47 2015 (r387913) @@ -5,12 +5,11 @@ PORTNAME= aacgain PORTVERSION= 1.8 PORTREVISION= 1 CATEGORIES= audio -MASTER_SITES= http://altosdesign.com/aacgain/alvarez/ +MASTER_SITES= http://aacgain.altosdesign.com/alvarez/ MAINTAINER= multimedia@FreeBSD.org COMMENT= Normalizes the volume of mp3 and AAC (mp4/m4a/QuickTime) media files -BROKEN= No public distfiles GNU_CONFIGURE= yes USES= gmake libtool tar:bzip2 PLIST_FILES= bin/aacgain