svn commit: r407545 - branches/2016Q1/devel/compiz-bcop

Thomas Zander riggs at FreeBSD.org
Sat Jan 30 19:12:04 UTC 2016


Author: riggs
Date: Sat Jan 30 19:12:02 2016
New Revision: 407545
URL: https://svnweb.freebsd.org/changeset/ports/407545

Log:
  MFH: r407544
  
  Fix build (distfile fetch), new maintainer portmaster at bsdforge.com
  
  PR:		206477
  Submitted by:	portmaster at bsdforge.com
  Approved by:	ports-secteam (build fix blanket),
  		freebsd-ports at dan.me.uk (previous maintainer)

Modified:
  branches/2016Q1/devel/compiz-bcop/Makefile
Directory Properties:
  branches/2016Q1/   (props changed)

Modified: branches/2016Q1/devel/compiz-bcop/Makefile
==============================================================================
--- branches/2016Q1/devel/compiz-bcop/Makefile	Sat Jan 30 19:04:00 2016	(r407544)
+++ branches/2016Q1/devel/compiz-bcop/Makefile	Sat Jan 30 19:12:02 2016	(r407545)
@@ -4,9 +4,10 @@
 PORTNAME=	compiz-bcop
 PORTVERSION=	0.8.8
 CATEGORIES=	devel x11-wm
-MASTER_SITES=	http://releases.compiz.org/${PORTVERSION}/
+MASTER_SITES=	http://releases.compiz.org/${PORTVERSION}/ \
+		http://BSDforge.com/projects/source/devel/compiz-bcop/
 
-MAINTAINER=	freebsd-ports at dan.me.uk
+MAINTAINER=	portmaster at bsdforge.com
 COMMENT=	Code generator for Compiz Fusion Plugins
 
 RUN_DEPENDS=	${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash \
@@ -14,7 +15,6 @@ RUN_DEPENDS=	${LOCALBASE}/bin/bash:${POR
 
 GNU_CONFIGURE=	yes
 
-BROKEN=		Does not fetch
 USES=		pkgconfig tar:bzip2
 USE_GNOME=	libxslt
 


More information about the svn-ports-all mailing list