Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Dec 2015 01:25:31 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r403703 - head/graphics/quesoglc
Message-ID:  <201512140125.tBE1PV4T061178@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512140125.tBE1PV4T061178>