svn commit: r468244 - head/science/clhep
Muhammad Moinur Rahman
bofh at FreeBSD.org
Tue Apr 24 20:51:39 UTC 2018
Author: bofh
Date: Tue Apr 24 20:51:38 2018
New Revision: 468244
URL: https://svnweb.freebsd.org/changeset/ports/468244
Log:
science/clhep: Update version 2.3.1.1=>2.4.0.4
- Add c++11-lang support [1]
- Mark BROKEN for 10.X version as minimum required clang is 3.5
PR: 212575 [1]
Submitted by: jhibbits [1]
Relnotes: https://gitlab.cern.ch/CLHEP/CLHEP/blob/develop/ChangeLog
Modified:
head/science/clhep/Makefile
head/science/clhep/distinfo
head/science/clhep/pkg-plist
Modified: head/science/clhep/Makefile
==============================================================================
--- head/science/clhep/Makefile Tue Apr 24 20:45:30 2018 (r468243)
+++ head/science/clhep/Makefile Tue Apr 24 20:51:38 2018 (r468244)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= clhep
-PORTVERSION= 2.3.1.1
-PORTREVISION= 4
+PORTVERSION= 2.4.0.4
CATEGORIES= science
MASTER_SITES= http://proj-clhep.web.cern.ch/proj-clhep/DISTRIBUTION/tarFiles/
@@ -14,10 +13,11 @@ LICENSE= GPLv3 LGPL3
LICENSE_COMB= multi
BROKEN_powerpc64= fails to compile: c++11 extension is not available for /usr/bin/c++
+BROKEN_FreeBSD_10= does not compile on clan3.4, requires 3.5+
WRKSRC= ${WRKDIR}/${PORTVERSION}/${PORTNAME:tu}
-USES= cmake:outsource compiler:openmp perl5 tar:tgz
+USES= cmake:outsource compiler:c++11-lang perl5 tar:tgz
USE_PERL5= build
USE_LDCONFIG= yes
Modified: head/science/clhep/distinfo
==============================================================================
--- head/science/clhep/distinfo Tue Apr 24 20:45:30 2018 (r468243)
+++ head/science/clhep/distinfo Tue Apr 24 20:51:38 2018 (r468244)
@@ -1,2 +1,3 @@
-SHA256 (clhep-2.3.1.1.tgz) = 0e2b170df99176feb0aa4f20ea3b33463193c086682749790c5b9b79388d0ff4
-SIZE (clhep-2.3.1.1.tgz) = 1500859
+TIMESTAMP = 1524599179
+SHA256 (clhep-2.4.0.4.tgz) = eb013841c57990befa1e977a11a552ab8328733c1c3b6cecfde86da40dc22113
+SIZE (clhep-2.4.0.4.tgz) = 1536520
Modified: head/science/clhep/pkg-plist
==============================================================================
--- head/science/clhep/pkg-plist Tue Apr 24 20:45:30 2018 (r468243)
+++ head/science/clhep/pkg-plist Tue Apr 24 20:51:38 2018 (r468244)
@@ -249,8 +249,9 @@ include/CLHEP/Random/StaticRandomStates.h
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/Random/mixmax_skip_N17.icc
+include/CLHEP/Random/mixmax_skip_N240.icc
+include/CLHEP/Random/mixmax_skip_N8.icc
include/CLHEP/RandomObjects/RandMultiGauss.h
include/CLHEP/RandomObjects/RandomVector.h
include/CLHEP/RandomObjects/RandomVector.icc
More information about the svn-ports-all
mailing list