Received: by mail.netbsd.org (Postfix, from userid 605) id 19A9384F0F; Sun, 17 Mar 2019 08:16:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 954F384F04 for ; Sun, 17 Mar 2019 08:16:11 +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 IhZO88sf9MOM for ; Sun, 17 Mar 2019 08:16:11 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0A1DF84D75 for ; Sun, 17 Mar 2019 08:16:11 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0007EFB16; Sun, 17 Mar 2019 08:16:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1552810570134170" MIME-Version: 1.0 Date: Sun, 17 Mar 2019 08:16:10 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/x11/libXmu To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20190317081611.0007EFB16@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. --_----------=_1552810570134170 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Mar 17 08:16:10 UTC 2019 Modified Files: pkgsrc/x11/libXmu: Makefile distinfo Log Message: libXmu: update to 1.1.3. This minor maintenance release includes some small bug fixes, build configuration improvements and janitorial cleanups. Alan Coopersmith (7): Remove SUNSHLIB support for SunOS 4.x shared libraries ShapeEllipseOrRoundedRectangle: Check height AND width, not width twice Convert tabs to spaces in StrToWidg.c Apply standard X.Org formatting & bracketing to StrToWidg.c Update README for gitlab migration Update configure.ac bug URL for gitlab migration libXmu 1.1.3 Emil Velikov (1): autogen.sh: use quoted string variables Jon TURNEY (2): Remove pointless X_NOT_POSIX Include for _getdrives() on Win32 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.11 -r1.12 pkgsrc/x11/libXmu/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/libXmu/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1552810570134170 Content-Disposition: inline Content-Length: 1569 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/libXmu/Makefile diff -u pkgsrc/x11/libXmu/Makefile:1.11 pkgsrc/x11/libXmu/Makefile:1.12 --- pkgsrc/x11/libXmu/Makefile:1.11 Thu Oct 9 14:07:14 2014 +++ pkgsrc/x11/libXmu/Makefile Sun Mar 17 08:16:10 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2014/10/09 14:07:14 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2019/03/17 08:16:10 wiz Exp $ -DISTNAME= libXmu-1.1.2 +DISTNAME= libXmu-1.1.3 CATEGORIES= x11 devel MASTER_SITES= ${MASTER_SITE_XORG:=lib/} EXTRACT_SUFX= .tar.bz2 Index: pkgsrc/x11/libXmu/distinfo diff -u pkgsrc/x11/libXmu/distinfo:1.7 pkgsrc/x11/libXmu/distinfo:1.8 --- pkgsrc/x11/libXmu/distinfo:1.7 Wed Nov 4 03:28:46 2015 +++ pkgsrc/x11/libXmu/distinfo Sun Mar 17 08:16:10 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2015/11/04 03:28:46 agc Exp $ +$NetBSD: distinfo,v 1.8 2019/03/17 08:16:10 wiz Exp $ -SHA1 (libXmu-1.1.2.tar.bz2) = 7e6aeef726743d21aa272c424e7d7996e92599eb -RMD160 (libXmu-1.1.2.tar.bz2) = 8f4224ddacffaf0fbe1d6340fc846dfd3b1563b1 -SHA512 (libXmu-1.1.2.tar.bz2) = eba4e3d10f7d75ba8464881fb69f295a89774a4b37793197d75f3312e3a342b2df8b7e13e3f5c887962704329b5347ff2f3395e229af9dadf46a93b1e8613cfc -Size (libXmu-1.1.2.tar.bz2) = 396230 bytes +SHA1 (libXmu-1.1.3.tar.bz2) = 7ff54ce38379fb795aebed38f6be404ee0dfeec6 +RMD160 (libXmu-1.1.3.tar.bz2) = 43fe670abde2f6f627e82d706bb951dd09e07552 +SHA512 (libXmu-1.1.3.tar.bz2) = 8c6cc65b22aa031ad870dd92736681a068a0878a425a53dbed909943da1136c4a24034d467cfd3785c3a8d78f66850b69f1ebe1eb24aaf9bc176b1d171a5c762 +Size (libXmu-1.1.3.tar.bz2) = 394330 bytes --_----------=_1552810570134170--