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 8E75B7A2A6 for ; Mon, 3 Oct 2016 08:30:14 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 4205E85EC9; Mon, 3 Oct 2016 08:30:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C7FAC85E95 for ; Mon, 3 Oct 2016 08:30:13 +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 hNpjciz7ACJN for ; Mon, 3 Oct 2016 08:30:13 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5D6B985E7C for ; Mon, 3 Oct 2016 08:30:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 58840FBD2; Mon, 3 Oct 2016 08:30:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1475483413110600" MIME-Version: 1.0 Date: Mon, 3 Oct 2016 08:30:13 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/filesystems To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20161003083013.58840FBD2@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. --_----------=_1475483413110600 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Oct 3 08:30:13 UTC 2016 Modified Files: pkgsrc/filesystems/openafs: Makefile pkgsrc/filesystems/openafs-devel: Makefile Log Message: Try listing all relevant licenses. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/filesystems/openafs/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/filesystems/openafs-devel/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1475483413110600 Content-Disposition: inline Content-Length: 1618 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/filesystems/openafs/Makefile diff -u pkgsrc/filesystems/openafs/Makefile:1.13 pkgsrc/filesystems/openafs/Makefile:1.14 --- pkgsrc/filesystems/openafs/Makefile:1.13 Tue May 17 10:32:07 2016 +++ pkgsrc/filesystems/openafs/Makefile Mon Oct 3 08:30:13 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2016/05/17 10:32:07 fhajny Exp $ +# $NetBSD: Makefile,v 1.14 2016/10/03 08:30:13 wiz Exp $ DISTNAME= openafs-1.6.17-src PKGNAME= ${DISTNAME:C/-src//} @@ -10,7 +10,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= gendalia@NetBSD.org HOMEPAGE= http://www.openafs.org/ COMMENT= File system for sharing, scalability and transparent data migration -LICENSE= ibm-public-license-1.0 +LICENSE= ipl-1.0 AND mit AND modified-bsd # AND sun-rpc? PREV_PKGPATH= net/openafs Index: pkgsrc/filesystems/openafs-devel/Makefile diff -u pkgsrc/filesystems/openafs-devel/Makefile:1.3 pkgsrc/filesystems/openafs-devel/Makefile:1.4 --- pkgsrc/filesystems/openafs-devel/Makefile:1.3 Tue May 17 10:32:07 2016 +++ pkgsrc/filesystems/openafs-devel/Makefile Mon Oct 3 08:30:13 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2016/05/17 10:32:07 fhajny Exp $ +# $NetBSD: Makefile,v 1.4 2016/10/03 08:30:13 wiz Exp $ DISTNAME= openafs-1.7.11-src PKGNAME= ${DISTNAME:C/-src//} @@ -10,7 +10,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= gendalia@NetBSD.org HOMEPAGE= http://www.openafs.org/ COMMENT= File system for sharing, scalability and transparent data migration -LICENSE= ibm-public-license-1.0 +LICENSE= ipl-1.0 AND mit AND modified-bsd # AND sun-rpc? CONFLICTS+= arla-[0-9]* CONFLICTS+= heimdal-[0-9]* --_----------=_1475483413110600--