mirror of
https://git.freebsd.org/ports.git
synced 2025-05-12 23:31:50 -04:00
textproc/expat2: update to 2.4.8
Release 2.4.8 Mon March 28 2022
Other changes:
#587 pkg-config: Move "-lm" to section "Libs.private"
#587 CMake|MSVC: Fix pkg-config section "Libs"
#55 #582 CMake|macOS: Start using linker arguments
"-compatibility_version <version>" and
"-current_version <version>" in a way compatible with
GNU Libtool
#590 #591 Version info bumped from 9:7:8 to 9:8:8;
see https://verbump.de/ for what these numbers do
Infrastructure:
#589 CI: Upgrade Clang from 13 to 14
Special thanks to:
evpobr
Kai Pastor
Sam James
Exp-run by: antoine
PR: 262944
(cherry picked from commit 709f05aef0
)
This commit is contained in:
parent
09480fe672
commit
f092d359b1
3 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
# Created by: Dirk Froemberg <dirk@FreeBSD.org>
|
||||
|
||||
PORTNAME= expat
|
||||
DISTVERSION= 2.4.7
|
||||
DISTVERSION= 2.4.8
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= https://github.com/libexpat/libexpat/releases/download/R_${DISTVERSION:S|.|_|g}/
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1646447376
|
||||
SHA256 (expat-2.4.7.tar.xz) = 9875621085300591f1e64c18fd3da3a0eeca4a74f884b9abac2758ad1bd07a7d
|
||||
SIZE (expat-2.4.7.tar.xz) = 454136
|
||||
TIMESTAMP = 1648660650
|
||||
SHA256 (expat-2.4.8.tar.xz) = f79b8f904b749e3e0d20afeadecf8249c55b2e32d4ebb089ae378df479dcaf25
|
||||
SIZE (expat-2.4.8.tar.xz) = 454428
|
||||
|
|
|
@ -9,7 +9,7 @@ lib/cmake/expat-%%EXPAT_VERSION%%/expat.cmake
|
|||
%%STATIC%%lib/libexpat.a
|
||||
lib/libexpat.so
|
||||
lib/libexpat.so.1
|
||||
lib/libexpat.so.1.8.7
|
||||
lib/libexpat.so.1.8.8
|
||||
libdata/pkgconfig/expat.pc
|
||||
man/man1/xmlwf.1.gz
|
||||
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
|
||||
|
|
Loading…
Add table
Reference in a new issue