Received: by mail.netbsd.org (Postfix, from userid 605) id 02BBE84DDD; Thu, 2 Jan 2020 09:07:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7FD8284DDC for ; Thu, 2 Jan 2020 09:07:47 +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 uHDLzptoRgg9 for ; Thu, 2 Jan 2020 09:07:47 +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 1789284CFD for ; Thu, 2 Jan 2020 09:07:47 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 155B1FA97; Thu, 2 Jan 2020 09:07:47 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_157795606731070" MIME-Version: 1.0 Date: Thu, 2 Jan 2020 09:07:47 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/graphics/py-wand To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20200102090747.155B1FA97@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. --_----------=_157795606731070 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Thu Jan 2 09:07:47 UTC 2020 Modified Files: pkgsrc/graphics/py-wand: Makefile Log Message: (graphics/py-wand) ${PYPKGPREFIX} should not be attached in GITHUB_PROJECT To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/graphics/py-wand/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_157795606731070 Content-Disposition: inline Content-Length: 659 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/py-wand/Makefile diff -u pkgsrc/graphics/py-wand/Makefile:1.2 pkgsrc/graphics/py-wand/Makefile:1.3 --- pkgsrc/graphics/py-wand/Makefile:1.2 Wed Jan 1 06:13:37 2020 +++ pkgsrc/graphics/py-wand/Makefile Thu Jan 2 09:07:46 2020 @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.2 2020/01/01 06:13:37 mef Exp $ +# $NetBSD: Makefile,v 1.3 2020/01/02 09:07:46 mef Exp $ VERSION= 0.5.8 DISTNAME= wand-${VERSION} PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GITHUB:=emcconville/} +GITHUB_PROJECT= Wand MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://docs.wand-py.org/ --_----------=_157795606731070--