svn commit: r398099 - head/audio/linux-genpuid

Thomas Zander riggs at FreeBSD.org
Mon Sep 28 08:06:15 UTC 2015


Author: riggs
Date: Mon Sep 28 08:06:14 2015
New Revision: 398099
URL: https://svnweb.freebsd.org/changeset/ports/398099

Log:
  Un-break port by providing updated MASTER_SITES
  
  PR:		202977
  Submitted by:	christopher.key at cantab.net
  MFH:		2015Q3 (build fix blanket)

Modified:
  head/audio/linux-genpuid/Makefile

Modified: head/audio/linux-genpuid/Makefile
==============================================================================
--- head/audio/linux-genpuid/Makefile	Mon Sep 28 07:26:19 2015	(r398098)
+++ head/audio/linux-genpuid/Makefile	Mon Sep 28 08:06:14 2015	(r398099)
@@ -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 at FreeBSD.org
 COMMENT=	Application for generating MusicIP puids
 
-BROKEN=		Unfetchable
+USES=		tar:tgz
+
 USE_LINUX=		yes
 NO_BUILD=		yes
 IA32_BINARY_PORT=	yes


More information about the svn-ports-all mailing list