Date: 25 Sep 2006 21:29:57 -0000 From: Mike Meyer <mwm@mired.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/103650: [PATCH] python-xlib port is out of date Message-ID: <20060925212957.74632.qmail@mired.org> Resent-Message-ID: <200609252130.k8PLUICQ054592@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 103650 >Category: ports >Synopsis: [PATCH] python-xlib port 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: Mon Sep 25 21:30:18 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Mike Meyer >Release: FreeBSD 6.1-STABLE amd64 >Organization: Meyer Consulting >Environment: System: FreeBSD bhuda.mired.org 6.1-STABLE FreeBSD 6.1-STABLE #1: Thu Aug 31 17:48:42 EDT 2006 mwm@bhuda.mired.org:/usr/obj/usr/src/sys/BHUDA amd64 >Description: The python-xlib port is at .12a, but the current distribution is .13. >How-To-Repeat: Check the port and the python-xlib sourceforge site. >Fix: The attached patch will update the port to use the 0.13 distribution. If this patch is applied, ports/103614 should also be closed. diff -ru py-xlib/Makefile /tmp/py-xlib/Makefile --- py-xlib/Makefile Wed Jul 19 19:25:16 2006 +++ /tmp/py-xlib/Makefile Mon Sep 25 14:53:06 2006 @@ -6,8 +6,7 @@ # PORTNAME= xlib -PORTVERSION= 0.12a -PORTREVISION= 1 +PORTVERSION= 0.13 CATEGORIES= x11-toolkits python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= python-xlib @@ -19,9 +18,5 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes -INFO= python-xlib - -post-install: - @${INSTALL_DATA} ${WRKSRC}/doc/info/python-xlib.info ${PREFIX}/info/ .include <bsd.port.mk> diff -ru py-xlib/distinfo /tmp/py-xlib/distinfo --- py-xlib/distinfo Wed May 31 21:19:52 2006 +++ /tmp/py-xlib/distinfo Mon Sep 25 14:35:20 2006 @@ -1,3 +1,3 @@ -MD5 (python-xlib-0.12a.tar.gz) = 4edc71320669e99ad874094bff44f4f8 -SHA256 (python-xlib-0.12a.tar.gz) = bd856bf5086fa409ae1a819ccf86c94737a42d6c99b49f006c48ac1235a24767 -SIZE (python-xlib-0.12a.tar.gz) = 299419 +MD5 (python-xlib-0.13.tar.gz) = 8ff22c7517699c2623feb4e31ed612d2 +SHA256 (python-xlib-0.13.tar.gz) = f99c254311cc359002cd77da9b122806b297a0d6b51cd9754b9175487d88b750 +SIZE (python-xlib-0.13.tar.gz) = 195858 Only in py-xlib/files: patch-display Only in py-xlib/files: patch-unix_connect diff -ru py-xlib/pkg-plist /tmp/py-xlib/pkg-plist --- py-xlib/pkg-plist Sun Dec 4 15:07:17 2005 +++ /tmp/py-xlib/pkg-plist Mon Sep 25 14:41:51 2006 @@ -127,6 +127,9 @@ lib/%%PYTHON_VERSION%%/site-packages/Xlib/threaded.py lib/%%PYTHON_VERSION%%/site-packages/Xlib/threaded.pyc lib/%%PYTHON_VERSION%%/site-packages/Xlib/threaded.pyo +lib/%%PYTHON_VERSION%%/site-packages/Xlib/xauth.py +lib/%%PYTHON_VERSION%%/site-packages/Xlib/xauth.pyc +lib/%%PYTHON_VERSION%%/site-packages/Xlib/xauth.pyo lib/%%PYTHON_VERSION%%/site-packages/Xlib/xobject/__init__.py lib/%%PYTHON_VERSION%%/site-packages/Xlib/xobject/__init__.pyc lib/%%PYTHON_VERSION%%/site-packages/Xlib/xobject/__init__.pyo >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060925212957.74632.qmail>