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 B83807A26D for ; Sat, 21 Jan 2017 12:23:50 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 2645B855D2; Sat, 21 Jan 2017 12:23:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AA133855B8 for ; Sat, 21 Jan 2017 12:23:49 +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 HT47kMIWDOhb for ; Sat, 21 Jan 2017 12:23:49 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 100D98556D for ; Sat, 21 Jan 2017 12:23:49 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 06C0FFBA6; Sat, 21 Jan 2017 12:23:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1485001429255240" MIME-Version: 1.0 Date: Sat, 21 Jan 2017 12:23:49 +0000 From: "Kimmo Suominen" Subject: CVS commit: pkgsrc/devel/reposurgeon To: pkgsrc-changes@NetBSD.org Reply-To: kim@netbsd.org X-Mailer: log_accum Message-Id: <20170121122349.06C0FFBA6@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. --_----------=_1485001429255240 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: kim Date: Sat Jan 21 12:23:48 UTC 2017 Modified Files: pkgsrc/devel/reposurgeon: Makefile Log Message: Note license change from modified-bsd to 2-clause-bsd. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/reposurgeon/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1485001429255240 Content-Disposition: inline Content-Length: 803 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/reposurgeon/Makefile diff -u pkgsrc/devel/reposurgeon/Makefile:1.25 pkgsrc/devel/reposurgeon/Makefile:1.26 --- pkgsrc/devel/reposurgeon/Makefile:1.25 Sat Jan 21 12:07:28 2017 +++ pkgsrc/devel/reposurgeon/Makefile Sat Jan 21 12:23:48 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2017/01/21 12:07:28 kim Exp $ +# $NetBSD: Makefile,v 1.26 2017/01/21 12:23:48 kim Exp $ DISTNAME= reposurgeon-3.40 CATEGORIES= devel scm @@ -8,7 +8,7 @@ EXTRACT_SUFX= .tar.xz MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.catb.org/~esr/reposurgeon/ COMMENT= Tool for editing version-control repository history -LICENSE= modified-bsd +LICENSE= 2-clause-bsd BUILD_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto BUILD_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc --_----------=_1485001429255240--