From owner-freebsd-x11@FreeBSD.ORG Sat Oct 24 20:25:19 2009 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0F2DC10656AB; Sat, 24 Oct 2009 20:25:19 +0000 (UTC) (envelope-from scjamorim@bsd.com.br) Received: from mail-gx0-f218.google.com (mail-gx0-f218.google.com [209.85.217.218]) by mx1.freebsd.org (Postfix) with ESMTP id B50CF8FC32; Sat, 24 Oct 2009 20:25:18 +0000 (UTC) Received: by gxk10 with SMTP id 10so9208962gxk.3 for ; Sat, 24 Oct 2009 13:25:18 -0700 (PDT) Received: by 10.150.248.4 with SMTP id v4mr20701835ybh.184.1256415918004; Sat, 24 Oct 2009 13:25:18 -0700 (PDT) Received: from fbsd.scjamorim.org (200-163-8-49.bsace705.dsl.brasiltelecom.net.br [200.163.8.49]) by mx.google.com with ESMTPS id 4sm565903ywd.44.2009.10.24.13.25.15 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 24 Oct 2009 13:25:17 -0700 (PDT) Received: by fbsd.scjamorim.org (Postfix, from userid 0) id C51A73F5F97; Sat, 24 Oct 2009 18:25:07 -0200 (BRST) To: bug-followup@freebsd.org From: Sylvio Cesar X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20091024202507.C51A73F5F97@fbsd.scjamorim.org> Date: Sat, 24 Oct 2009 18:25:07 -0200 (BRST) Cc: x11@FreeBSD.org, scjamorim@bsd.com.br Subject: Re: ports/139918: [PATCH] x11/xextproto: update to 7.0.99.1 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Oct 2009 20:25:19 -0000 >Submitter-Id: current-users >Originator: Sylvio Cesar >Organization: >Confidential: no >Synopsis: Re: ports/139918: [PATCH] x11/xextproto: update to 7.0.99.1 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 9.0-CURRENT amd64 >Environment: System: FreeBSD fbsd.scjamorim.org 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Sat Oct 10 21:33:17 BRT 2009 >Description: - Update to 7.0.99.2 Please, use this update to 7.0.99.2. Port maintainer (x11@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- xextproto-7.0.99.2.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/x11/xextproto/Makefile,v retrieving revision 1.3 diff -u -u -r1.3 Makefile --- Makefile 29 Jan 2009 19:06:25 -0000 1.3 +++ Makefile 24 Oct 2009 20:23:42 -0000 @@ -6,7 +6,7 @@ # PORTNAME= xextproto -PORTVERSION= 7.0.5 +PORTVERSION= 7.0.99.2 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org Index: distinfo =================================================================== RCS file: /home/ncvs/ports/x11/xextproto/distinfo,v retrieving revision 1.3 diff -u -u -r1.3 distinfo --- distinfo 29 Jan 2009 19:06:25 -0000 1.3 +++ distinfo 24 Oct 2009 20:23:42 -0000 @@ -1,3 +1,3 @@ -MD5 (xorg/proto/xextproto-7.0.5.tar.bz2) = e6841018a7c64983b0954aa2c564d115 -SHA256 (xorg/proto/xextproto-7.0.5.tar.bz2) = d33e1f3c96daad78667b2dfc14a1ce2ee3bdce19409f82cd5ede6c696ca5b042 -SIZE (xorg/proto/xextproto-7.0.5.tar.bz2) = 80831 +MD5 (xorg/proto/xextproto-7.0.99.2.tar.bz2) = bd95d508302d20fdfc6c8338a7772d20 +SHA256 (xorg/proto/xextproto-7.0.99.2.tar.bz2) = 6322c82e5466d0f9b5c6d22b5cfac3b840d35558c89acfb29299538d74288c43 +SIZE (xorg/proto/xextproto-7.0.99.2.tar.bz2) = 70710 --- xextproto-7.0.99.2.patch ends here ---