Date: Sun, 10 Apr 2016 21:01:55 +0000 (UTC) From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412983 - head/science/clhep Message-ID: <201604102101.u3AL1tdm053537@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bofh Date: Sun Apr 10 21:01:55 2016 New Revision: 412983 URL: https://svnweb.freebsd.org/changeset/ports/412983 Log: science/clhep: Update version 2.2.0.8=>2.3.1.1 - Add conditional compiler type c++11-lib for 9.X and openmp for 10.X+ Modified: head/science/clhep/Makefile head/science/clhep/distinfo head/science/clhep/pkg-plist Modified: head/science/clhep/Makefile ============================================================================== --- head/science/clhep/Makefile Sun Apr 10 19:49:17 2016 (r412982) +++ head/science/clhep/Makefile Sun Apr 10 21:01:55 2016 (r412983) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= clhep -PORTVERSION= 2.2.0.8 +PORTVERSION= 2.3.1.1 CATEGORIES= science MASTER_SITES= http://proj-clhep.web.cern.ch/proj-clhep/DISTRIBUTION/tarFiles/ @@ -20,6 +20,14 @@ USE_LDCONFIG= yes PLIST_SUB= VERSION="${PORTVERSION}" +.include <bsd.port.options.mk> + +.if ${OSVERSION} < 1000000 +USES+= compiler:c++11-lib +.else +USES+= compiler:openmp +.endif + post-patch: @${REINPLACE_CMD} -e \ '/DESTINATION/s|lib$${LIB_SUFFIX}|libdata|' \ Modified: head/science/clhep/distinfo ============================================================================== --- head/science/clhep/distinfo Sun Apr 10 19:49:17 2016 (r412982) +++ head/science/clhep/distinfo Sun Apr 10 21:01:55 2016 (r412983) @@ -1,2 +1,2 @@ -SHA256 (clhep-2.2.0.8.tgz) = 60271575d6dd481095b96a348ff76b58a26d0b065b3c032caa983249e891e738 -SIZE (clhep-2.2.0.8.tgz) = 1847332 +SHA256 (clhep-2.3.1.1.tgz) = 0e2b170df99176feb0aa4f20ea3b33463193c086682749790c5b9b79388d0ff4 +SIZE (clhep-2.3.1.1.tgz) = 1500859 Modified: head/science/clhep/pkg-plist ============================================================================== --- head/science/clhep/pkg-plist Sun Apr 10 19:49:17 2016 (r412982) +++ head/science/clhep/pkg-plist Sun Apr 10 21:01:55 2016 (r412983) @@ -193,6 +193,7 @@ include/CLHEP/Random/EngineFactory.h include/CLHEP/Random/Hurd160Engine.h include/CLHEP/Random/Hurd288Engine.h include/CLHEP/Random/JamesRandom.h +include/CLHEP/Random/MixMaxRng.h include/CLHEP/Random/MTwistEngine.h include/CLHEP/Random/NonRandomEngine.h include/CLHEP/Random/RandBinomial.h @@ -248,6 +249,8 @@ include/CLHEP/Random/StaticRandomStates. include/CLHEP/Random/TripleRand.h include/CLHEP/Random/defs.h include/CLHEP/Random/engineIDulong.h +include/CLHEP/Random/mixmax.h +include/CLHEP/Random/mixmax_skip_N256.icc include/CLHEP/RandomObjects/RandMultiGauss.h include/CLHEP/RandomObjects/RandomVector.h include/CLHEP/RandomObjects/RandomVector.icc @@ -268,7 +271,6 @@ include/CLHEP/Utility/keywords.h include/CLHEP/Utility/memory.h include/CLHEP/Utility/noncopyable.h include/CLHEP/Utility/thread_local.h -include/CLHEP/Utility/type_traits.h include/CLHEP/Vector/AxisAngle.h include/CLHEP/Vector/AxisAngle.icc include/CLHEP/Vector/Boost.h @@ -331,3 +333,13 @@ libdata/CLHEP-%%VERSION%%/CLHEPConfigVer libdata/CLHEP-%%VERSION%%/CLHEPLibraryDepends-%%CMAKE_BUILD_TYPE%%.cmake libdata/CLHEP-%%VERSION%%/CLHEPLibraryDepends.cmake libdata/pkgconfig/clhep.pc +libdata/pkgconfig/clhep-cast.pc +libdata/pkgconfig/clhep-evaluator.pc +libdata/pkgconfig/clhep-exceptions.pc +libdata/pkgconfig/clhep-genericfunctions.pc +libdata/pkgconfig/clhep-geometry.pc +libdata/pkgconfig/clhep-matrix.pc +libdata/pkgconfig/clhep-random.pc +libdata/pkgconfig/clhep-randomobjects.pc +libdata/pkgconfig/clhep-refcount.pc +libdata/pkgconfig/clhep-vector.pc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604102101.u3AL1tdm053537>