Received: by mail.netbsd.org (Postfix, from userid 605) id 8ABC084EF4; Wed, 3 Jan 2018 10:55:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 155B984EF3 for ; Wed, 3 Jan 2018 10:55:23 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 6hA6Mgh_Smyz for ; Wed, 3 Jan 2018 10:55:22 +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 704FB84D23 for ; Wed, 3 Jan 2018 10:55:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 636F6FBDE; Wed, 3 Jan 2018 10:55:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_151497692231000" MIME-Version: 1.0 Date: Wed, 3 Jan 2018 10:55:22 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/textproc/py-pdfrw To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20180103105522.636F6FBDE@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. --_----------=_151497692231000 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Wed Jan 3 10:55:22 UTC 2018 Modified Files: pkgsrc/textproc/py-pdfrw: Makefile Log Message: Fix LICENSE To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/py-pdfrw/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_151497692231000 Content-Disposition: inline Content-Length: 729 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/py-pdfrw/Makefile diff -u pkgsrc/textproc/py-pdfrw/Makefile:1.2 pkgsrc/textproc/py-pdfrw/Makefile:1.3 --- pkgsrc/textproc/py-pdfrw/Makefile:1.2 Mon Oct 2 10:56:15 2017 +++ pkgsrc/textproc/py-pdfrw/Makefile Wed Jan 3 10:55:22 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2017/10/02 10:56:15 adam Exp $ +# $NetBSD: Makefile,v 1.3 2018/01/03 10:55:22 ryoon Exp $ DISTNAME= pdfrw-0.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_PYPI:=p/pdfr MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/pmaupin/pdfrw COMMENT= PDF file reader/writer pure Python library -LICENSE= mit +LICENSE= mit AND modified-bsd USE_LANGUAGES= # none --_----------=_151497692231000--