svn commit: r405153 - branches/2016Q1/devel/libgpc

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


Author: rakuco
Date: Sun Jan  3 14:28:21 2016
New Revision: 405153
URL: https://svnweb.freebsd.org/changeset/ports/405153

Log:
  MFH: r405152
  
  Fix MASTER_SITES and unmark BROKEN.
  
  Approved by:	portmgr blanket

Modified:
  branches/2016Q1/devel/libgpc/Makefile
Directory Properties:
  branches/2016Q1/   (props changed)

Modified: branches/2016Q1/devel/libgpc/Makefile
==============================================================================
--- branches/2016Q1/devel/libgpc/Makefile	Sun Jan  3 14:26:50 2016	(r405152)
+++ branches/2016Q1/devel/libgpc/Makefile	Sun Jan  3 14:28:21 2016	(r405153)
@@ -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