Index: devel/Makefile =================================================================== --- devel/Makefile +++ devel/Makefile @@ -196,6 +196,7 @@ SUBDIR += boost-jam SUBDIR += boost-libs SUBDIR += boost-python-libs + SUBDIR += boost-python3-libs SUBDIR += boost_build SUBDIR += bossa SUBDIR += bouml-doc Index: devel/boost-python-libs/Makefile =================================================================== --- devel/boost-python-libs/Makefile +++ devel/boost-python-libs/Makefile @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= boost-python-libs -COMMENT= Framework for interfacing Python and C++ +COMMENT= Framework for interfacing Python 2 and C++ -USES+= python +USES+= python:-2.7 OPTIONS_DEFINE= DEBUG OPTIMIZED_CFLAGS Index: devel/boost-python-libs/pkg-descr =================================================================== --- devel/boost-python-libs/pkg-descr +++ devel/boost-python-libs/pkg-descr @@ -1,8 +1,6 @@ -The Boost Python Library is a framework for interfacing Python and +The Boost Python Library is a framework for interfacing Python 2 and C++. It allows you to quickly and seamlessly expose C++ classes -functions and objects to Python, and vice-versa, using no special +functions and objects to Python 2, and vice-versa, using no special tools -- just your C++ compiler. - -The Boost.Pyste code generator resides in a separate port: devel/boost-pyste WWW: http://www.boost.org/ Index: devel/boost-python3-libs/Makefile =================================================================== --- devel/boost-python3-libs/Makefile +++ devel/boost-python3-libs/Makefile @@ -1,10 +1,10 @@ # Created by: Alexander Churanov # $FreeBSD$ -PORTNAME= boost-python-libs -COMMENT= Framework for interfacing Python and C++ +PORTNAME= boost-python3-libs +COMMENT= Framework for interfacing Python 3 and C++ -USES+= python +USES+= python:3 OPTIONS_DEFINE= DEBUG OPTIMIZED_CFLAGS @@ -43,6 +43,6 @@ -e "s|%%PYTHON_INCLUDEDIR%%|${PYTHON_INCLUDEDIR}|g" \ -e "s|%%PYTHON_LIBDIR%%|${PYTHON_LIBDIR}|g" \ -e "s|%%PYTHON_VERSION%%|${PYTHON_VERSION}|g" ${PKGMESSAGE} - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libboost_python.so.${PORTVERSION} + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libboost_python3.so.${PORTVERSION} .include Index: devel/boost-python3-libs/pkg-descr =================================================================== --- devel/boost-python3-libs/pkg-descr +++ devel/boost-python3-libs/pkg-descr @@ -1,8 +1,6 @@ -The Boost Python Library is a framework for interfacing Python and +The Boost Python Library is a framework for interfacing Python 3 and C++. It allows you to quickly and seamlessly expose C++ classes -functions and objects to Python, and vice-versa, using no special +functions and objects to Python 3, and vice-versa, using no special tools -- just your C++ compiler. - -The Boost.Pyste code generator resides in a separate port: devel/boost-pyste WWW: http://www.boost.org/ Index: devel/boost-python3-libs/pkg-plist =================================================================== --- devel/boost-python3-libs/pkg-plist +++ devel/boost-python3-libs/pkg-plist @@ -1,3 +1,3 @@ -lib/libboost_python.a -lib/libboost_python.so -lib/libboost_python.so.%%BOOST_SHARED_LIB_VER%% +lib/libboost_python3.a +lib/libboost_python3.so +lib/libboost_python3.so.%%BOOST_SHARED_LIB_VER%%