svn commit: r462787 - head/math/py-matplotlib

Yuri Victorovich yuri at FreeBSD.org
Sat Feb 24 11:12:27 UTC 2018


Author: yuri
Date: Sat Feb 24 11:12:25 2018
New Revision: 462787
URL: https://svnweb.freebsd.org/changeset/ports/462787

Log:
  math/py-matplotlib: Update to 2.1.2
  
  Maintainer's timeout expired: mainland at apeiron.net
  
  Additional port changes:
  * Changed to DISTVERSION
  * Changed WWW to https URL
  
  PR:		222689
  Submitted by:	Kostas Oikonomou <ko at research.att.com> (version 2.0.2)
  Approved by:	portmgr (maintainer timeout, 14 days)
  Approved by:	tcberner (mentor, implicit)

Modified:
  head/math/py-matplotlib/Makefile
  head/math/py-matplotlib/distinfo
  head/math/py-matplotlib/pkg-descr

Modified: head/math/py-matplotlib/Makefile
==============================================================================
--- head/math/py-matplotlib/Makefile	Sat Feb 24 10:33:54 2018	(r462786)
+++ head/math/py-matplotlib/Makefile	Sat Feb 24 11:12:25 2018	(r462787)
@@ -2,9 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	matplotlib
-PORTVERSION=	1.5.3
-PORTREVISION=	3
 DISTVERSIONPREFIX=	v
+DISTVERSION=	2.1.2
 CATEGORIES=	math python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -25,9 +24,8 @@ RUN_DEPENDS=	${PYNUMPY} \
 		${PYTHON_PKGNAMEPREFIX}pyparsing>=0:devel/py-pyparsing@${FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}tornado>0:www/py-tornado@${FLAVOR}
 
-USE_GITHUB=	yes
-
 USES=		compiler:c++11-lib gettext pkgconfig python shebangfix uniquefiles:dirs
+USE_GITHUB=	yes
 USE_PYTHON=	autoplist distutils
 CFLAGS+=	-I${LOCALBASE}/include
 

Modified: head/math/py-matplotlib/distinfo
==============================================================================
--- head/math/py-matplotlib/distinfo	Sat Feb 24 10:33:54 2018	(r462786)
+++ head/math/py-matplotlib/distinfo	Sat Feb 24 11:12:25 2018	(r462787)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1479367113
-SHA256 (matplotlib-matplotlib-v1.5.3_GH0.tar.gz) = c72276afc11f0b77cee736a783861039c0284d2e4739de8ca09d2dd1407745aa
-SIZE (matplotlib-matplotlib-v1.5.3_GH0.tar.gz) = 50931479
+TIMESTAMP = 1519469715
+SHA256 (matplotlib-matplotlib-v2.1.2_GH0.tar.gz) = 613d79282a0a8ba88cfc52dbcf1b08ab070dae395c3d313d141ccc3f87e3c9fa
+SIZE (matplotlib-matplotlib-v2.1.2_GH0.tar.gz) = 35181192

Modified: head/math/py-matplotlib/pkg-descr
==============================================================================
--- head/math/py-matplotlib/pkg-descr	Sat Feb 24 10:33:54 2018	(r462786)
+++ head/math/py-matplotlib/pkg-descr	Sat Feb 24 11:12:25 2018	(r462787)
@@ -5,4 +5,4 @@ can be used in python scripts, interactively from the 
 or mathematica), in web application servers generating dynamic charts, or
 embedded in GTK, Tk or WX applications; see backends.
 
-WWW: http://matplotlib.org/
+WWW: https://matplotlib.org/


More information about the svn-ports-head mailing list