From owner-svn-ports-branches@freebsd.org Mon Sep 28 08:10:13 2015 Return-Path: Delivered-To: svn-ports-branches@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 12370A08468; Mon, 28 Sep 2015 08:10:13 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.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 02FE21199; Mon, 28 Sep 2015 08:10:13 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8S8ACn6059440; Mon, 28 Sep 2015 08:10:12 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8S8AC4c059439; Mon, 28 Sep 2015 08:10:12 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201509280810.t8S8AC4c059439@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Mon, 28 Sep 2015 08:10:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r398100 - branches/2015Q3/audio/linux-genpuid X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Sep 2015 08:10:13 -0000 Author: riggs Date: Mon Sep 28 08:10:12 2015 New Revision: 398100 URL: https://svnweb.freebsd.org/changeset/ports/398100 Log: MFH: r398099 Un-break port by providing updated MASTER_SITES PR: 202977 Submitted by: christopher.key@cantab.net Approved by: portmgr (erwin) Modified: branches/2015Q3/audio/linux-genpuid/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/audio/linux-genpuid/Makefile ============================================================================== --- branches/2015Q3/audio/linux-genpuid/Makefile Mon Sep 28 08:06:14 2015 (r398099) +++ branches/2015Q3/audio/linux-genpuid/Makefile Mon Sep 28 08:10:12 2015 (r398100) @@ -4,15 +4,15 @@ PORTNAME= genpuid PORTVERSION= 1.4 CATEGORIES= audio linux -MASTER_SITES= https://secure.musicip.com/dns/files/ +MASTER_SITES= http://www.spicefly.com/files/ PKGNAMEPREFIX= linux- DISTNAME= ${PORTNAME}_linux_${PORTVERSION} -EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Application for generating MusicIP puids -BROKEN= Unfetchable +USES= tar:tgz + USE_LINUX= yes NO_BUILD= yes IA32_BINARY_PORT= yes