svn commit: r317315 - head/emulators/fuse

Rene Ladan rene at FreeBSD.org
Sat May 4 13:44:23 UTC 2013


Author: rene
Date: Sat May  4 13:44:22 2013
New Revision: 317315
URL: http://svnweb.freebsd.org/changeset/ports/317315

Log:
  - Adopt
  - Remove BROKEN line, the conflict between glib and libspectrum is fixed

Modified:
  head/emulators/fuse/Makefile

Modified: head/emulators/fuse/Makefile
==============================================================================
--- head/emulators/fuse/Makefile	Sat May  4 13:43:23 2013	(r317314)
+++ head/emulators/fuse/Makefile	Sat May  4 13:44:22 2013	(r317315)
@@ -7,7 +7,7 @@ PORTREVISION=	3
 CATEGORIES=	emulators
 MASTER_SITES=	SF/${PORTNAME}-emulator/${PORTNAME}/${PORTVERSION}
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	rene at FreeBSD.org
 COMMENT=	Free Unix (Sinclair ZX-)Spectrum Emulator
 
 LICENSE=	GPLv2
@@ -30,8 +30,6 @@ OPTIONS_DEFAULT=	SAMPLERATE
 AO_DESC=	Use libao for audio output
 SAMPLERATE_DESC=	Better beeper sound quality
 
-BROKEN=		does not build (presumably after recent glib update)
-
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MAO}


More information about the svn-ports-all mailing list