mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
x11-fonts/fcft: update to 3.3.1
Changes: https://codeberg.org/dnkl/fcft/releases/tag/3.3.1 Reported by: upstream (via mail)
This commit is contained in:
parent
759561e3f1
commit
7df45af5e5
4 changed files with 6 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= fcft
|
||||
DISTVERSION= 3.3.0
|
||||
DISTVERSION= 3.3.1
|
||||
CATEGORIES= x11-fonts
|
||||
MASTER_SITES= https://codeberg.org/dnkl/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1741769116
|
||||
SHA256 (fcft-3.3.0.tar.gz) = 2c5b36f72d3e7b129052d5b87ab7446ae95394bc24f7ad23e639e783eef9421b
|
||||
SIZE (fcft-3.3.0.tar.gz) = 735121
|
||||
TIMESTAMP = 1741868235
|
||||
SHA256 (fcft-3.3.1.tar.gz) = f18bf79562e06d41741690cd1e07a02eb2600ae39eb5752eef8a698f603a482c
|
||||
SIZE (fcft-3.3.1.tar.gz) = 735195
|
||||
|
|
|
@ -2,7 +2,7 @@ include/fcft/fcft.h
|
|||
include/fcft/stride.h
|
||||
lib/libfcft.so
|
||||
lib/libfcft.so.4
|
||||
lib/libfcft.so.4.3.0
|
||||
lib/libfcft.so.4.3.1
|
||||
libdata/pkgconfig/fcft.pc
|
||||
%%PORTDOCS%%%%DOCSDIR%%/CHANGELOG.md
|
||||
%%PORTDOCS%%%%DOCSDIR%%/LICENSE
|
||||
|
|
|
@ -73,8 +73,7 @@ post-patch:
|
|||
|
||||
.if !defined(DEFAULT_POST_BUILD)
|
||||
post-build-PGO-on:
|
||||
# XXX Uncomment after 1.20.3/1.21.0 update, https://codeberg.org/dnkl/foot/issues/1992
|
||||
# (cd ${BUILD_WRKSRC} && ./tests/test-config) # -Wbackend-plugin/-Wmissing-profile
|
||||
(cd ${BUILD_WRKSRC} && ./tests/test-config) # -Wbackend-plugin/-Wmissing-profile
|
||||
(cd ${BUILD_WRKSRC} && ./utils/xtgettcap) # -Wbackend-plugin/-Wmissing-profile
|
||||
(cd ${BUILD_WRKSRC} && ./${PORTNAME}client --version) # -Wbackend-plugin/-Wmissing-profile
|
||||
(cd ${BUILD_WRKSRC} && ./${PORTNAME} --version) # -Wbackend-plugin/-Wmissing-profile
|
||||
|
|
Loading…
Add table
Reference in a new issue