mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
science/mcpl: update 1.6.2 → 2.0.0
Reported by: portscout
This commit is contained in:
parent
2b352c8d1f
commit
0f9eb84e15
3 changed files with 9 additions and 11 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= mcpl
|
PORTNAME= mcpl
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
DISTVERSION= 1.6.2
|
DISTVERSION= 2.0.0
|
||||||
CATEGORIES= science # physics
|
CATEGORIES= science # physics
|
||||||
|
|
||||||
MAINTAINER= yuri@FreeBSD.org
|
MAINTAINER= yuri@FreeBSD.org
|
||||||
|
@ -10,13 +10,15 @@ WWW= https://mctools.github.io/mcpl/
|
||||||
LICENSE= APACHE20
|
LICENSE= APACHE20
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
USES= cmake python shebangfix
|
USES= cmake:testing
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= mctools
|
GH_ACCOUNT= mctools
|
||||||
|
|
||||||
SHEBANG_FILES= src/python/pymcpltool \
|
CMAKE_OFF= MCPL_ENABLE_TESTING
|
||||||
cmake/mcpl-config.in
|
CMAKE_TESTING_ON= MCPL_ENABLE_TESTING
|
||||||
|
|
||||||
|
# tests as of 2.0.0: 100% tests passed, 0 tests failed out of 27
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1699499204
|
TIMESTAMP = 1745570645
|
||||||
SHA256 (mctools-mcpl-v1.6.2_GH0.tar.gz) = 02ec79505ae57a8850ce11734e36f4fb451823e599c679d26d2f200500ca51b2
|
SHA256 (mctools-mcpl-v2.0.0_GH0.tar.gz) = c451d86abf17181edb8c36cf77b6dcbbe22f1d3c30df84321f8c17eda7c5a873
|
||||||
SIZE (mctools-mcpl-v1.6.2_GH0.tar.gz) = 1092526
|
SIZE (mctools-mcpl-v2.0.0_GH0.tar.gz) = 338436
|
||||||
|
|
|
@ -3,7 +3,6 @@ bin/mcpl2phits
|
||||||
bin/mcpl2ssw
|
bin/mcpl2ssw
|
||||||
bin/mcpltool
|
bin/mcpltool
|
||||||
bin/phits2mcpl
|
bin/phits2mcpl
|
||||||
bin/pymcpltool
|
|
||||||
bin/ssw2mcpl
|
bin/ssw2mcpl
|
||||||
include/mcpl.h
|
include/mcpl.h
|
||||||
lib/cmake/MCPL/MCPLConfig.cmake
|
lib/cmake/MCPL/MCPLConfig.cmake
|
||||||
|
@ -11,6 +10,3 @@ lib/cmake/MCPL/MCPLConfigVersion.cmake
|
||||||
lib/cmake/MCPL/MCPLTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
lib/cmake/MCPL/MCPLTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||||
lib/cmake/MCPL/MCPLTargets.cmake
|
lib/cmake/MCPL/MCPLTargets.cmake
|
||||||
lib/libmcpl.so
|
lib/libmcpl.so
|
||||||
lib/libphitsmcpl.so
|
|
||||||
lib/libsswmcpl.so
|
|
||||||
share/MCPL/python/mcpl.py
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue