svn commit: r447901 - head/devel/py-pudb

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Aug 13 16:40:15 UTC 2017


Author: sunpoet
Date: Sun Aug 13 16:40:14 2017
New Revision: 447901
URL: https://svnweb.freebsd.org/changeset/ports/447901

Log:
  Update to 2017.1.3
  
  Changes:	https://github.com/inducer/pudb/commits/master
  - Add handling of safely_stringify_for_pudb to allow custom per-type
    stringification.
  - Add support for custom shells.
  - Better support for 2-wide characters in the var view.
  - Bug fixes.

Modified:
  head/devel/py-pudb/Makefile
  head/devel/py-pudb/distinfo

Modified: head/devel/py-pudb/Makefile
==============================================================================
--- head/devel/py-pudb/Makefile	Sun Aug 13 16:38:32 2017	(r447900)
+++ head/devel/py-pudb/Makefile	Sun Aug 13 16:40:14 2017	(r447901)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	pudb
-PORTVERSION=	2017.1.2
+PORTVERSION=	2017.1.3
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/devel/py-pudb/distinfo
==============================================================================
--- head/devel/py-pudb/distinfo	Sun Aug 13 16:38:32 2017	(r447900)
+++ head/devel/py-pudb/distinfo	Sun Aug 13 16:40:14 2017	(r447901)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1491494521
-SHA256 (pudb-2017.1.2.tar.gz) = 29d82ed05030146e5f2f9431926cc24f6c6c284cb451a4a850625fc0303e46e7
-SIZE (pudb-2017.1.2.tar.gz) = 53507
+TIMESTAMP = 1502640026
+SHA256 (pudb-2017.1.3.tar.gz) = 2ba6e91835ce3eccfb957addce3d1d0751aa16536b9864c8fd262d9863167a0b
+SIZE (pudb-2017.1.3.tar.gz) = 55283


More information about the svn-ports-all mailing list