From owner-freebsd-x11@FreeBSD.ORG Sat Oct 24 18:23:01 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 DF792106566C; Sat, 24 Oct 2009 18:23:01 +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 8F5278FC1D; Sat, 24 Oct 2009 18:23:01 +0000 (UTC) Received: by ywh8 with SMTP id 8so8811713ywh.3 for ; Sat, 24 Oct 2009 11:23:01 -0700 (PDT) Received: by 10.151.95.3 with SMTP id x3mr3234172ybl.6.1256408580787; Sat, 24 Oct 2009 11:23:00 -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 6sm534588ywd.37.2009.10.24.11.22.59 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 24 Oct 2009 11:23:00 -0700 (PDT) Received: by fbsd.scjamorim.org (Postfix, from userid 0) id 4AABB3F5F97; Sat, 24 Oct 2009 16:22:59 -0200 (BRST) To: FreeBSD-gnats-submit@freebsd.org From: Sylvio Cesar X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20091024182259.4AABB3F5F97@fbsd.scjamorim.org> Date: Sat, 24 Oct 2009 16:22:59 -0200 (BRST) Cc: x11@FreeBSD.org Subject: [PATCH] x11/dmxproto: update to 2.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:23:02 -0000 >Submitter-Id: current-users >Originator: Sylvio Cesar >Organization: >Confidential: no >Synopsis: [PATCH] x11/dmxproto: update to 2.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 2.3 Port maintainer (x11@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- dmxproto-2.3.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/x11/dmxproto/Makefile,v retrieving revision 1.1 diff -u -u -r1.1 Makefile --- Makefile 19 May 2007 20:26:01 -0000 1.1 +++ Makefile 24 Oct 2009 18:22:37 -0000 @@ -6,7 +6,7 @@ # PORTNAME= dmxproto -PORTVERSION= 2.2.2 +PORTVERSION= 2.3 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org Index: distinfo =================================================================== RCS file: /home/ncvs/ports/x11/dmxproto/distinfo,v retrieving revision 1.1 diff -u -u -r1.1 distinfo --- distinfo 19 May 2007 20:26:01 -0000 1.1 +++ distinfo 24 Oct 2009 18:22:37 -0000 @@ -1,3 +1,3 @@ -MD5 (xorg/proto/dmxproto-2.2.2.tar.bz2) = d80acad88411e7944b9b085463d53302 -SHA256 (xorg/proto/dmxproto-2.2.2.tar.bz2) = aaa6d9c9d5ec58f733ca4d7413c541413482bce666217267e5bf88442e35fce2 -SIZE (xorg/proto/dmxproto-2.2.2.tar.bz2) = 39380 +MD5 (xorg/proto/dmxproto-2.3.tar.bz2) = 880a41720b2937e2660dcdc0d34a8791 +SHA256 (xorg/proto/dmxproto-2.3.tar.bz2) = 3a882ca43a1f359e3489468e6c407fd7d56d559f8895cf096a2ec877d6c403b0 +SIZE (xorg/proto/dmxproto-2.3.tar.bz2) = 83906 --- dmxproto-2.3.patch ends here ---