Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 May 2017 16:05:55 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r440194 - head/graphics/py-graphy
Message-ID:  <201705051605.v45G5tSI036543@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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