summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpi <pi@FreeBSD.org>2016-11-23 05:39:34 +0000
committerpi <pi@FreeBSD.org>2016-11-23 05:39:34 +0000
commit634ee514304ce1f2fcba567845d8bc773d5c3335 (patch)
tree349797448bb936fa19aa06e3149975daffed0b48
parent6c88823048f79fc908ccb280713d1208b5b409cd (diff)
downloadFreeBSD-ports-634ee514304ce1f2fcba567845d8bc773d5c3335.zip
FreeBSD-ports-634ee514304ce1f2fcba567845d8bc773d5c3335.tar.gz
math/py-matplotlib: update 1.5.0 -> 1.5.3
- MASTER_SITE sourceforge seems to have been discontinued, it doesn't have the latest version any more. - Additionally, 1.5.3 version doesn't build with python-3.X because 'import gtk' which the build tries fails in python3. Therefore, python:2. PR: 214600 Submitted by: Yuri Victorovich <yuri@rawbw.com> Approved by: mainland@apeiron.net (maintainer)
-rw-r--r--math/py-matplotlib/Makefile8
-rw-r--r--math/py-matplotlib/distinfo5
2 files changed, 8 insertions, 5 deletions
diff --git a/math/py-matplotlib/Makefile b/math/py-matplotlib/Makefile
index 513fc01..1272c47 100644
--- a/math/py-matplotlib/Makefile
+++ b/math/py-matplotlib/Makefile
@@ -2,9 +2,9 @@
# $FreeBSD$
PORTNAME= matplotlib
-PORTVERSION= 1.5.0
+PORTVERSION= 1.5.3
+DISTVERSIONPREFIX= v
CATEGORIES= math python
-MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= mainland@apeiron.net
@@ -24,7 +24,9 @@ RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}pyparsing>=0:devel/py-pyparsing \
${PYTHON_PKGNAMEPREFIX}tornado>0:www/py-tornado
-USES= compiler:c++11-lib gettext pkgconfig python shebangfix uniquefiles:dirs
+USE_GITHUB= yes
+
+USES= compiler:c++11-lib gettext pkgconfig python:2 shebangfix uniquefiles:dirs
USE_PYTHON= autoplist distutils
CFLAGS+= -I${LOCALBASE}/include
diff --git a/math/py-matplotlib/distinfo b/math/py-matplotlib/distinfo
index 595f0a0..51cf856 100644
--- a/math/py-matplotlib/distinfo
+++ b/math/py-matplotlib/distinfo
@@ -1,2 +1,3 @@
-SHA256 (matplotlib-1.5.0.tar.gz) = 67b08b1650a00a6317d94b76a30a47320087e5244920604c5462188cba0c2646
-SIZE (matplotlib-1.5.0.tar.gz) = 53962448
+TIMESTAMP = 1479367113
+SHA256 (matplotlib-matplotlib-v1.5.3_GH0.tar.gz) = c72276afc11f0b77cee736a783861039c0284d2e4739de8ca09d2dd1407745aa
+SIZE (matplotlib-matplotlib-v1.5.3_GH0.tar.gz) = 50931479
OpenPOWER on IntegriCloud