svn commit: r422531 - head/devel/guichan

John Marino marino at FreeBSD.org
Tue Sep 20 18:03:18 UTC 2016


Author: marino
Date: Tue Sep 20 18:03:17 2016
New Revision: 422531
URL: https://svnweb.freebsd.org/changeset/ports/422531

Log:
  devel/guichan: new fedora MASTER_SITES to unbreak

Modified:
  head/devel/guichan/Makefile

Modified: head/devel/guichan/Makefile
==============================================================================
--- head/devel/guichan/Makefile	Tue Sep 20 17:58:41 2016	(r422530)
+++ head/devel/guichan/Makefile	Tue Sep 20 18:03:17 2016	(r422531)
@@ -5,15 +5,13 @@ PORTNAME=	guichan
 PORTVERSION=	0.8.2
 PORTREVISION=	10
 CATEGORIES=	devel games
-MASTER_SITES=	GOOGLE_CODE
+MASTER_SITES=	http://pkgs.fedoraproject.org/repo/pkgs/guichan/guichan-0.8.2.tar.gz/af535d7f387e774e3197cef8023ea105/
 
 MAINTAINER=	mva at FreeBSD.org
 COMMENT=	Small, efficient C++ GUI library designed for games
 
 LICENSE=	BSD3CLAUSE
 
-BROKEN=		Unfetchable (google code has gone away)
-
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 USES=		gmake pathfix libtool


More information about the svn-ports-head mailing list