From owner-svn-ports-head@freebsd.org Sat Jan 4 09:02:50 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DC3081F7937; Sat, 4 Jan 2020 09:02:50 +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 47qbQL5WMTz40L1; Sat, 4 Jan 2020 09:02:50 +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 A75B6A925; Sat, 4 Jan 2020 09:02:50 +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 00492odx059509; Sat, 4 Jan 2020 09:02:50 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00492oSZ059505; Sat, 4 Jan 2020 09:02:50 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202001040902.00492oSZ059505@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 4 Jan 2020 09:02:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r521997 - head/devel/py-python-distutils-extra X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-python-distutils-extra X-SVN-Commit-Revision: 521997 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.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: Sat, 04 Jan 2020 09:02:50 -0000 Author: sunpoet Date: Sat Jan 4 09:02:49 2020 New Revision: 521997 URL: https://svnweb.freebsd.org/changeset/ports/521997 Log: Update to 2.43 - Update MASTER_SITES - Update WWW Changes: https://salsa.debian.org/python-team/modules/python-distutils-extra/-/tags Modified: head/devel/py-python-distutils-extra/Makefile head/devel/py-python-distutils-extra/distinfo head/devel/py-python-distutils-extra/pkg-descr Modified: head/devel/py-python-distutils-extra/Makefile ============================================================================== --- head/devel/py-python-distutils-extra/Makefile Sat Jan 4 09:02:44 2020 (r521996) +++ head/devel/py-python-distutils-extra/Makefile Sat Jan 4 09:02:49 2020 (r521997) @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= python-distutils-extra -PORTVERSION= 2.39 +PORTVERSION= 2.43 CATEGORIES= devel python -MASTER_SITES= https://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/ \ - LOCAL/sunpoet +MASTER_SITES= DEBIAN PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Add support for i18n, documentation, and icons to distutils @@ -14,9 +14,10 @@ COMMENT= Add support for i18n, documentation, and icon LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python +USES= python tar:xz USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} .include Modified: head/devel/py-python-distutils-extra/distinfo ============================================================================== --- head/devel/py-python-distutils-extra/distinfo Sat Jan 4 09:02:44 2020 (r521996) +++ head/devel/py-python-distutils-extra/distinfo Sat Jan 4 09:02:49 2020 (r521997) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485561855 -SHA256 (python-distutils-extra-2.39.tar.gz) = 723f24f4d65fc8d99b33a002fbbb3771d4cc9d664c97085bf37f3997ae8063af -SIZE (python-distutils-extra-2.39.tar.gz) = 27389 +TIMESTAMP = 1578117387 +SHA256 (python-distutils-extra_2.43.tar.xz) = f5f360e1221f4a08f75889380b75fec6ff5b30220fb6efd7aba4bae11588616f +SIZE (python-distutils-extra_2.43.tar.xz) = 38024 Modified: head/devel/py-python-distutils-extra/pkg-descr ============================================================================== --- head/devel/py-python-distutils-extra/pkg-descr Sat Jan 4 09:02:44 2020 (r521996) +++ head/devel/py-python-distutils-extra/pkg-descr Sat Jan 4 09:02:49 2020 (r521997) @@ -1,4 +1,4 @@ Enables you to easily integrate gettext support, themed icons and scrollkeeper based documentation into Python's distutils. -WWW: https://launchpad.net/python-distutils-extra +WWW: https://salsa.debian.org/python-team/modules/python-distutils-extra