From owner-svn-ports-head@freebsd.org Thu Mar 21 19:41:54 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1A52E154CEEC; Thu, 21 Mar 2019 19:41:54 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 845947486F; Thu, 21 Mar 2019 19:41:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DFFDCD9F5; Thu, 21 Mar 2019 19:41:49 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x2LJfnmh062750; Thu, 21 Mar 2019 19:41:49 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x2LJfnVP062748; Thu, 21 Mar 2019 19:41:49 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201903211941.x2LJfnVP062748@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 21 Mar 2019 19:41:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r496504 - in head/math/py-matplotlib: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/math/py-matplotlib: . files X-SVN-Commit-Revision: 496504 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 845947486F X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.98)[-0.979,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Mar 2019 19:41:54 -0000 Author: sunpoet Date: Thu Mar 21 19:41:49 2019 New Revision: 496504 URL: https://svnweb.freebsd.org/changeset/ports/496504 Log: Update to 2.2.3 - Change MASTER_SITES from GitHub to CHEESESHOP - Add USES=gnome - Silence extraction and patch message - Do not silence installation message Changes: https://github.com/matplotlib/matplotlib/releases PR: 236276 Submitted by: sunpoet (myself) Approved by: (maintainer) Deleted: head/math/py-matplotlib/files/patch-extern_ttconv_pprdrv__tt.cpp Modified: head/math/py-matplotlib/Makefile head/math/py-matplotlib/distinfo Modified: head/math/py-matplotlib/Makefile ============================================================================== --- head/math/py-matplotlib/Makefile Thu Mar 21 19:41:43 2019 (r496503) +++ head/math/py-matplotlib/Makefile Thu Mar 21 19:41:49 2019 (r496504) @@ -2,15 +2,11 @@ # $FreeBSD$ PORTNAME= matplotlib -DISTVERSIONPREFIX= v -DISTVERSION= 2.1.2 -PORTREVISION= 6 +DISTVERSION= 2.2.3 CATEGORIES= math python +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ -PATCHFILES= 5b7a21e53e11a7064b2171c0d91afda67f30c4e7.patch:-p1 # fix of the failure on 12 i386: https://github.com/matplotlib/matplotlib/issues/10698 - MAINTAINER= mainland@apeiron.net COMMENT= Plotting library uses a syntax familiar to MATLAB users @@ -29,8 +25,7 @@ RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}tornado>0:www/py-tornado@${PY_FLAVOR} py27_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}backports.functools_lru_cache>0:devel/py-backports.functools_lru_cache@${PY_FLAVOR} -USES= compiler:c++11-lib gettext pkgconfig python shebangfix uniquefiles:dirs -USE_GITHUB= yes +USES= compiler:c++11-lib gettext gnome pkgconfig python shebangfix uniquefiles:dirs USE_PYTHON= autoplist distutils CFLAGS+= -I${LOCALBASE}/include @@ -79,18 +74,10 @@ WXAGGBACKEND_BUILD_DEPENDS= Xvfb:x11-servers/xorg-vfbs .endif post-extract: - ${FIND} ${WRKSRC} -name \*.py | ${XARGS} ${CHMOD} -x + @${FIND} ${WRKSRC} -name '*.py' | ${XARGS} ${CHMOD} -x post-patch: - ${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ - -e 's|%%TCL_INCLUDEDIR%%|${TCL_INCLUDEDIR}|g' \ - -e 's|%%TK_INCLUDEDIR%%|${TK_INCLUDEDIR}|g' \ - -e 's|%%TCL_LIBDIR%%|${TCL_LIBDIR}|g' \ - -e 's|%%TK_LIBDIR%%|${TK_LIBDIR}|g' \ - -e 's|%%TCL_VER%%|${TCL_SHLIB_VER}|g' \ - -e 's|%%TK_VER%%|${TK_SHLIB_VER}|g' \ - ${WRKSRC}/setupext.py - ${REINPLACE_CMD} -e 's|%%GTK_BACKEND%%|${GTK_BACKEND}|g' \ + @${REINPLACE_CMD} -e 's|%%GTK_BACKEND%%|${GTK_BACKEND}|g' \ -e 's|%%GTKAGG_BACKEND%%|${GTKAGG_BACKEND}|g' \ -e 's|%%QT5AGG_BACKEND%%|${QT5AGG_BACKEND}|g' \ -e 's|%%TKAGG_BACKEND%%|${TKAGG_BACKEND}|g' \ @@ -98,7 +85,7 @@ post-patch: ${WRKSRC}/setup.cfg post-install: - @${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR}/matplotlib -name '*.so' \ + ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR}/matplotlib -name '*.so' \ | ${XARGS} ${STRIP_CMD} post-install-EXAMPLES-on: Modified: head/math/py-matplotlib/distinfo ============================================================================== --- head/math/py-matplotlib/distinfo Thu Mar 21 19:41:43 2019 (r496503) +++ head/math/py-matplotlib/distinfo Thu Mar 21 19:41:49 2019 (r496504) @@ -1,5 +1,3 @@ -TIMESTAMP = 1520663268 -SHA256 (matplotlib-matplotlib-v2.1.2_GH0.tar.gz) = 613d79282a0a8ba88cfc52dbcf1b08ab070dae395c3d313d141ccc3f87e3c9fa -SIZE (matplotlib-matplotlib-v2.1.2_GH0.tar.gz) = 35181192 -SHA256 (5b7a21e53e11a7064b2171c0d91afda67f30c4e7.patch) = f332f13cd365cdc3903bed12bdb483366e0212d9481f0949474334db96cc3257 -SIZE (5b7a21e53e11a7064b2171c0d91afda67f30c4e7.patch) = 1736 +TIMESTAMP = 1547732863 +SHA256 (matplotlib-2.2.3.tar.gz) = 7355bf757ecacd5f0ac9dd9523c8e1a1103faadf8d33c22664178e17533f8ce5 +SIZE (matplotlib-2.2.3.tar.gz) = 36839609