svn commit: r383815 - head/cad/brickutils

John Marino marino at FreeBSD.org
Sat Apr 11 16:06:32 UTC 2015


Author: marino
Date: Sat Apr 11 16:06:31 2015
New Revision: 383815
URL: https://svnweb.freebsd.org/changeset/ports/383815

Log:
  cad/brickutils: unbreak fetch (relocated at sourceforge)
  
  There's a new version of brickutils, so the distinfo file was moved to
  an "obsolete" folder.  Adjust MASTER_SITES accordingly.
  
  Approved by:	blanket

Modified:
  head/cad/brickutils/Makefile

Modified: head/cad/brickutils/Makefile
==============================================================================
--- head/cad/brickutils/Makefile	Sat Apr 11 16:04:32 2015	(r383814)
+++ head/cad/brickutils/Makefile	Sat Apr 11 16:06:31 2015	(r383815)
@@ -5,8 +5,8 @@ PORTNAME=	brickutils
 PORTVERSION=	0.1.6.1
 PORTREVISION=	1
 CATEGORIES=	cad
-MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}/ \
-		SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}/:docs \
+MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}-obsolete/ \
+		SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}-obsolete/:docs \
 		SF/nemysisfreebsdp/${CATEGORIES}/:icons
 DISTFILES=	BrickUtils-${DISTVERSION}${EXTRACT_SUFX} \
 		${PORTNAME}_icons${EXTRACT_SUFX}:icons
@@ -19,8 +19,6 @@ COMMENT=	Utility for building models wit
 
 LICENSE=	GPLv3
 
-BROKEN=		Unfetchable
-
 RUN_DEPENDS=	${LOCALBASE}/share/ldraw/models/car.dat:${PORTSDIR}/cad/ldraw \
 		${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \
 		${PYXML}


More information about the svn-ports-all mailing list