Index: head/science/yoda/Makefile =================================================================== --- head/science/yoda/Makefile (revision 555655) +++ head/science/yoda/Makefile (revision 555656) @@ -1,36 +1,39 @@ # $FreeBSD$ PORTNAME= yoda -DISTVERSION= 1.8.3 +DISTVERSION= 1.8.4 CATEGORIES= science MASTER_SITES= https://yoda.hepforge.org/downloads/ DISTNAME= ${PORTNAME:tu}-${DISTVERSION} MAINTAINER= yuri@FreeBSD.org COMMENT= Particle physics package with classes for data analysis, histogramming LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING USES= compiler:c++11-lang gmake libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes OPTIONS_DEFINE= PYTHON OPTIONS_SUB= yes PYTHON_USES= python shebangfix PYTHON_USE= PYTHON=cython PYTHON_CONFIGURE_ENABLE= pyext PYTHON_MAKE_ENV= PYTHON_VERSION=${PYTHON_VER} PYTHON=${PYTHON_CMD} PYTHON_VARS= SHEBANG_FILES="bin/${PORTNAME}* bin/aida2yoda bin/aida2flat bin/flat2yoda" PYTHON_BROKEN= Fails with "Error: 'lib/python2.7/site-packages/yoda/plotting.pyc' is referring to /usr/ports/science/yoda/work/stage" + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libYODA.so post-install-PYTHON-on: @${MKDIR} ${STAGEDIR}${PREFIX}/share/bash-completion/completions @${MV} ${STAGEDIR}${PREFIX}/share/${PORTNAME:tu}/yoda-completion ${STAGEDIR}${PREFIX}/share/bash-completion/completions/ post-install-PYTHON-off: @${RM} -r ${STAGEDIR}${PREFIX}/share/${PORTNAME:tu} .include Index: head/science/yoda/distinfo =================================================================== --- head/science/yoda/distinfo (revision 555655) +++ head/science/yoda/distinfo (revision 555656) @@ -1,3 +1,3 @@ -TIMESTAMP = 1594255310 -SHA256 (YODA-1.8.3.tar.gz) = 296ab95d6f2c499e692658c3add7d4f36542be5fd1dee608b28052fec6683916 -SIZE (YODA-1.8.3.tar.gz) = 1425056 +TIMESTAMP = 1605722432 +SHA256 (YODA-1.8.4.tar.gz) = e95b8bb6cb7a4d6679f002d87677913788da0737a5ef1db43f14324e6ac9e336 +SIZE (YODA-1.8.4.tar.gz) = 1430799 Index: head/science/yoda/pkg-plist =================================================================== --- head/science/yoda/pkg-plist (revision 555655) +++ head/science/yoda/pkg-plist (revision 555656) @@ -1,63 +1,64 @@ bin/yoda-config +etc/bash_completion.d/yoda-completion include/YODA/AnalysisObject.h include/YODA/Axis1D.h include/YODA/Axis2D.h include/YODA/Bin.h include/YODA/Bin1D.h include/YODA/Bin2D.h include/YODA/Config/BuildConfig.h include/YODA/Config/YodaConfig.h include/YODA/Counter.h include/YODA/Dbn0D.h include/YODA/Dbn1D.h include/YODA/Dbn2D.h include/YODA/Dbn3D.h include/YODA/ErrorND.h include/YODA/Exceptions.h include/YODA/Histo1D.h include/YODA/Histo2D.h include/YODA/HistoBin1D.h include/YODA/HistoBin2D.h include/YODA/IO.h include/YODA/Index.h include/YODA/Point.h include/YODA/Point1D.h include/YODA/Point2D.h include/YODA/Point3D.h include/YODA/PointND.h include/YODA/Profile1D.h include/YODA/Profile2D.h include/YODA/ProfileBin1D.h include/YODA/ProfileBin2D.h include/YODA/ROOTCnv.h include/YODA/Reader.h include/YODA/ReaderAIDA.h include/YODA/ReaderFLAT.h include/YODA/ReaderMethods.icc include/YODA/ReaderYODA.h include/YODA/Scatter1D.h include/YODA/Scatter2D.h include/YODA/Scatter3D.h include/YODA/ScatterND.h include/YODA/Utils/BinSearcher.h include/YODA/Utils/Formatting.h include/YODA/Utils/MathUtils.h include/YODA/Utils/Predicates.h include/YODA/Utils/StringUtils.h include/YODA/Utils/Traits.h include/YODA/Utils/cachedvector.h include/YODA/Utils/fastlog.h include/YODA/Utils/getline.h include/YODA/Utils/indexedset.h include/YODA/Utils/ndarray.h include/YODA/Utils/sortedvector.h include/YODA/Weights.h include/YODA/Writer.h include/YODA/WriterAIDA.h include/YODA/WriterFLAT.h include/YODA/WriterMethods.icc include/YODA/WriterYODA.h include/YODA/YODA.h lib/libYODA.so libdata/pkgconfig/yoda.pc %%PYTHON%%share/bash-completion/completions/yoda-completion