From owner-freebsd-x11@FreeBSD.ORG Sat Oct 24 22:07:53 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 1A5991065676; Sat, 24 Oct 2009 22:07:53 +0000 (UTC) (envelope-from scjamorim@bsd.com.br) Received: from mail-yw0-f178.google.com (mail-yw0-f178.google.com [209.85.211.178]) by mx1.freebsd.org (Postfix) with ESMTP id BD8978FC08; Sat, 24 Oct 2009 22:07:52 +0000 (UTC) Received: by ywh8 with SMTP id 8so8889183ywh.3 for ; Sat, 24 Oct 2009 15:07:51 -0700 (PDT) Received: by 10.150.242.3 with SMTP id p3mr1694272ybh.22.1256422071773; Sat, 24 Oct 2009 15:07:51 -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 21sm762602ywh.1.2009.10.24.15.07.50 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 24 Oct 2009 15:07:51 -0700 (PDT) Received: by fbsd.scjamorim.org (Postfix, from userid 0) id 046443F5F97; Sat, 24 Oct 2009 20:07:50 -0200 (BRST) To: FreeBSD-gnats-submit@freebsd.org From: Sylvio Cesar X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20091024220750.046443F5F97@fbsd.scjamorim.org> Date: Sat, 24 Oct 2009 20:07:50 -0200 (BRST) Cc: x11@FreeBSD.org Subject: [PATCH] x11/libXpm: update to 3.5.8 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 22:07:53 -0000 >Submitter-Id: current-users >Originator: Sylvio Cesar >Organization: >Confidential: no >Synopsis: [PATCH] x11/libXpm: update to 3.5.8 >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 3.5.8 Port maintainer (x11@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- libXpm-3.5.8.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/x11/libXpm/Makefile,v retrieving revision 1.19 diff -u -u -r1.19 Makefile --- Makefile 13 Sep 2007 19:44:59 -0000 1.19 +++ Makefile 24 Oct 2009 22:07:22 -0000 @@ -6,7 +6,7 @@ # PORTNAME= libXpm -PORTVERSION= 3.5.7 +PORTVERSION= 3.5.8 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org Index: distinfo =================================================================== RCS file: /home/ncvs/ports/x11/libXpm/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 22:07:22 -0000 @@ -1,3 +1,3 @@ -MD5 (xorg/lib/libXpm-3.5.7.tar.bz2) = cd15ee542d9f515538b4462a6f79d977 -SHA256 (xorg/lib/libXpm-3.5.7.tar.bz2) = 64701ae67ce5b0797307b75d8255bec3a0d371d0c50715ea618f5a68bcc92baa -SIZE (xorg/lib/libXpm-3.5.7.tar.bz2) = 358241 +MD5 (xorg/lib/libXpm-3.5.8.tar.bz2) = 38e58e72d476a74298a59052fde185a3 +SHA256 (xorg/lib/libXpm-3.5.8.tar.bz2) = 02a77aaa32e6e335e1ee04aeb9ad1008045d98274d64ed33bc5fc6c3a3542c4c +SIZE (xorg/lib/libXpm-3.5.8.tar.bz2) = 392021 --- libXpm-3.5.8.patch ends here ---