svn commit: r317421 - head/x11/fireflies

Stefan Walter stefan at FreeBSD.org
Sun May 5 16:36:33 UTC 2013


Author: stefan
Date: Sun May  5 16:36:32 2013
New Revision: 317421
URL: http://svnweb.freebsd.org/changeset/ports/317421

Log:
  - Use CONFLICTS instead of BROKEN. [1]
  - While here, convert to new style Makefile header.
  
  PR:		176666 [1]
  Submitted by:	sbruno [1]
  Suggested by:	eadler [1]

Modified:
  head/x11/fireflies/Makefile

Modified: head/x11/fireflies/Makefile
==============================================================================
--- head/x11/fireflies/Makefile	Sun May  5 16:12:13 2013	(r317420)
+++ head/x11/fireflies/Makefile	Sun May  5 16:36:32 2013	(r317421)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	fireflies
-# Date created:				11 Feb 2006
-# Whom:					UMENO Takashi <umeno at rr.iij4u.or.jp>
-#
+# Created by: UMENO Takashi <umeno at rr.iij4u.or.jp>
 # $FreeBSD$
-#
 
 PORTNAME=	fireflies
 PORTVERSION=	2.07
@@ -14,7 +10,7 @@ MASTER_SITES=	http://somewhere.fscked.or
 MAINTAINER=	umeno at rr.iij4u.or.jp
 COMMENT=	Extension of xscreensaver
 
-BROKEN=		does not compile when graphics/png is installed (see ports/176666)
+CONFLICTS=	png-[0-9]*
 
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes


More information about the svn-ports-all mailing list