mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
cad/opentimer: Update g20210726 → g20221116
This commit is contained in:
parent
b6202143f5
commit
dff2adf1dc
2 changed files with 8 additions and 9 deletions
|
@ -1,6 +1,5 @@
|
||||||
PORTNAME= opentimer
|
PORTNAME= opentimer
|
||||||
PORTVERSION= g20210726
|
PORTVERSION= g20221116
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= cad
|
CATEGORIES= cad
|
||||||
|
|
||||||
MAINTAINER= yuri@FreeBSD.org
|
MAINTAINER= yuri@FreeBSD.org
|
||||||
|
@ -10,18 +9,18 @@ WWW= https://github.com/OpenTimer/OpenTimer
|
||||||
LICENSE= MIT
|
LICENSE= MIT
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
BROKEN_i386= undefined reference to `__atomic_compare_exchange_8'
|
BROKEN_i386= undefined reference to `__atomic_compare_exchange_8' #'`
|
||||||
BROKEN_powerpc= undefined reference to `__atomic_compare_exchange_8'
|
BROKEN_powerpc= undefined reference to `__atomic_compare_exchange_8' #'`
|
||||||
|
|
||||||
USES= cmake compiler:c++17-lang python:test shebangfix tcl
|
USES= cmake compiler:c++17-lang python:test shebangfix tcl
|
||||||
USE_GCC= yes # fails to build with clang-11: https://github.com/OpenTimer/OpenTimer/issues/48
|
#USE_GCC= yes # fails to build with clang-11: https://github.com/OpenTimer/OpenTimer/issues/48
|
||||||
|
|
||||||
SHEBANG_FILES= inttest/*.py
|
SHEBANG_FILES= inttest/*.py
|
||||||
|
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= OpenTimer
|
GH_ACCOUNT= OpenTimer
|
||||||
GH_PROJECT= OpenTimer
|
GH_PROJECT= OpenTimer
|
||||||
GH_TAGNAME= 18d28ff
|
GH_TAGNAME= a57d03b
|
||||||
|
|
||||||
TEST_TARGET= test
|
TEST_TARGET= test
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1631485980
|
TIMESTAMP = 1690100071
|
||||||
SHA256 (OpenTimer-OpenTimer-g20210726-18d28ff_GH0.tar.gz) = 17c766c81c086419fc95c24576a511f43b8219d8402f8651d3c942d79bf0f4b4
|
SHA256 (OpenTimer-OpenTimer-g20221116-a57d03b_GH0.tar.gz) = 98a33a9136fc1f19dcb8cf557760ee9f308a7189850887cb2e1f04ec955ca9c3
|
||||||
SIZE (OpenTimer-OpenTimer-g20210726-18d28ff_GH0.tar.gz) = 120737819
|
SIZE (OpenTimer-OpenTimer-g20221116-a57d03b_GH0.tar.gz) = 120871156
|
||||||
|
|
Loading…
Add table
Reference in a new issue