Date: 20 Feb 2009 19:35:49 -0500 From: Mike Meyer <mwm@mired.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/131920: python-xlib library is out of date. Message-ID: <20090221003549.2119.qmail@mired.org> Resent-Message-ID: <200902210110.n1L1A1m1000439@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 131920 >Category: ports >Synopsis: python-xlib library is out of date. >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Feb 21 01:10:00 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Mike Meyer >Release: FreeBSD 7.1-PRERELEASE amd64 >Organization: Meyer Consulting >Environment: System: FreeBSD bhuda.mired.org 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #2: Sun Oct 26 16:28:28 EDT 2008 mwm@bhuda.mired.org:/usr/obj/usr/src/sys/BHUDA amd64 >Description: The python-xlib port is at version 0.13, but 0.14 is current. >How-To-Repeat: Try using the xinerama extensions that's in 0.14! >Fix: Apply the following patch to the port. diff -u py-xlib-orig/Makefile py-xlib/Makefile --- py-xlib-orig/Makefile 2009-02-20 19:24:59.000000000 -0500 +++ py-xlib/Makefile 2009-02-20 19:32:11.000000000 -0500 @@ -6,7 +6,7 @@ # PORTNAME= xlib -PORTVERSION= 0.13 +PORTVERSION= 0.14 CATEGORIES= x11-toolkits python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= python-xlib diff -u py-xlib-orig/distinfo py-xlib/distinfo --- py-xlib-orig/distinfo 2009-02-20 19:24:59.000000000 -0500 +++ py-xlib/distinfo 2009-02-20 19:35:19.000000000 -0500 @@ -1,3 +1,3 @@ -MD5 (python-xlib-0.13.tar.gz) = 8ff22c7517699c2623feb4e31ed612d2 -SHA256 (python-xlib-0.13.tar.gz) = f99c254311cc359002cd77da9b122806b297a0d6b51cd9754b9175487d88b750 -SIZE (python-xlib-0.13.tar.gz) = 195858 +MD5 (python-xlib-0.14.tar.gz) = a038c2f410d8445f3fa8f6dcd45659c5 +SHA256 (python-xlib-0.14.tar.gz) = 4771b0b6a605e0197ece5432fa601c61df724b32544239f463a867200f2160eb +SIZE (python-xlib-0.14.tar.gz) = 200223 Only in py-xlib-orig: files diff -u py-xlib-orig/pkg-plist py-xlib/pkg-plist --- py-xlib-orig/pkg-plist 2009-02-20 19:24:59.000000000 -0500 +++ py-xlib/pkg-plist 2009-02-20 19:29:29.000000000 -0500 @@ -31,6 +31,12 @@ lib/%%PYTHON_VERSION%%/site-packages/Xlib/ext/xtest.py lib/%%PYTHON_VERSION%%/site-packages/Xlib/ext/xtest.pyc lib/%%PYTHON_VERSION%%/site-packages/Xlib/ext/xtest.pyo +lib/%%PYTHON_VERSION%%/site-packages/Xlib/ext/record.py +lib/%%PYTHON_VERSION%%/site-packages/Xlib/ext/record.pyc +lib/%%PYTHON_VERSION%%/site-packages/Xlib/ext/record.pyo +lib/%%PYTHON_VERSION%%/site-packages/Xlib/ext/xinerama.py +lib/%%PYTHON_VERSION%%/site-packages/Xlib/ext/xinerama.pyc +lib/%%PYTHON_VERSION%%/site-packages/Xlib/ext/xinerama.pyo lib/%%PYTHON_VERSION%%/site-packages/Xlib/keysymdef/__init__.py lib/%%PYTHON_VERSION%%/site-packages/Xlib/keysymdef/__init__.pyc lib/%%PYTHON_VERSION%%/site-packages/Xlib/keysymdef/__init__.pyo >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090221003549.2119.qmail>