From owner-freebsd-x11@FreeBSD.ORG Sat Oct 24 18:31:59 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 9D5AB10656B5; Sat, 24 Oct 2009 18:31:59 +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 4CC338FC12; Sat, 24 Oct 2009 18:31:59 +0000 (UTC) Received: by yxe1 with SMTP id 1so8823031yxe.3 for ; Sat, 24 Oct 2009 11:31:58 -0700 (PDT) Received: by 10.150.254.7 with SMTP id b7mr3688474ybi.137.1256409118527; Sat, 24 Oct 2009 11:31:58 -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 6sm537115ywd.7.2009.10.24.11.31.57 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 24 Oct 2009 11:31:58 -0700 (PDT) Received: by fbsd.scjamorim.org (Postfix, from userid 0) id E73CE3F5F97; Sat, 24 Oct 2009 16:31:56 -0200 (BRST) To: FreeBSD-gnats-submit@freebsd.org From: Sylvio Cesar X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20091024183156.E73CE3F5F97@fbsd.scjamorim.org> Date: Sat, 24 Oct 2009 16:31:56 -0200 (BRST) Cc: x11@FreeBSD.org Subject: [PATCH] x11/iceauth: update to 1.0.3 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 18:31:59 -0000 >Submitter-Id: current-users >Originator: Sylvio Cesar >Organization: >Confidential: no >Synopsis: [PATCH] x11/iceauth: update to 1.0.3 >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.0.3 Port maintainer (x11@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- iceauth-1.0.3.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/x11/iceauth/Makefile,v retrieving revision 1.2 diff -u -u -r1.2 Makefile --- Makefile 13 Sep 2007 19:44:58 -0000 1.2 +++ Makefile 24 Oct 2009 18:31:14 -0000 @@ -6,7 +6,7 @@ # PORTNAME= iceauth -PORTVERSION= 1.0.2 +PORTVERSION= 1.0.3 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org Index: distinfo =================================================================== RCS file: /home/ncvs/ports/x11/iceauth/distinfo,v retrieving revision 1.2 diff -u -u -r1.2 distinfo --- distinfo 13 Sep 2007 19:44:58 -0000 1.2 +++ distinfo 24 Oct 2009 18:31:14 -0000 @@ -1,3 +1,3 @@ -MD5 (xorg/app/iceauth-1.0.2.tar.bz2) = 7ab8b64edf0212a9d9a3c8129901a450 -SHA256 (xorg/app/iceauth-1.0.2.tar.bz2) = 06401591de57a2c4cf2255e3d5230ea19351c5516cf8dae98c61092392bab5bb -SIZE (xorg/app/iceauth-1.0.2.tar.bz2) = 97052 +MD5 (xorg/app/iceauth-1.0.3.tar.bz2) = 975ade3f238c1eb10705da0a91e6e8e7 +SHA256 (xorg/app/iceauth-1.0.3.tar.bz2) = abca3ff6c9f2da2600a474f0e92ae5e62c43914f7bd3d948b91b0a7f9117d81e +SIZE (xorg/app/iceauth-1.0.3.tar.bz2) = 106197 --- iceauth-1.0.3.patch ends here ---