Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Oct 2019 16:43:45 +0000 (UTC)
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r516088 - branches/2019Q4/devel/py-munch
Message-ID:  <201910301643.x9UGhj4b040696@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: 0mp
Date: Wed Oct 30 16:43:45 2019
New Revision: 516088
URL: https://svnweb.freebsd.org/changeset/ports/516088

Log:
  MFH: r516057
  
  devel/py-munch: Update to 2.4.0
  
  - Add a new dependency at build: devel/py-pbr (required for HEAD)
  
  Changelog:
  https://github.com/Infinidat/munch/blob/2.4.0/CHANGELOG.md
  
  PR:		241582
  Submitted by:	Loïc Bartoletti <lbartoletti@tuxfamily.org> (maintainer)
  
  Approved by:	ports-secteam (joneum)

Modified:
  branches/2019Q4/devel/py-munch/Makefile
  branches/2019Q4/devel/py-munch/distinfo
Directory Properties:
  branches/2019Q4/   (props changed)

Modified: branches/2019Q4/devel/py-munch/Makefile
==============================================================================
--- branches/2019Q4/devel/py-munch/Makefile	Wed Oct 30 16:39:04 2019	(r516087)
+++ branches/2019Q4/devel/py-munch/Makefile	Wed Oct 30 16:43:45 2019	(r516088)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	munch
-PORTVERSION=	2.3.2
+PORTVERSION=	2.4.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,6 +12,7 @@ COMMENT=	Python dict that provides attribute-style acc
 LICENSE=	MIT
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pbr>=3.0:devel/py-pbr@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	autoplist distutils

Modified: branches/2019Q4/devel/py-munch/distinfo
==============================================================================
--- branches/2019Q4/devel/py-munch/distinfo	Wed Oct 30 16:39:04 2019	(r516087)
+++ branches/2019Q4/devel/py-munch/distinfo	Wed Oct 30 16:43:45 2019	(r516088)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1528316591
-SHA256 (munch-2.3.2.tar.gz) = 6ae3d26b837feacf732fb8aa5b842130da1daf221f5af9f9d4b2a0a6414b0d51
-SIZE (munch-2.3.2.tar.gz) = 7598
+TIMESTAMP = 1572408346
+SHA256 (munch-2.4.0.tar.gz) = 16ffb7e93cdb18a51fc564b4582b9a78579590638dcbda424bc894ee2ea4f741
+SIZE (munch-2.4.0.tar.gz) = 16471



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910301643.x9UGhj4b040696>