Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Dec 2016 18:41:22 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r429643 - head/x11-toolkits/py-xlib
Message-ID:  <201612271841.uBRIfMYB036272@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Tue Dec 27 18:41:21 2016
New Revision: 429643
URL: https://svnweb.freebsd.org/changeset/ports/429643

Log:
  Update to 0.18.
  
  This is a bug fix update, release hilights:
  - fix Python 3 buffer abstraction
  - fix interrupted select handling for Python 3.3/3.4
  - fix Unix socket support when only an abstract address is available
  
  PR:		215604
  Submitted by:	Eero Hänninen <fax@nohik.ee> (maintainer)

Modified:
  head/x11-toolkits/py-xlib/Makefile
  head/x11-toolkits/py-xlib/distinfo

Modified: head/x11-toolkits/py-xlib/Makefile
==============================================================================
--- head/x11-toolkits/py-xlib/Makefile	Tue Dec 27 18:16:18 2016	(r429642)
+++ head/x11-toolkits/py-xlib/Makefile	Tue Dec 27 18:41:21 2016	(r429643)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	xlib
-PORTVERSION=	0.17
-PORTREVISION=	1
+PORTVERSION=	0.18
 CATEGORIES=	x11-toolkits python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 

Modified: head/x11-toolkits/py-xlib/distinfo
==============================================================================
--- head/x11-toolkits/py-xlib/distinfo	Tue Dec 27 18:16:18 2016	(r429642)
+++ head/x11-toolkits/py-xlib/distinfo	Tue Dec 27 18:41:21 2016	(r429643)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1474465712
-SHA256 (python-xlib-python-xlib-0.17_GH0.tar.gz) = f856d59169c8675c1dda7184d2beb3074f07628c31c7e32aecebf3a1597edbb4
-SIZE (python-xlib-python-xlib-0.17_GH0.tar.gz) = 230349
+TIMESTAMP = 1482836048
+SHA256 (python-xlib-python-xlib-0.18_GH0.tar.gz) = 9b65e3bc01c83f9b8b33c5796738336ea88f0e4c3aa25444acd77fd2a04bd8d0
+SIZE (python-xlib-python-xlib-0.18_GH0.tar.gz) = 230874



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