svn commit: r403703 - head/graphics/quesoglc

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Dec 14 01:25:32 UTC 2015


Author: amdmi3
Date: Mon Dec 14 01:25:30 2015
New Revision: 403703
URL: https://svnweb.freebsd.org/changeset/ports/403703

Log:
  - Fix fetch

Modified:
  head/graphics/quesoglc/Makefile

Modified: head/graphics/quesoglc/Makefile
==============================================================================
--- head/graphics/quesoglc/Makefile	Mon Dec 14 01:21:52 2015	(r403702)
+++ head/graphics/quesoglc/Makefile	Mon Dec 14 01:25:30 2015	(r403703)
@@ -5,12 +5,11 @@ PORTNAME=	quesoglc
 PORTVERSION=	0.7.2
 PORTREVISION=	7
 CATEGORIES=	graphics
-MASTER_SITES=	SF/${PORTNAME}/QuesoGLC/${PORTVERSION}
+MASTER_SITES=	SF/${PORTNAME}/${PORTVERSION}
 
 MAINTAINER=	amdmi3 at FreeBSD.org
 COMMENT=	Free implementation of the OpenGL Character Renderer
 
-BROKEN=		unfetchable
 LIB_DEPENDS=	libfribidi.so:${PORTSDIR}/converters/fribidi \
 		libfreetype.so:${PORTSDIR}/print/freetype2 \
 		libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig


More information about the svn-ports-head mailing list