svn commit: r383622 - head/emulators/xzx

Alex Kozlov ak at FreeBSD.org
Thu Apr 9 05:19:24 UTC 2015


Author: ak
Date: Thu Apr  9 05:19:23 2015
New Revision: 383622
URL: https://svnweb.freebsd.org/changeset/ports/383622

Log:
  - Update MASTER_SITES, unbreak
  
  PR:	199227
  Submitted by:	tkato432 at yahoo.com

Modified:
  head/emulators/xzx/Makefile

Modified: head/emulators/xzx/Makefile
==============================================================================
--- head/emulators/xzx/Makefile	Thu Apr  9 04:45:25 2015	(r383621)
+++ head/emulators/xzx/Makefile	Thu Apr  9 05:19:23 2015	(r383622)
@@ -5,21 +5,18 @@ PORTNAME=	xzx
 PORTVERSION=	4.6
 PORTREVISION=	4
 CATEGORIES=	emulators
-MASTER_SITES=	http://fossies.org/linux/misc/
+MASTER_SITES=	http://wos.meulie.net/pub/sinclair/emulators/unix/ \
+		http://fossies.org/linux/misc/old/
 DISTNAME=	${PORTNAME}-pro-${PORTVERSION}
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	ZX Spectrum (48K/128K/+3) Emulator for X11
 
-BROKEN=		Unfetchable
+RESTRICTED=	Redistribution forbidden by license
 
 USES=		imake:env motif
-
 USE_XORG=	x11 ice sm xext xpm xt xxf86vm
 
-# License forbids redistribution
-RESTRICTED=	Redistribution forbidden by license
-
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-oss
 


More information about the svn-ports-head mailing list