From owner-svn-ports-head@freebsd.org Sat Feb 24 08:52:31 2018 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 0A8BEF2429E; Sat, 24 Feb 2018 08:52:31 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A5FC775ECE; Sat, 24 Feb 2018 08:52:30 +0000 (UTC) (envelope-from tcberner@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 8844E234FA; Sat, 24 Feb 2018 08:52:30 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1O8qUu9027152; Sat, 24 Feb 2018 08:52:30 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1O8qRlq026434; Sat, 24 Feb 2018 08:52:27 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201802240852.w1O8qRlq026434@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sat, 24 Feb 2018 08:52:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462775 - in head: devel/py-check-manifest devel/py-logan devel/py-memory_profiler devel/py-pkgconfig devel/py-tapi devel/py-testtools devel/py-xmltodict devel/py-yappi devel/py-yunomi ... X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: in head: devel/py-check-manifest devel/py-logan devel/py-memory_profiler devel/py-pkgconfig devel/py-tapi devel/py-testtools devel/py-xmltodict devel/py-yappi devel/py-yunomi editors/linux-sublime gra... X-SVN-Commit-Revision: 462775 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 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: Sat, 24 Feb 2018 08:52:31 -0000 Author: tcberner Date: Sat Feb 24 08:52:27 2018 New Revision: 462775 URL: https://svnweb.freebsd.org/changeset/ports/462775 Log: Give xmj@'s ports back to the pool PR: 226157 Submitted by: xmj Modified: head/devel/py-check-manifest/Makefile head/devel/py-logan/Makefile head/devel/py-memory_profiler/Makefile head/devel/py-pkgconfig/Makefile head/devel/py-tapi/Makefile head/devel/py-testtools/Makefile head/devel/py-xmltodict/Makefile head/devel/py-yappi/Makefile head/devel/py-yunomi/Makefile head/editors/linux-sublime/Makefile head/graphics/py-pyganim/Makefile head/math/py-bottleneck/Makefile head/math/py-fastcluster/Makefile head/math/py-patsy/Makefile head/math/py-statsmodels/Makefile head/net-im/skype4/Makefile head/net-mgmt/py-adal/Makefile head/net-mgmt/py-msrest/Makefile head/net/py-gspreadsheet/Makefile head/science/py-coards/Makefile head/science/py-h5py/Makefile head/science/py-pupynere/Makefile head/science/py-pyaixi/Makefile head/www/py-django-crispy-forms/Makefile head/www/py-django-debug-toolbar/Makefile head/www/py-django-picklefield/Makefile Modified: head/devel/py-check-manifest/Makefile ============================================================================== --- head/devel/py-check-manifest/Makefile Sat Feb 24 08:14:56 2018 (r462774) +++ head/devel/py-check-manifest/Makefile Sat Feb 24 08:52:27 2018 (r462775) @@ -7,7 +7,7 @@ CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= johannes@perceivon.net +MAINTAINER= ports@FreeBSD.org COMMENT= Check MANIFEST.in in a Python source package for completeness LICENSE= MIT Modified: head/devel/py-logan/Makefile ============================================================================== --- head/devel/py-logan/Makefile Sat Feb 24 08:14:56 2018 (r462774) +++ head/devel/py-logan/Makefile Sat Feb 24 08:52:27 2018 (r462775) @@ -7,7 +7,7 @@ PORTREVISION= 1 CATEGORIES= devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= johannes@perceivon.net +MAINTAINER= ports@FreeBSD.org COMMENT= Logan is a toolkit for running standalone Django applications LICENSE= APACHE20 Modified: head/devel/py-memory_profiler/Makefile ============================================================================== --- head/devel/py-memory_profiler/Makefile Sat Feb 24 08:14:56 2018 (r462774) +++ head/devel/py-memory_profiler/Makefile Sat Feb 24 08:52:27 2018 (r462775) @@ -7,7 +7,7 @@ CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= johannes@perceivon.net +MAINTAINER= ports@FreeBSD.org COMMENT= Line-by-line and process memory consumption analysis LICENSE= BSD2CLAUSE Modified: head/devel/py-pkgconfig/Makefile ============================================================================== --- head/devel/py-pkgconfig/Makefile Sat Feb 24 08:14:56 2018 (r462774) +++ head/devel/py-pkgconfig/Makefile Sat Feb 24 08:52:27 2018 (r462775) @@ -7,7 +7,7 @@ CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= johannes@perceivon.net +MAINTAINER= ports@FreeBSD.org COMMENT= Python module to interface with the pkg-config command line tool LICENSE= MIT Modified: head/devel/py-tapi/Makefile ============================================================================== --- head/devel/py-tapi/Makefile Sat Feb 24 08:14:56 2018 (r462774) +++ head/devel/py-tapi/Makefile Sat Feb 24 08:52:27 2018 (r462775) @@ -8,7 +8,7 @@ MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Tapi-${PORTVERSION} -MAINTAINER= johannes@perceivon.net +MAINTAINER= ports@FreeBSD.org COMMENT= Framework for testing APIs LICENSE= MIT Modified: head/devel/py-testtools/Makefile ============================================================================== --- head/devel/py-testtools/Makefile Sat Feb 24 08:14:56 2018 (r462774) +++ head/devel/py-testtools/Makefile Sat Feb 24 08:52:27 2018 (r462775) @@ -8,7 +8,7 @@ CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= johannes@perceivon.net +MAINTAINER= ports@FreeBSD.org COMMENT= Extensions to the Python library's unit testing framework LICENSE= MIT Modified: head/devel/py-xmltodict/Makefile ============================================================================== --- head/devel/py-xmltodict/Makefile Sat Feb 24 08:14:56 2018 (r462774) +++ head/devel/py-xmltodict/Makefile Sat Feb 24 08:52:27 2018 (r462775) @@ -7,7 +7,7 @@ CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= johannes@perceivon.net +MAINTAINER= ports@FreeBSD.org COMMENT= XML parser that returns python dictionaries LICENSE= MIT Modified: head/devel/py-yappi/Makefile ============================================================================== --- head/devel/py-yappi/Makefile Sat Feb 24 08:14:56 2018 (r462774) +++ head/devel/py-yappi/Makefile Sat Feb 24 08:52:27 2018 (r462775) @@ -7,7 +7,7 @@ CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= johannes@perceivon.net +MAINTAINER= ports@FreeBSD.org COMMENT= Yet Another Python Profiler LICENSE= MIT Modified: head/devel/py-yunomi/Makefile ============================================================================== --- head/devel/py-yunomi/Makefile Sat Feb 24 08:14:56 2018 (r462774) +++ head/devel/py-yunomi/Makefile Sat Feb 24 08:52:27 2018 (r462775) @@ -8,7 +8,7 @@ CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= johannes@perceivon.net +MAINTAINER= ports@FreeBSD.org COMMENT= Metrics library with rate, distribution and timing information LICENSE= MIT Modified: head/editors/linux-sublime/Makefile ============================================================================== --- head/editors/linux-sublime/Makefile Sat Feb 24 08:14:56 2018 (r462774) +++ head/editors/linux-sublime/Makefile Sat Feb 24 08:52:27 2018 (r462775) @@ -9,7 +9,7 @@ MASTER_SITES= http://c758482.r82.cf2.rackcdn.com/ DISTNAME= Sublime%20Text%202.0.2 PKGNAMEPREFIX= linux- -MAINTAINER= johannes@perceivon.net +MAINTAINER= ports@FreeBSD.org COMMENT= Sublime Text is a sophisticated text editor for code, markup and prose INSTALLS_ICONS= yes Modified: head/graphics/py-pyganim/Makefile ============================================================================== --- head/graphics/py-pyganim/Makefile Sat Feb 24 08:14:56 2018 (r462774) +++ head/graphics/py-pyganim/Makefile Sat Feb 24 08:52:27 2018 (r462775) @@ -8,7 +8,7 @@ MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Pyganim-${PORTVERSION} -MAINTAINER= johannes@perceivon.net +MAINTAINER= ports@FreeBSD.org COMMENT= Sprite animation module for Pygame LICENSE= BSD2CLAUSE Modified: head/math/py-bottleneck/Makefile ============================================================================== --- head/math/py-bottleneck/Makefile Sat Feb 24 08:14:56 2018 (r462774) +++ head/math/py-bottleneck/Makefile Sat Feb 24 08:52:27 2018 (r462775) @@ -9,7 +9,7 @@ MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Bottleneck-${PORTVERSION} -MAINTAINER= johannes@perceivon.net +MAINTAINER= ports@FreeBSD.org COMMENT= Collection of fast NumPy array functions written in Cython LICENSE= BSD2CLAUSE Modified: head/math/py-fastcluster/Makefile ============================================================================== --- head/math/py-fastcluster/Makefile Sat Feb 24 08:14:56 2018 (r462774) +++ head/math/py-fastcluster/Makefile Sat Feb 24 08:52:27 2018 (r462775) @@ -7,7 +7,7 @@ CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= johannes@perceivon.net +MAINTAINER= ports@FreeBSD.org COMMENT= Python functions for hierarchical clustering LICENSE= BSD2CLAUSE Modified: head/math/py-patsy/Makefile ============================================================================== --- head/math/py-patsy/Makefile Sat Feb 24 08:14:56 2018 (r462774) +++ head/math/py-patsy/Makefile Sat Feb 24 08:52:27 2018 (r462775) @@ -7,7 +7,7 @@ CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= johannes@perceivon.net +MAINTAINER= ports@FreeBSD.org COMMENT= Python package for statistical models and design matrices LICENSE= BSD3CLAUSE PSFL Modified: head/math/py-statsmodels/Makefile ============================================================================== --- head/math/py-statsmodels/Makefile Sat Feb 24 08:14:56 2018 (r462774) +++ head/math/py-statsmodels/Makefile Sat Feb 24 08:52:27 2018 (r462775) @@ -6,7 +6,7 @@ PORTVERSION= 0.8.0 CATEGORIES= math python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= johannes@perceivon.net +MAINTAINER= ports@FreeBSD.org COMMENT= Complement to SciPy for statistical computations LICENSE= BSD3CLAUSE Modified: head/net-im/skype4/Makefile ============================================================================== --- head/net-im/skype4/Makefile Sat Feb 24 08:14:56 2018 (r462774) +++ head/net-im/skype4/Makefile Sat Feb 24 08:52:27 2018 (r462775) @@ -9,7 +9,7 @@ CATEGORIES= net-im MASTER_SITES= http://download.skype.com/linux/ PKGNAMESUFFIX= 4 -MAINTAINER= johannes@perceivon.net +MAINTAINER= ports@FreeBSD.org COMMENT= P2P VoIP software RUN_DEPENDS= ${LINUXBASE}/lib/skype_oss_wrapper/libpulse.so.0:audio/linux-skype_oss_wrapper Modified: head/net-mgmt/py-adal/Makefile ============================================================================== --- head/net-mgmt/py-adal/Makefile Sat Feb 24 08:14:56 2018 (r462774) +++ head/net-mgmt/py-adal/Makefile Sat Feb 24 08:52:27 2018 (r462775) @@ -7,7 +7,7 @@ CATEGORIES= net-mgmt python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= johannes@perceivon.net +MAINTAINER= ports@FreeBSD.org COMMENT= Authentication ot Azure Active Directory for python apps LICENSE= MIT Modified: head/net-mgmt/py-msrest/Makefile ============================================================================== --- head/net-mgmt/py-msrest/Makefile Sat Feb 24 08:14:56 2018 (r462774) +++ head/net-mgmt/py-msrest/Makefile Sat Feb 24 08:52:27 2018 (r462775) @@ -7,7 +7,7 @@ CATEGORIES= net-mgmt python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= johannes@perceivon.net +MAINTAINER= ports@FreeBSD.org COMMENT= AutoRest swagger generator Python client runtime LICENSE= MIT Modified: head/net/py-gspreadsheet/Makefile ============================================================================== --- head/net/py-gspreadsheet/Makefile Sat Feb 24 08:14:56 2018 (r462774) +++ head/net/py-gspreadsheet/Makefile Sat Feb 24 08:52:27 2018 (r462775) @@ -8,7 +8,7 @@ CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= johannes@perceivon.net +MAINTAINER= ports@FreeBSD.org COMMENT= Wrapper around Google Spreadsheets to look like csv.DictReader LICENSE= APACHE20 Modified: head/science/py-coards/Makefile ============================================================================== --- head/science/py-coards/Makefile Sat Feb 24 08:14:56 2018 (r462774) +++ head/science/py-coards/Makefile Sat Feb 24 08:52:27 2018 (r462775) @@ -8,7 +8,7 @@ CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= johannes@perceivon.net +MAINTAINER= ports@FreeBSD.org COMMENT= COARDS compliant time parser LICENSE= MIT Modified: head/science/py-h5py/Makefile ============================================================================== --- head/science/py-h5py/Makefile Sat Feb 24 08:14:56 2018 (r462774) +++ head/science/py-h5py/Makefile Sat Feb 24 08:52:27 2018 (r462775) @@ -6,7 +6,7 @@ PORTVERSION= 2.7.0 CATEGORIES= science python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= johannes@perceivon.net +MAINTAINER= ports@FreeBSD.org COMMENT= General-purpose Python interface to the HDF5 library LICENSE= BSD3CLAUSE Modified: head/science/py-pupynere/Makefile ============================================================================== --- head/science/py-pupynere/Makefile Sat Feb 24 08:14:56 2018 (r462774) +++ head/science/py-pupynere/Makefile Sat Feb 24 08:52:27 2018 (r462775) @@ -8,7 +8,7 @@ CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= johannes@perceivon.net +MAINTAINER= ports@FreeBSD.org COMMENT= Python module for reading and writing NetCDF files LICENSE= MIT Modified: head/science/py-pyaixi/Makefile ============================================================================== --- head/science/py-pyaixi/Makefile Sat Feb 24 08:14:56 2018 (r462774) +++ head/science/py-pyaixi/Makefile Sat Feb 24 08:52:27 2018 (r462775) @@ -8,7 +8,7 @@ CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= johannes@perceivon.net +MAINTAINER= ports@FreeBSD.org COMMENT= Implementation of the MC-AIXI-CTW AI algorithm LICENSE= CC-BY-SA-3.0 Modified: head/www/py-django-crispy-forms/Makefile ============================================================================== --- head/www/py-django-crispy-forms/Makefile Sat Feb 24 08:14:56 2018 (r462774) +++ head/www/py-django-crispy-forms/Makefile Sat Feb 24 08:52:27 2018 (r462775) @@ -7,7 +7,7 @@ CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= johannes@perceivon.net +MAINTAINER= ports@FreeBSD.org COMMENT= The best way to have Django DRY forms LICENSE= MIT Modified: head/www/py-django-debug-toolbar/Makefile ============================================================================== --- head/www/py-django-debug-toolbar/Makefile Sat Feb 24 08:14:56 2018 (r462774) +++ head/www/py-django-debug-toolbar/Makefile Sat Feb 24 08:52:27 2018 (r462775) @@ -7,7 +7,7 @@ CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= johannes@perceivon.net +MAINTAINER= ports@FreeBSD.org COMMENT= Configurable set of panels to display debug information LICENSE= BSD3CLAUSE Modified: head/www/py-django-picklefield/Makefile ============================================================================== --- head/www/py-django-picklefield/Makefile Sat Feb 24 08:14:56 2018 (r462774) +++ head/www/py-django-picklefield/Makefile Sat Feb 24 08:52:27 2018 (r462775) @@ -9,7 +9,7 @@ MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}django- DISTNAME= django-${PORTNAME}-${PORTVERSION} -MAINTAINER= johannes@perceivon.net +MAINTAINER= ports@FreeBSD.org COMMENT= Pickled object field for Django LICENSE= MIT