aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/py-graphy
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2017-05-06 00:05:55 +0800
committersunpoet <sunpoet@FreeBSD.org>2017-05-06 00:05:55 +0800
commit97f3e0b877a254cf188050f131cbf16e91c0e9cc (patch)
treed4da7f810a8d0106c30a120ace792e74e0bb1e72 /graphics/py-graphy
parent2f4bfe4adc08e49de7dac612aab88bbf6e0bf0ce (diff)
downloadfreebsd-ports-gnome-97f3e0b877a254cf188050f131cbf16e91c0e9cc.tar.gz
freebsd-ports-gnome-97f3e0b877a254cf188050f131cbf16e91c0e9cc.tar.zst
freebsd-ports-gnome-97f3e0b877a254cf188050f131cbf16e91c0e9cc.zip
Update MASTER_SITES and unbreak this port
- Remove DEPRECATED and EXPIRATION_DATE - Add NO_ARCH
Diffstat (limited to 'graphics/py-graphy')
-rw-r--r--graphics/py-graphy/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/graphics/py-graphy/Makefile b/graphics/py-graphy/Makefile
index cfd666de2c29..b299558b1a0f 100644
--- a/graphics/py-graphy/Makefile
+++ b/graphics/py-graphy/Makefile
@@ -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