From owner-svn-ports-head@FreeBSD.ORG Mon Mar 17 19:25:49 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6E8D026A; Mon, 17 Mar 2014 19:25:49 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 412FBE09; Mon, 17 Mar 2014 19:25:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2HJPn9J012652; Mon, 17 Mar 2014 19:25:49 GMT (envelope-from bsam@svn.freebsd.org) Received: (from bsam@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2HJPmBZ012649; Mon, 17 Mar 2014 19:25:48 GMT (envelope-from bsam@svn.freebsd.org) Message-Id: <201403171925.s2HJPmBZ012649@svn.freebsd.org> From: Boris Samorodov Date: Mon, 17 Mar 2014 19:25:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r348498 - head/x11/libXcm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Mar 2014 19:25:49 -0000 Author: bsam Date: Mon Mar 17 19:25:48 2014 New Revision: 348498 URL: http://svnweb.freebsd.org/changeset/ports/348498 QAT: https://qat.redports.org/buildarchive/r348498/ Log: x11/libXcm: update to version 0.5.3 Changes Overview: * Patch for transposed EDID red y bits (Florian Höch) * add xcm-edid xcm-x11 xcm-ddc pkg-config file Modified: head/x11/libXcm/Makefile head/x11/libXcm/distinfo head/x11/libXcm/pkg-plist Modified: head/x11/libXcm/Makefile ============================================================================== --- head/x11/libXcm/Makefile Mon Mar 17 18:46:47 2014 (r348497) +++ head/x11/libXcm/Makefile Mon Mar 17 19:25:48 2014 (r348498) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libXcm -PORTVERSION= 0.5.2 +PORTVERSION= 0.5.3 CATEGORIES= x11 MASTER_SITES= SF/oyranos/${PORTNAME}/${PORTNAME}-${PORTVERSION:C|(.*)\.[0-9]*$|\1|} Modified: head/x11/libXcm/distinfo ============================================================================== --- head/x11/libXcm/distinfo Mon Mar 17 18:46:47 2014 (r348497) +++ head/x11/libXcm/distinfo Mon Mar 17 19:25:48 2014 (r348498) @@ -1,2 +1,2 @@ -SHA256 (xorg/lib/libXcm-0.5.2.tar.bz2) = 1ed2750e55dd3c8c9e1597de577bdc3a72d37e976979926d973ea9e3583afcd5 -SIZE (xorg/lib/libXcm-0.5.2.tar.bz2) = 301813 +SHA256 (xorg/lib/libXcm-0.5.3.tar.bz2) = 04bda6aa4e8b1ef61815ebfc7760277856a5fd3b347948e0d99cf0ec78b03050 +SIZE (xorg/lib/libXcm-0.5.3.tar.bz2) = 303829 Modified: head/x11/libXcm/pkg-plist ============================================================================== --- head/x11/libXcm/pkg-plist Mon Mar 17 18:46:47 2014 (r348497) +++ head/x11/libXcm/pkg-plist Mon Mar 17 19:25:48 2014 (r348498) @@ -3,9 +3,22 @@ include/X11/Xcm/XcmDDC.h include/X11/Xcm/XcmEdidParse.h include/X11/Xcm/XcmEvents.h include/X11/Xcm/XcmVersion.h +lib/cmake/Xcm/XcmConfig.cmake lib/libXcm.la lib/libXcm.so lib/libXcm.so.0 +lib/libXcmDDC.la +lib/libXcmDDC.so +lib/libXcmDDC.so.0 +lib/libXcmEDID.la +lib/libXcmEDID.so +lib/libXcmEDID.so.0 +lib/libXcmX11.la +lib/libXcmX11.so +lib/libXcmX11.so.0 +libdata/pkgconfig/xcm-ddc.pc +libdata/pkgconfig/xcm-edid.pc +libdata/pkgconfig/xcm-x11.pc libdata/pkgconfig/xcm.pc man/man3/Xcm.3.gz man/man3/XcmDDC.3.gz @@ -14,7 +27,6 @@ man/man3/XcmEvents.3.gz man/man3/XcolorProfile.3.gz man/man3/XcolorRegion.3.gz man/man3/libXcm.3.gz -share/cmake/Modules/FindXcm.cmake -@dirrmtry share/cmake/Modules -@dirrmtry share/cmake +@dirrmtry lib/cmake/Xcm +@dirrmtry lib/cmake @dirrmtry include/X11/Xcm