Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 9793C7A28D for ; Tue, 3 Jan 2017 08:54:19 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 3B18C85678; Tue, 3 Jan 2017 08:54:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C095085662 for ; Tue, 3 Jan 2017 08:54:18 +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 ROK6mkQLDoAa for ; Tue, 3 Jan 2017 08:54:18 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2744284CEF for ; Tue, 3 Jan 2017 08:54:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 22513FBA6; Tue, 3 Jan 2017 08:54:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1483433658106380" MIME-Version: 1.0 Date: Tue, 3 Jan 2017 08:54:18 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/graphics/mypaint To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20170103085418.22513FBA6@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1483433658106380 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Tue Jan 3 08:54:18 UTC 2017 Modified Files: pkgsrc/graphics/mypaint: Makefile Log Message: Update HOMEPAGE To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 pkgsrc/graphics/mypaint/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1483433658106380 Content-Disposition: inline Content-Length: 734 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/mypaint/Makefile diff -u pkgsrc/graphics/mypaint/Makefile:1.25 pkgsrc/graphics/mypaint/Makefile:1.26 --- pkgsrc/graphics/mypaint/Makefile:1.25 Sun Jan 1 14:43:42 2017 +++ pkgsrc/graphics/mypaint/Makefile Tue Jan 3 08:54:17 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2017/01/01 14:43:42 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2017/01/03 08:54:17 ryoon Exp $ DISTNAME= mypaint-1.1.0 PKGREVISION= 2 @@ -7,7 +7,7 @@ MASTER_SITES= http://download.gna.org/my EXTRACT_SUFX= .tar.bz2 MAINTAINER= ryoon@NetBSD.org -HOMEPAGE= http://mypaint.intilinux.com/ +HOMEPAGE= http://mypaint.org/ COMMENT= Fast and easy open-source graphics application for digital painters LICENSE= gnu-gpl-v2 --_----------=_1483433658106380--