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 D0B8A7A111 for ; Thu, 13 Apr 2017 18:43:05 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 7A54984D94; Thu, 13 Apr 2017 18:43:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0ABF184D84 for ; Thu, 13 Apr 2017 18:43:05 +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 I9CW-u1KxOnK for ; Thu, 13 Apr 2017 18:43:04 +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 69F3E84CEF for ; Thu, 13 Apr 2017 18:43:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 64D67FBE4; Thu, 13 Apr 2017 18:43:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_14921089847950" MIME-Version: 1.0 Date: Thu, 13 Apr 2017 18:43:04 +0000 From: "Joerg Sonnenberger" Subject: CVS commit: pkgsrc/devel/py-boost To: pkgsrc-changes@NetBSD.org Reply-To: joerg@netbsd.org X-Mailer: log_accum Message-Id: <20170413184304.64D67FBE4@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. --_----------=_14921089847950 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: joerg Date: Thu Apr 13 18:43:04 UTC 2017 Modified Files: pkgsrc/devel/py-boost: PLIST Log Message: Python 3.x gets a different name for boost-numpy as well, so conditionalize the entries accordingly. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-boost/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_14921089847950 Content-Disposition: inline Content-Length: 980 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-boost/PLIST diff -u pkgsrc/devel/py-boost/PLIST:1.3 pkgsrc/devel/py-boost/PLIST:1.4 --- pkgsrc/devel/py-boost/PLIST:1.3 Mon Apr 10 11:35:40 2017 +++ pkgsrc/devel/py-boost/PLIST Thu Apr 13 18:43:04 2017 @@ -1,10 +1,13 @@ -@comment $NetBSD: PLIST,v 1.3 2017/04/10 11:35:40 joerg Exp $ -lib/libboost_numpy.a -lib/libboost_numpy.so -lib/libboost_numpy.so.${BOOST_VERSION} +@comment $NetBSD: PLIST,v 1.4 2017/04/13 18:43:04 joerg Exp $ +${PLIST.py2x}lib/libboost_numpy.a +${PLIST.py2x}lib/libboost_numpy.so +${PLIST.py2x}lib/libboost_numpy.so.${BOOST_VERSION} ${PLIST.py2x}lib/libboost_python.a ${PLIST.py2x}lib/libboost_python.so ${PLIST.py2x}lib/libboost_python.so.${BOOST_VERSION} +${PLIST.py3x}lib/libboost_numpy3.a +${PLIST.py3x}lib/libboost_numpy3.so +${PLIST.py3x}lib/libboost_numpy3.so.${BOOST_VERSION} ${PLIST.py3x}lib/libboost_python3.a ${PLIST.py3x}lib/libboost_python3.so ${PLIST.py3x}lib/libboost_python3.so.${BOOST_VERSION} --_----------=_14921089847950--