Received: by mail.netbsd.org (Postfix, from userid 605) id D009C84EE6; Thu, 21 Feb 2019 09:47:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 58BF884DAB for ; Thu, 21 Feb 2019 09:47:25 +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 LuJDo1hysd0J for ; Thu, 21 Feb 2019 09:47:24 +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 BC12384CFD for ; Thu, 21 Feb 2019 09:47:24 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B9DB8FB16; Thu, 21 Feb 2019 09:47:24 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_155074244415860" MIME-Version: 1.0 Date: Thu, 21 Feb 2019 09:47:24 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/x11/xstdcmap To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20190221094724.B9DB8FB16@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. --_----------=_155074244415860 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: wiz Date: Thu Feb 21 09:47:24 UTC 2019 Modified Files: pkgsrc/x11/xstdcmap: Makefile distinfo Log Message: xstdcmap: update to 1.0.4. This release delivers some minor cleanups and janitorial maintenance. Alan Coopersmith (6): configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Fix -Wsign-compare warnings Update README for gitlab migration Update configure.ac bug URL for gitlab migration xstdcmap 1.0.4 Emil Velikov (1): autogen.sh: use quoted string variables Mihail Konev (1): autogen: add default patch prefix Peter Hutterer (1): autogen.sh: use exec instead of waiting for configure to finish Stéphane Aulery (1): Use the same parameter names in the help. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/x11/xstdcmap/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/x11/xstdcmap/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_155074244415860 Content-Disposition: inline Content-Length: 1609 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/xstdcmap/Makefile diff -u pkgsrc/x11/xstdcmap/Makefile:1.4 pkgsrc/x11/xstdcmap/Makefile:1.5 --- pkgsrc/x11/xstdcmap/Makefile:1.4 Wed Mar 7 11:57:48 2018 +++ pkgsrc/x11/xstdcmap/Makefile Thu Feb 21 09:47:24 2019 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2018/03/07 11:57:48 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2019/02/21 09:47:24 wiz Exp $ -DISTNAME= xstdcmap-1.0.3 -PKGREVISION= 1 +DISTNAME= xstdcmap-1.0.4 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 Index: pkgsrc/x11/xstdcmap/distinfo diff -u pkgsrc/x11/xstdcmap/distinfo:1.2 pkgsrc/x11/xstdcmap/distinfo:1.3 --- pkgsrc/x11/xstdcmap/distinfo:1.2 Wed Nov 4 03:29:12 2015 +++ pkgsrc/x11/xstdcmap/distinfo Thu Feb 21 09:47:24 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2015/11/04 03:29:12 agc Exp $ +$NetBSD: distinfo,v 1.3 2019/02/21 09:47:24 wiz Exp $ -SHA1 (xstdcmap-1.0.3.tar.bz2) = b7fcc50ae6100d2ba91d6847969fd9d2b6784a90 -RMD160 (xstdcmap-1.0.3.tar.bz2) = 139d801a9f90648fd1ab3b11af07925bea6dd578 -SHA512 (xstdcmap-1.0.3.tar.bz2) = 8037ddb9c6b8f3a65d35637a1fca2b1b6c7e76afce5c13b1947cf72c3ca87679aa2ed05caf308d90549432b7fe029a522a99f32701bd0087c140bf4fafdb4d49 -Size (xstdcmap-1.0.3.tar.bz2) = 117491 bytes +SHA1 (xstdcmap-1.0.4.tar.bz2) = a5eff72ba31625e5b11506add800140019a39636 +RMD160 (xstdcmap-1.0.4.tar.bz2) = 38bcc606abf24411722ce599f447a4c28d85781d +SHA512 (xstdcmap-1.0.4.tar.bz2) = 2adbb0aec1766341e04090efa962241ff6c9e32c612851b7221cec0ee16852107d406a08ec5251070f39df882c13e3c8c9edcd88f278187a9f373e1727643a8f +Size (xstdcmap-1.0.4.tar.bz2) = 126269 bytes --_----------=_155074244415860--