From owner-freebsd-x11@FreeBSD.ORG Sat Oct 24 19:35:15 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 523A11065679; Sat, 24 Oct 2009 19:35:15 +0000 (UTC) (envelope-from scjamorim@bsd.com.br) Received: from mail-yx0-f171.google.com (mail-yx0-f171.google.com [209.85.210.171]) by mx1.freebsd.org (Postfix) with ESMTP id 0312C8FC15; Sat, 24 Oct 2009 19:35:14 +0000 (UTC) Received: by yxe1 with SMTP id 1so8845707yxe.3 for ; Sat, 24 Oct 2009 12:35:14 -0700 (PDT) Received: by 10.150.114.14 with SMTP id m14mr515314ybc.162.1256412914322; Sat, 24 Oct 2009 12:35:14 -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 23sm659467ywh.3.2009.10.24.12.35.12 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 24 Oct 2009 12:35:13 -0700 (PDT) Received: by fbsd.scjamorim.org (Postfix, from userid 0) id 570663F5F97; Sat, 24 Oct 2009 17:35:12 -0200 (BRST) To: FreeBSD-gnats-submit@freebsd.org From: Sylvio Cesar X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20091024193512.570663F5F97@fbsd.scjamorim.org> Date: Sat, 24 Oct 2009 17:35:12 -0200 (BRST) Cc: x11@FreeBSD.org Subject: [PATCH] x11/libXdamage: update to 1.1.2 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 19:35:15 -0000 >Submitter-Id: current-users >Originator: Sylvio Cesar >Organization: >Confidential: no >Synopsis: [PATCH] x11/libXdamage: update to 1.1.2 >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 1.1.2 Port maintainer (x11@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- libXdamage-1.1.2.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/x11/libXdamage/Makefile,v retrieving revision 1.13 diff -u -u -r1.13 Makefile --- Makefile 19 May 2007 20:26:49 -0000 1.13 +++ Makefile 24 Oct 2009 19:34:22 -0000 @@ -6,7 +6,7 @@ # PORTNAME= libXdamage -PORTVERSION= 1.1.1 +PORTVERSION= 1.1.2 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org Index: distinfo =================================================================== RCS file: /home/ncvs/ports/x11/libXdamage/distinfo,v retrieving revision 1.5 diff -u -u -r1.5 distinfo --- distinfo 19 May 2007 20:26:49 -0000 1.5 +++ distinfo 24 Oct 2009 19:34:22 -0000 @@ -1,3 +1,3 @@ -MD5 (xorg/lib/libXdamage-1.1.1.tar.bz2) = ac0ce6b0063a9858c8f24ddb4c60487d -SHA256 (xorg/lib/libXdamage-1.1.1.tar.bz2) = 0102754db23952a1c3adf7881bbf191f91ca3e3d183e1b0179452bce932fae2e -SIZE (xorg/lib/libXdamage-1.1.1.tar.bz2) = 201096 +MD5 (xorg/lib/libXdamage-1.1.2.tar.bz2) = b42780bce703ec202a33e5693991c09d +SHA256 (xorg/lib/libXdamage-1.1.2.tar.bz2) = a56a10acb34827c4d1a0ee282a338cbb04baa03d7fc7bc69e5690915c8fc7c0a +SIZE (xorg/lib/libXdamage-1.1.2.tar.bz2) = 238443 --- libXdamage-1.1.2.patch ends here ---