From owner-freebsd-x11@FreeBSD.ORG Sat Oct 24 18:27:58 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 995FB106568F; Sat, 24 Oct 2009 18:27:58 +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 4CD3B8FC15; Sat, 24 Oct 2009 18:27:58 +0000 (UTC) Received: by gxk10 with SMTP id 10so9166447gxk.3 for ; Sat, 24 Oct 2009 11:27:57 -0700 (PDT) Received: by 10.151.20.18 with SMTP id x18mr14684219ybi.7.1256408877572; Sat, 24 Oct 2009 11:27:57 -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 7sm538435ywc.6.2009.10.24.11.27.56 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 24 Oct 2009 11:27:56 -0700 (PDT) Received: by fbsd.scjamorim.org (Postfix, from userid 0) id EA7AF3F5F97; Sat, 24 Oct 2009 16:27:55 -0200 (BRST) To: FreeBSD-gnats-submit@freebsd.org From: Sylvio Cesar X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20091024182755.EA7AF3F5F97@fbsd.scjamorim.org> Date: Sat, 24 Oct 2009 16:27:55 -0200 (BRST) Cc: x11@FreeBSD.org Subject: [PATCH] x11/evieext: update to 1.1.0 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:27:58 -0000 >Submitter-Id: current-users >Originator: Sylvio Cesar >Organization: >Confidential: no >Synopsis: [PATCH] x11/evieext: update to 1.1.0 >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.0 Port maintainer (x11@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- evieext-1.1.0.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/x11/evieext/Makefile,v retrieving revision 1.1 diff -u -u -r1.1 Makefile --- Makefile 19 May 2007 20:26:14 -0000 1.1 +++ Makefile 24 Oct 2009 18:27:03 -0000 @@ -6,7 +6,7 @@ # PORTNAME= evieext -PORTVERSION= 1.0.2 +PORTVERSION= 1.1.0 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org Index: distinfo =================================================================== RCS file: /home/ncvs/ports/x11/evieext/distinfo,v retrieving revision 1.1 diff -u -u -r1.1 distinfo --- distinfo 19 May 2007 20:26:14 -0000 1.1 +++ distinfo 24 Oct 2009 18:27:03 -0000 @@ -1,3 +1,3 @@ -MD5 (xorg/proto/evieext-1.0.2.tar.bz2) = 2507b5d0f4b2848147fbddd155aa6cfe -SHA256 (xorg/proto/evieext-1.0.2.tar.bz2) = 0b85113a9770083715927f9c7a7d0ab354c8a508a91cb6e8e11130851494d125 -SIZE (xorg/proto/evieext-1.0.2.tar.bz2) = 37534 +MD5 (xorg/proto/evieext-1.1.0.tar.bz2) = 5c74f61d6f77b2e6a083b2b31000be42 +SHA256 (xorg/proto/evieext-1.1.0.tar.bz2) = 47881a52a8d9da1e41e4f028ed32a8b44f738afbead819c0a07253fdc1641885 +SIZE (xorg/proto/evieext-1.1.0.tar.bz2) = 48997 --- evieext-1.1.0.patch ends here ---