From owner-freebsd-x11@FreeBSD.ORG Thu Sep 1 12:17:56 2011 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 464221065672; Thu, 1 Sep 2011 12:17:56 +0000 (UTC) (envelope-from llevier@argosnet.com) Received: from mx.levier.org (levierorg.newatoo.net [84.96.75.240]) by mx1.freebsd.org (Postfix) with ESMTP id 09B1E8FC0C; Thu, 1 Sep 2011 12:17:55 +0000 (UTC) Received: from wm.argosnet.com (ns.levier.org [84.96.75.240]) (Authenticated sender: llevier@pop.argosnet.com) by mx.levier.org (Postfix) with ESMTPA id 267AE46DF7A; Thu, 1 Sep 2011 13:59:38 +0200 (CEST) Received: from 57.66.65.3 (SquirrelMail authenticated user llevier) by wm.argosnet.com with HTTP; Thu, 1 Sep 2011 13:59:38 +0200 Message-ID: <459ce6a740ab96895c5463584d2814a5.squirrel@wm.argosnet.com> Date: Thu, 1 Sep 2011 13:59:38 +0200 From: "Laurent LEVIER" To: FreeBSD-gnats-submit@freebsd.org User-Agent: SquirrelMail/1.4.20 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: x11@freebsd.org Subject: dri2proto port update 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: Thu, 01 Sep 2011 12:17:56 -0000 >Submitter-Id: current-users >Originator: llevier@argosnet.com >Confidential: no >Synopsis: dri2proto port update >Severity: non-critical >Priority: medium >Category: ports >Class: update >Release: FreeBSD 8.2-RELEASE-p2 amd64 >Environment: System: FreeBSD tirion 8.2-RELEASE-p2 FreeBSD 8.2-RELEASE-p2 #0: Wed Aug 24 15:05:34 CEST 2011 root@tirion:/usr/obj/usr/src/sys/Tirion amd64 dri2proto update to 2.6 (required by xf86-video-intel update to 2.16) --- dri2proto.diff begins here --- diff -ruN dri2proto.orig/Makefile dri2proto/Makefile --- dri2proto.orig/Makefile 2011-09-01 11:50:29.000000000 +0200 +++ dri2proto/Makefile 2011-09-01 11:09:40.000000000 +0200 @@ -6,7 +6,7 @@ # PORTNAME= dri2proto -PORTVERSION= 2.3 +PORTVERSION= 2.6 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org diff -ruN dri2proto.orig/distinfo dri2proto/distinfo --- dri2proto.orig/distinfo 2011-09-01 11:50:29.000000000 +0200 +++ dri2proto/distinfo 2011-09-01 11:11:36.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (xorg/proto/dri2proto-2.3.tar.bz2) = b2141892a0db35feffa5e952ff5e1d2727c 4436b07d7e2e9dd2ed89c8bb3e677 -SIZE (xorg/proto/dri2proto-2.3.tar.bz2) = 95466 +SHA256 (xorg/proto/dri2proto-2.6.tar.bz2) = ad82c0b28c19fcd3f91ea1f93956cb66652 6b41b91f239773b5854b9b1a3b909 +SIZE (xorg/proto/dri2proto-2.6.tar.bz2) = 102188 --- dri2proto.diff ends here ---