Received: by mail.netbsd.org (Postfix, from userid 605) id 57E5884D76; Wed, 16 Jan 2019 17:55:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DAA5084D43 for ; Wed, 16 Jan 2019 17:55:30 +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 zZHqVQc-jFrF for ; Wed, 16 Jan 2019 17:55:30 +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 3871C84CD8 for ; Wed, 16 Jan 2019 17:55:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 344C4FB16; Wed, 16 Jan 2019 17:55:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1547661330170900" MIME-Version: 1.0 Date: Wed, 16 Jan 2019 17:55:30 +0000 From: "Youri Mouton" Subject: CVS commit: pkgsrc/graphics/mate-icon-theme-faenza To: pkgsrc-changes@NetBSD.org Reply-To: youri@netbsd.org X-Mailer: log_accum Message-Id: <20190116175530.344C4FB16@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. --_----------=_1547661330170900 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: youri Date: Wed Jan 16 17:55:30 UTC 2019 Modified Files: pkgsrc/graphics/mate-icon-theme-faenza: Makefile Log Message: mate-icon-theme-faenza: fix version To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/graphics/mate-icon-theme-faenza/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1547661330170900 Content-Disposition: inline Content-Length: 731 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/mate-icon-theme-faenza/Makefile diff -u pkgsrc/graphics/mate-icon-theme-faenza/Makefile:1.8 pkgsrc/graphics/mate-icon-theme-faenza/Makefile:1.9 --- pkgsrc/graphics/mate-icon-theme-faenza/Makefile:1.8 Wed Nov 14 22:21:43 2018 +++ pkgsrc/graphics/mate-icon-theme-faenza/Makefile Wed Jan 16 17:55:30 2019 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.8 2018/11/14 22:21:43 kleink Exp $ +# $NetBSD: Makefile,v 1.9 2019/01/16 17:55:30 youri Exp $ -PKGREVISION= 2 .include "../../meta-pkgs/mate/Makefile.common" -DISTNAME= mate-icon-theme-faenza-${VERSION} +PKGREVISION= 2 +DISTNAME= mate-icon-theme-faenza-1.20.0 CATEGORIES= graphics COMMENT= Faenza and Faience icon themes for MATE desktop --_----------=_1547661330170900--