svn commit: r405152 - head/devel/libgpc

Raphael Kubo da Costa rakuco at FreeBSD.org
Sun Jan 3 14:26:51 UTC 2016


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 at 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	\


More information about the svn-ports-all mailing list