From owner-freebsd-x11@FreeBSD.ORG Sat Oct 24 19:32:45 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 1A1C3106566B; Sat, 24 Oct 2009 19:32:45 +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 BCCAD8FC1A; Sat, 24 Oct 2009 19:32:44 +0000 (UTC) Received: by yxe1 with SMTP id 1so8844798yxe.3 for ; Sat, 24 Oct 2009 12:32:44 -0700 (PDT) Received: by 10.150.244.4 with SMTP id r4mr224145ybh.127.1256412764067; Sat, 24 Oct 2009 12:32:44 -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 21sm727214ywh.1.2009.10.24.12.32.42 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 24 Oct 2009 12:32:43 -0700 (PDT) Received: by fbsd.scjamorim.org (Postfix, from userid 0) id 4F7C93F5F97; Sat, 24 Oct 2009 17:32:42 -0200 (BRST) To: FreeBSD-gnats-submit@freebsd.org From: Sylvio Cesar X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20091024193242.4F7C93F5F97@fbsd.scjamorim.org> Date: Sat, 24 Oct 2009 17:32:42 -0200 (BRST) Cc: x11@FreeBSD.org Subject: [PATCH] x11/libXcursor: update to 1.1.10 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:32:45 -0000 >Submitter-Id: current-users >Originator: Sylvio Cesar >Organization: >Confidential: no >Synopsis: [PATCH] x11/libXcursor: update to 1.1.10 >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.10 Port maintainer (x11@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- libXcursor-1.1.10.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/x11/libXcursor/Makefile,v retrieving revision 1.23 diff -u -u -r1.23 Makefile --- Makefile 13 Mar 2008 10:33:54 -0000 1.23 +++ Makefile 24 Oct 2009 19:32:20 -0000 @@ -6,8 +6,7 @@ # PORTNAME= libXcursor -PORTVERSION= 1.1.9 -PORTREVISION= 1 +PORTVERSION= 1.1.10 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org Index: distinfo =================================================================== RCS file: /home/ncvs/ports/x11/libXcursor/distinfo,v retrieving revision 1.6 diff -u -u -r1.6 distinfo --- distinfo 13 Sep 2007 19:44:59 -0000 1.6 +++ distinfo 24 Oct 2009 19:32:20 -0000 @@ -1,3 +1,3 @@ -MD5 (xorg/lib/libXcursor-1.1.9.tar.bz2) = 99b7554037a92b260891091e81815a0a -SHA256 (xorg/lib/libXcursor-1.1.9.tar.bz2) = 1dffb3542271c8ce964066d561474caec5b639d6588b257b21cfb8225a15d2b4 -SIZE (xorg/lib/libXcursor-1.1.9.tar.bz2) = 234749 +MD5 (xorg/lib/libXcursor-1.1.10.tar.bz2) = 7dcdad1c10daea872cb3355af414b2ca +SHA256 (xorg/lib/libXcursor-1.1.10.tar.bz2) = b9446df62203f2c3204b6bcc0057dc909d0dc792f0dd97bc491581b08be36cbd +SIZE (xorg/lib/libXcursor-1.1.10.tar.bz2) = 264543 --- libXcursor-1.1.10.patch ends here ---