1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

devel/performance: update to 0.6.0

Major changes:
    * Adds support for named thread pools (with named threads inside the pools)
This commit is contained in:
Rodrigo Osorio 2024-08-01 01:11:26 +02:00
parent 5547641a40
commit 658d847163
3 changed files with 7 additions and 8 deletions

View File

@ -1,6 +1,5 @@
PORTNAME= performance
PORTVERSION= 0.5.0
PORTREVISION= 7
PORTVERSION= 0.6.0
CATEGORIES= devel gnustep
MASTER_SITES= GNUSTEP/libs
DISTNAME= Performance-${PORTVERSION}
@ -10,8 +9,8 @@ COMMENT= Help improve the performance of GNUstep applications
LICENSE= LGPL3
BROKEN_aarch64= fails to build: gmake[2]: No rule to make target 'Performance/dependencies', needed by 'internal-doc-all_'. Stop.
BROKEN_armv7= fails to build: gmake[2]: No rule to make target 'Performance/dependencies', needed by 'internal-doc-all_'. Stop.
BROKEN_aarch64= fails to build: gmake[2]: No rule to make target 'Performance/dependencies', needed by 'internal-doc-all_'. Stop.
BROKEN_armv7= fails to build: gmake[2]: No rule to make target 'Performance/dependencies', needed by 'internal-doc-all_'. Stop.
USES= gnustep
USE_GNUSTEP= base build

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1697992672
SHA256 (Performance-0.5.0.tar.gz) = 305fe21705a9774becb58f076542919da38c36867d946b69f735fecfa5bc8459
SIZE (Performance-0.5.0.tar.gz) = 50569
TIMESTAMP = 1722466770
SHA256 (Performance-0.6.0.tar.gz) = cc1ec0dbc6157eb5680bfedbe5d47f45f94772bca41a782d587d1b994f42a66f
SIZE (Performance-0.6.0.tar.gz) = 56850

View File

@ -30,4 +30,4 @@ GNUstep/System/Library/Headers/Performance/GSTicker.h
GNUstep/System/Library/Headers/Performance/GSUniqued.h
GNUstep/System/Library/Libraries/libPerformance.so
GNUstep/System/Library/Libraries/libPerformance.so.%%VERSION%%
GNUstep/System/Library/Libraries/libPerformance.so.0.5
GNUstep/System/Library/Libraries/libPerformance.so.0.6