svn commit: r403793 - head/graphics/py-PyX12

Marcus von Appen mva at FreeBSD.org
Tue Dec 15 16:48:53 UTC 2015


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 at FreeBSD.org
 COMMENT=	Python package for creating encapsulated PostScript figures
 
-BROKEN=		unfetchable
 LICENSE=	GPLv2
 
 USES=		python:2


More information about the svn-ports-all mailing list