From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 31 10:40:01 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D70AB1065675 for ; Fri, 31 Jul 2009 10:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B24EE8FC12 for ; Fri, 31 Jul 2009 10:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n6VAe1CB078995 for ; Fri, 31 Jul 2009 10:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n6VAe1W8078994; Fri, 31 Jul 2009 10:40:01 GMT (envelope-from gnats) Resent-Date: Fri, 31 Jul 2009 10:40:01 GMT Resent-Message-Id: <200907311040.n6VAe1W8078994@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ashish SHUKLA Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1F2BB106566B for ; Fri, 31 Jul 2009 10:31:14 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 0E0738FC12 for ; Fri, 31 Jul 2009 10:31:14 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n6VAVDZK045407 for ; Fri, 31 Jul 2009 10:31:13 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n6VAVDYT045406; Fri, 31 Jul 2009 10:31:13 GMT (envelope-from nobody) Message-Id: <200907311031.n6VAVDYT045406@www.freebsd.org> Date: Fri, 31 Jul 2009 10:31:13 GMT From: Ashish SHUKLA To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/137300: Update Port: x11/xpyb to v1.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Jul 2009 10:40:02 -0000 >Number: 137300 >Category: ports >Synopsis: Update Port: x11/xpyb to v1.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Jul 31 10:40:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Ashish SHUKLA >Release: 8.0-BETA2 >Organization: N/A >Environment: FreeBSD monte-cristo.france 8.0-BETA2 FreeBSD 8.0-BETA2 #0: Wed Jul 15 21:48:41 UTC 2009 root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Update x11/xpyb port to v1.1. >How-To-Repeat: >Fix: diff -urN /usr/ports/x11/xpyb/Makefile xpyb/Makefile --- /usr/ports/x11/xpyb/Makefile 2009-06-15 03:53:54.000000000 +0530 +++ xpyb/Makefile 2009-07-31 21:18:27.000000000 +0530 @@ -6,8 +6,7 @@ # PORTNAME= xpyb -PORTVERSION= 1.0 -PORTREVISION= 2 +PORTVERSION= 1.1 CATEGORIES= x11 python MASTER_SITES= http://xcb.freedesktop.org/%SUBDIR%/ MASTER_SITE_SUBDIR= dist @@ -16,7 +15,8 @@ MAINTAINER= wahjava@gmail.com COMMENT= Python bindings to access X Window System protocol via libxcb -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xcb-proto.pc:${PORTSDIR}/x11/xcb-proto +BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xcb-proto.pc:${PORTSDIR}/x11/xcb-proto \ + xcb-proto>=1.1:${PORTSDIR}/x11/xcb-proto LIB_DEPENDS= xcb.2:${PORTSDIR}/x11/libxcb USE_BZIP2= yes diff -urN /usr/ports/x11/xpyb/distinfo xpyb/distinfo --- /usr/ports/x11/xpyb/distinfo 2008-11-25 11:08:09.000000000 +0530 +++ xpyb/distinfo 2009-07-31 21:15:54.000000000 +0530 @@ -1,3 +1,3 @@ -MD5 (xpyb-1.0.tar.bz2) = ee142b17036c755679784576b9d032b5 -SHA256 (xpyb-1.0.tar.bz2) = 5c9645db96b99786de19acab5c62c87e4c4e2f6b5797d51fc1418c7a98d8ce33 -SIZE (xpyb-1.0.tar.bz2) = 262899 +MD5 (xpyb-1.1.tar.bz2) = 0d82bbaa97f89e41aada9fab5630147a +SHA256 (xpyb-1.1.tar.bz2) = 259c9ff7e6eb458f57437dbdc0f1993b63e1f30bbe0e4272bfeb8df18ff45933 +SIZE (xpyb-1.1.tar.bz2) = 267408 >Release-Note: >Audit-Trail: >Unformatted: