From owner-freebsd-x11@FreeBSD.ORG Sat Oct 24 22:04:42 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 61EE9106566B; Sat, 24 Oct 2009 22:04:42 +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 125308FC0A; Sat, 24 Oct 2009 22:04:41 +0000 (UTC) Received: by ywh8 with SMTP id 8so8888172ywh.3 for ; Sat, 24 Oct 2009 15:04:41 -0700 (PDT) Received: by 10.150.171.4 with SMTP id t4mr20816427ybe.346.1256421880971; Sat, 24 Oct 2009 15:04:40 -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 7sm586138ywf.25.2009.10.24.15.04.39 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 24 Oct 2009 15:04:40 -0700 (PDT) Received: by fbsd.scjamorim.org (Postfix, from userid 0) id 8879A3F5F97; Sat, 24 Oct 2009 20:04:38 -0200 (BRST) To: FreeBSD-gnats-submit@freebsd.org From: Sylvio Cesar X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20091024220438.8879A3F5F97@fbsd.scjamorim.org> Date: Sat, 24 Oct 2009 20:04:38 -0200 (BRST) Cc: x11@FreeBSD.org Subject: [PATCH] x11/libXinerama: update to 1.1 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:04:42 -0000 >Submitter-Id: current-users >Originator: Sylvio Cesar >Organization: >Confidential: no >Synopsis: [PATCH] x11/libXinerama: update to 1.1 >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 - Added new files to pkg-plist Port maintainer (x11@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- libXinerama-1.1,1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/x11/libXinerama/Makefile,v retrieving revision 1.15 diff -u -u -r1.15 Makefile --- Makefile 2 Aug 2009 19:36:07 -0000 1.15 +++ Makefile 24 Oct 2009 22:01:22 -0000 @@ -6,7 +6,7 @@ # PORTNAME= libXinerama -PORTVERSION= 1.0.3 +PORTVERSION= 1.1 PORTEPOCH= 1 CATEGORIES= x11 Index: distinfo =================================================================== RCS file: /home/ncvs/ports/x11/libXinerama/distinfo,v retrieving revision 1.6 diff -u -u -r1.6 distinfo --- distinfo 23 Jan 2009 16:28:13 -0000 1.6 +++ distinfo 24 Oct 2009 22:01:22 -0000 @@ -1,3 +1,3 @@ -MD5 (xorg/lib/libXinerama-1.0.3.tar.bz2) = cd9f7c46439ac40e0517a302d2434d2c -SHA256 (xorg/lib/libXinerama-1.0.3.tar.bz2) = 07b3564cd56154c20580b56230b7a95d74fe6582c80cedf0550d8d7955181219 -SIZE (xorg/lib/libXinerama-1.0.3.tar.bz2) = 236386 +MD5 (xorg/lib/libXinerama-1.1.tar.bz2) = a2ac01fc0426cdbb713c5d59cf9955ed +SHA256 (xorg/lib/libXinerama-1.1.tar.bz2) = e0d39e74c2e131b44cc98dd4910165c9b8d937df93be58e6afb7c2a56772bf34 +SIZE (xorg/lib/libXinerama-1.1.tar.bz2) = 245133 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/x11/libXinerama/pkg-plist,v retrieving revision 1.2 diff -u -u -r1.2 pkg-plist --- pkg-plist 19 May 2007 20:26:52 -0000 1.2 +++ pkg-plist 24 Oct 2009 22:01:22 -0000 @@ -1,5 +1,8 @@ +include/X11/extensions/Xinerama.h +include/X11/extensions/panoramiXext.h lib/libXinerama.a lib/libXinerama.la lib/libXinerama.so lib/libXinerama.so.1 libdata/pkgconfig/xinerama.pc +@dirrmtry include/X11/extensions --- libXinerama-1.1,1.patch ends here ---