Received: by mail.netbsd.org (Postfix, from userid 605) id 98CE984D66; Mon, 11 Mar 2019 06:54:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2077084D44 for ; Mon, 11 Mar 2019 06:54:10 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id scXbs1VYNRe2 for ; Mon, 11 Mar 2019 06:54:09 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 82C1584CCF for ; Mon, 11 Mar 2019 06:54:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 754F1FB16; Mon, 11 Mar 2019 06:54:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1552287249112200" MIME-Version: 1.0 Date: Mon, 11 Mar 2019 06:54:09 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/x11/libXcomposite To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20190311065409.754F1FB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1552287249112200 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Mar 11 06:54:09 UTC 2019 Modified Files: pkgsrc/x11/libXcomposite: DESCR Makefile buildlink3.mk distinfo Log Message: libXcomposite: update to 0.4.5. Adam Jackson (1): configure: Remove AM_MAINTAINER_MODE Alan Coopersmith (3): Update README for gitlab migration Update configure.ac bug URL for gitlab migration libXcomposite 0.4.5 Colin Walters (1): autogen.sh: Implement GNOME Build API Emil Velikov (1): autogen.sh: use quoted string variables Jeremy Huddleston Sequoia (1): Use Xfree rather than XFree for consistency Mihail Konev (1): autogen: add default patch prefix Peter Hutterer (1): autogen.sh: use exec instead of waiting for configure to finish To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/x11/libXcomposite/DESCR cvs rdiff -u -r1.11 -r1.12 pkgsrc/x11/libXcomposite/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/x11/libXcomposite/buildlink3.mk cvs rdiff -u -r1.8 -r1.9 pkgsrc/x11/libXcomposite/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1552287249112200 Content-Disposition: inline Content-Length: 2917 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/libXcomposite/DESCR diff -u pkgsrc/x11/libXcomposite/DESCR:1.1.1.1 pkgsrc/x11/libXcomposite/DESCR:1.2 --- pkgsrc/x11/libXcomposite/DESCR:1.1.1.1 Fri Dec 15 20:12:07 2006 +++ pkgsrc/x11/libXcomposite/DESCR Mon Mar 11 06:54:09 2019 @@ -1,2 +1,3 @@ -This package contains the library and header files for the X Composite -Library. This is from the modular X.org project. +This package contains the library and header files for the X +Composite Library, a client library for the Composite extension to +the X11 protocol. This is from the modular X.org project. Index: pkgsrc/x11/libXcomposite/Makefile diff -u pkgsrc/x11/libXcomposite/Makefile:1.11 pkgsrc/x11/libXcomposite/Makefile:1.12 --- pkgsrc/x11/libXcomposite/Makefile:1.11 Wed Mar 7 11:57:35 2018 +++ pkgsrc/x11/libXcomposite/Makefile Mon Mar 11 06:54:09 2019 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2018/03/07 11:57:35 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2019/03/11 06:54:09 wiz Exp $ -DISTNAME= libXcomposite-0.4.4 -PKGREVISION= 1 +DISTNAME= libXcomposite-0.4.5 CATEGORIES= x11 devel MASTER_SITES= ${MASTER_SITE_XORG:=lib/} EXTRACT_SUFX= .tar.bz2 Index: pkgsrc/x11/libXcomposite/buildlink3.mk diff -u pkgsrc/x11/libXcomposite/buildlink3.mk:1.5 pkgsrc/x11/libXcomposite/buildlink3.mk:1.6 --- pkgsrc/x11/libXcomposite/buildlink3.mk:1.5 Wed Mar 7 11:57:35 2018 +++ pkgsrc/x11/libXcomposite/buildlink3.mk Mon Mar 11 06:54:09 2019 @@ -1,9 +1,9 @@ -# $NetBSD: buildlink3.mk,v 1.5 2018/03/07 11:57:35 wiz Exp $ - -.include "../../mk/bsd.fast.prefs.mk" +# $NetBSD: buildlink3.mk,v 1.6 2019/03/11 06:54:09 wiz Exp $ BUILDLINK_TREE+= libXcomposite +.include "../../mk/bsd.fast.prefs.mk" + .if !defined(LIBXCOMPOSITE_BUILDLINK3_MK) LIBXCOMPOSITE_BUILDLINK3_MK:= Index: pkgsrc/x11/libXcomposite/distinfo diff -u pkgsrc/x11/libXcomposite/distinfo:1.8 pkgsrc/x11/libXcomposite/distinfo:1.9 --- pkgsrc/x11/libXcomposite/distinfo:1.8 Wed Nov 4 03:28:45 2015 +++ pkgsrc/x11/libXcomposite/distinfo Mon Mar 11 06:54:09 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2015/11/04 03:28:45 agc Exp $ +$NetBSD: distinfo,v 1.9 2019/03/11 06:54:09 wiz Exp $ -SHA1 (libXcomposite-0.4.4.tar.bz2) = 75fd0b996e56e12db1d84e9b63549c5c3f2631ca -RMD160 (libXcomposite-0.4.4.tar.bz2) = eb648bea6e2850ced618e95f1e49bd32b139efe8 -SHA512 (libXcomposite-0.4.4.tar.bz2) = b15f8fdbe4cb7488bdad161d73ef8e59ef603c5af92d7b573110ba136d7d4ce3749aac45972bce87662b0310b67e831cffad72c45c15bfff988b5b555d4c884b -Size (libXcomposite-0.4.4.tar.bz2) = 283746 bytes +SHA1 (libXcomposite-0.4.5.tar.bz2) = 902631efb55a798c81086e5ff90b60349839db40 +RMD160 (libXcomposite-0.4.5.tar.bz2) = d2b1e8a57c4b15033e08872538f9bf1dc9ab6c9c +SHA512 (libXcomposite-0.4.5.tar.bz2) = 502fd51fd9097bb3ca72174ac5b25b9d3b1ff240d32c4765199df03d89337d94b4ddea49e90b177b370862430089d966ce9c38988337156352cfeae911c2d3d5 +Size (libXcomposite-0.4.5.tar.bz2) = 316993 bytes --_----------=_1552287249112200--