svn commit: r440194 - head/graphics/py-graphy

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri May 5 16:05:57 UTC 2017


Author: sunpoet
Date: Fri May  5 16:05:55 2017
New Revision: 440194
URL: https://svnweb.freebsd.org/changeset/ports/440194

Log:
  Update MASTER_SITES and unbreak this port
  
  - Remove DEPRECATED and EXPIRATION_DATE
  - Add NO_ARCH

Modified:
  head/graphics/py-graphy/Makefile

Modified: head/graphics/py-graphy/Makefile
==============================================================================
--- head/graphics/py-graphy/Makefile	Fri May  5 16:05:50 2017	(r440193)
+++ head/graphics/py-graphy/Makefile	Fri May  5 16:05:55 2017	(r440194)
@@ -4,7 +4,7 @@
 PORTNAME=	graphy
 PORTVERSION=	1.0
 CATEGORIES=	graphics python
-MASTER_SITES=	GOOGLE_CODE
+MASTER_SITES=	https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/graphy/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	${PORTNAME}_${PORTVERSION}
 
@@ -14,15 +14,12 @@ COMMENT=	Simple chart library for Python
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BROKEN=		Unfetchable (google code has gone away)
-DEPRECATED=	Unfetchable for more than six months (google code has gone away)
-EXPIRATION_DATE=	2017-04-30
-
 USES=		python:run tar:bzip2
 
 PORTDOCS=	README
 PORTEXAMPLES=	*
 
+NO_ARCH=	yes
 NO_BUILD=	yes
 
 OPTIONS_DEFINE=	DOCS EXAMPLES


More information about the svn-ports-all mailing list