Received: by mail.netbsd.org (Postfix, from userid 605) id BD20584D88; Tue, 19 Sep 2017 08:17:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5071B84D86 for ; Tue, 19 Sep 2017 08:17:24 +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 DiW18KNtkjQo for ; Tue, 19 Sep 2017 08:17:23 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B1EFE84CDD for ; Tue, 19 Sep 2017 08:17:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DA29CFA9A; Tue, 19 Sep 2017 08:17:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_150580904273630" MIME-Version: 1.0 Date: Tue, 19 Sep 2017 08:17:22 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/graphics/hicolor-icon-theme To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170919081722.DA29CFA9A@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. --_----------=_150580904273630 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Sep 19 08:17:22 UTC 2017 Modified Files: pkgsrc/graphics/hicolor-icon-theme: Makefile Log Message: hicolor-icon-theme: fix HOMEPAGE To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 pkgsrc/graphics/hicolor-icon-theme/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_150580904273630 Content-Disposition: inline Content-Length: 843 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/hicolor-icon-theme/Makefile diff -u pkgsrc/graphics/hicolor-icon-theme/Makefile:1.25 pkgsrc/graphics/hicolor-icon-theme/Makefile:1.26 --- pkgsrc/graphics/hicolor-icon-theme/Makefile:1.25 Wed Aug 16 20:21:09 2017 +++ pkgsrc/graphics/hicolor-icon-theme/Makefile Tue Sep 19 08:17:22 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2017/08/16 20:21:09 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2017/09/19 08:17:22 wiz Exp $ DISTNAME= hicolor-icon-theme-0.13 PKGREVISION= 1 @@ -6,7 +6,7 @@ CATEGORIES= graphics MASTER_SITES= http://icon-theme.freedesktop.org/releases/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://icon-theme.freedesktop.org/wiki/HicolorTheme +HOMEPAGE= https://www.freedesktop.org/wiki/Software/icon-theme/ COMMENT= Standard icon theme called hicolor LICENSE= gnu-gpl-v2 --_----------=_150580904273630--