Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Jan 2016 14:26:50 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r405152 - head/devel/libgpc
Message-ID:  <201601031426.u03EQoNP022656@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Sun Jan  3 14:26:50 2016
New Revision: 405152
URL: https://svnweb.freebsd.org/changeset/ports/405152

Log:
  Fix MASTER_SITES and unmark BROKEN.

Modified:
  head/devel/libgpc/Makefile

Modified: head/devel/libgpc/Makefile
==============================================================================
--- head/devel/libgpc/Makefile	Sun Jan  3 14:24:53 2016	(r405151)
+++ head/devel/libgpc/Makefile	Sun Jan  3 14:26:50 2016	(r405152)
@@ -4,13 +4,12 @@
 PORTNAME=	libgpc
 PORTVERSION=	2.32
 CATEGORIES=	devel math graphics
-MASTER_SITES=	ftp://ftp.cs.man.ac.uk/pub/toby/gpc/
+MASTER_SITES=	http://www.cs.man.ac.uk/~toby/alan/software/assets/
 DISTNAME=	gpc${PORTVERSION:S/.//}
 
 MAINTAINER=	mi@aldan.algebra.com
 COMMENT=	Generic Polygon Clipper
 
-BROKEN=		unfetchable
 USES=		dos2unix uidfix zip
 PLIST_FILES=	lib/libgpc.so.2	\
 		lib/libgpc.so	lib/libgpc.a	\



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