diff --git a/devel/thrift/Makefile b/devel/thrift/Makefile index 795236526d91..f824a6d8463c 100644 --- a/devel/thrift/Makefile +++ b/devel/thrift/Makefile @@ -26,6 +26,8 @@ USE_LDCONFIG= yes # using one of the leaf ports as an example. CMAKE_OFF= BUILD_CPP BUILD_C_GLIB BUILD_JAVA BUILD_JAVASCRIPT BUILD_NODEJS BUILD_PYTHON BUILD_HASKELL +PLIST_FILES= bin/thrift + .include .include "bsd.thrift.mk" @@ -46,5 +48,7 @@ post-install: @${ECHO_MSG} "Note: The Thrift white paper may be downloaded from:" @${ECHO_MSG} "http://thrift.apache.org/static/thrift-20070401.pdf" @${ECHO_MSG} + # delete cmake files that are installed with thrift-cpp + @${RM} -r ${STAGEDIR}${PREFIX}/lib .include diff --git a/devel/thrift/bsd.thrift.mk b/devel/thrift/bsd.thrift.mk index 230d6705b29e..0d7d8b2c7145 100644 --- a/devel/thrift/bsd.thrift.mk +++ b/devel/thrift/bsd.thrift.mk @@ -2,7 +2,7 @@ # in your makefile, set: # PORTVERSION= ${THRIFT_PORTVERSION} # see $PORTSDIR/devel/thrift for examples -THRIFT_PORTVERSION= 0.14.0 +THRIFT_PORTVERSION= 0.14.1 CONFIGURE_ARGS+= \ --without-tests diff --git a/devel/thrift/distinfo b/devel/thrift/distinfo index 9435b07f15e3..682a3ef8ce53 100644 --- a/devel/thrift/distinfo +++ b/devel/thrift/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1614981388 -SHA256 (thrift-0.14.0.tar.gz) = 8dcb64f63126522e1a3fd65bf6e5839bc3d3f1e13eb514ce0c2057c9b898ff71 -SIZE (thrift-0.14.0.tar.gz) = 4180456 +TIMESTAMP = 1619917551 +SHA256 (thrift-0.14.1.tar.gz) = 13da5e1cd9c8a3bb89778c0337cc57eb0c29b08f3090b41cf6ab78594b410ca5 +SIZE (thrift-0.14.1.tar.gz) = 4311458 diff --git a/devel/thrift/pkg-plist b/devel/thrift/pkg-plist deleted file mode 100644 index 2b75cc1521be..000000000000 --- a/devel/thrift/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -bin/thrift -lib/cmake/thrift/ThriftConfig.cmake -lib/cmake/thrift/ThriftConfigVersion.cmake diff --git a/devel/thrift-cpp/Makefile b/devel/thrift-cpp/Makefile index ecf081c49d8c..b18dabff6e5e 100644 --- a/devel/thrift-cpp/Makefile +++ b/devel/thrift-cpp/Makefile @@ -25,7 +25,7 @@ USE_LDCONFIG= yes MAKE_JOBS_UNSAFE= yes PLIST_SUB= PORTVERSION="${THRIFT_PORTVERSION}" CMAKE_ON= BUILD_CPP BUILD_SHARED_LIBS -CMAKE_OFF= BUILD_C_GLIB BUILD_JAVA BUILD_JAVASCRIPT BUILD_NODEJS BUILD_PYTHON BUILD_HASKELL +CMAKE_OFF= BUILD_C_GLIB BUILD_JAVA BUILD_JAVASCRIPT BUILD_NODEJS BUILD_PYTHON BUILD_HASKELL WITH_QT5 .include