Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Dec 2015 16:48:52 +0000 (UTC)
From:      Marcus von Appen <mva@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r403793 - head/graphics/py-PyX12
Message-ID:  <201512151648.tBFGmqq5001823@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mva
Date: Tue Dec 15 16:48:52 2015
New Revision: 403793
URL: https://svnweb.freebsd.org/changeset/ports/403793

Log:
  - PyX is distributed via PyPi now, unbreak

Modified:
  head/graphics/py-PyX12/Makefile

Modified: head/graphics/py-PyX12/Makefile
==============================================================================
--- head/graphics/py-PyX12/Makefile	Tue Dec 15 16:44:02 2015	(r403792)
+++ head/graphics/py-PyX12/Makefile	Tue Dec 15 16:48:52 2015	(r403793)
@@ -4,14 +4,13 @@
 PORTNAME=	PyX
 PORTVERSION=	0.12.1
 CATEGORIES=	graphics python
-MASTER_SITES=	SF
+MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 PKGNAMESUFFIX=	12
 
 MAINTAINER=	mva@FreeBSD.org
 COMMENT=	Python package for creating encapsulated PostScript figures
 
-BROKEN=		unfetchable
 LICENSE=	GPLv2
 
 USES=		python:2



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