diff --git a/misc/compat13x/Makefile b/misc/compat13x/Makefile index f8354ed66996..50498f4e386c 100644 --- a/misc/compat13x/Makefile +++ b/misc/compat13x/Makefile @@ -1,39 +1,39 @@ PORTNAME= compat13x -PORTVERSION= 13.2.1302001.20231227 +PORTVERSION= 13.5.1305000.20250318 CATEGORIES= misc -MASTER_SITES= LOCAL/arrowd +MASTER_SITES= LOCAL/bapt PKGNAMESUFFIX= -${ARCH} DISTNAME= ${PORTNAME}-${ARCH}-${PORTVERSION} MAINTAINER= arrowd@FreeBSD.org COMMENT= Convenience package to install the compat13x libraries LICENSE= BSD2CLAUSE USES= tar:xz NO_BUILD= yes ONLY_FOR_ARCHS= aarch64 amd64 i386 PLIST= ${PKGDIR}/pkg-plist.${ARCH} TARGET_DIR= ${PREFIX}/lib/compat TARGET32_DIR= ${PREFIX}/lib32/compat USE_LDCONFIG= ${TARGET_DIR} .include .if ${OSREL:R} < 13 IGNORE= is for FreeBSD 13.x and newer .endif .if ${ARCH} == amd64 USE_LDCONFIG32= ${TARGET32_DIR} .endif do-install: @${MKDIR} -m 0755 ${STAGEDIR}${TARGET_DIR} (cd ${WRKSRC}/lib && ${INSTALL_LIB} *.so.* ${STAGEDIR}${TARGET_DIR}) .if ${ARCH} == amd64 @${MKDIR} ${STAGEDIR}${TARGET32_DIR} (cd ${WRKSRC}/lib32 && ${INSTALL_LIB} *.so.* ${STAGEDIR}${TARGET32_DIR}) .endif .include diff --git a/misc/compat13x/distinfo b/misc/compat13x/distinfo index 1b8cebec4344..e828025bdbd1 100644 --- a/misc/compat13x/distinfo +++ b/misc/compat13x/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1706719725 -SHA256 (compat13x-aarch64-13.2.1302001.20231227.tar.xz) = af792b12ec5f7f603b3c785f40bff62d457e3d8e7a9cb4fc7fd57ec289e33820 -SIZE (compat13x-aarch64-13.2.1302001.20231227.tar.xz) = 1066096 -SHA256 (compat13x-amd64-13.2.1302001.20231227.tar.xz) = 6708bb02695031e943921738f5d773cd535f15518d167b0864b1fe5ba33f98db -SIZE (compat13x-amd64-13.2.1302001.20231227.tar.xz) = 2227724 -SHA256 (compat13x-i386-13.2.1302001.20231227.tar.xz) = 4ad83f521d078c5bb06eed835766a7d5450cf089aee1b5bb623b4e92b6d65f0c -SIZE (compat13x-i386-13.2.1302001.20231227.tar.xz) = 1175312 +TIMESTAMP = 1742298785 +SHA256 (compat13x-aarch64-13.5.1305000.20250318.tar.xz) = 38c2359bc422282d26deb24337eec9f3a8f8f4b83a09a32a86079f803a220817 +SIZE (compat13x-aarch64-13.5.1305000.20250318.tar.xz) = 1108872 +SHA256 (compat13x-amd64-13.5.1305000.20250318.tar.xz) = 4fb18af028ae11ba5a8a6823352ef5a28705dcc082079120946ee2eb4091ad13 +SIZE (compat13x-amd64-13.5.1305000.20250318.tar.xz) = 2256756 +SHA256 (compat13x-i386-13.5.1305000.20250318.tar.xz) = a9d267c16bc6dd6649220d9e19535eb5474ffe0f92ead3fc8f07517868d5189f +SIZE (compat13x-i386-13.5.1305000.20250318.tar.xz) = 1201528 diff --git a/misc/compat13x/pkg-plist.aarch64 b/misc/compat13x/pkg-plist.aarch64 index 2ef438e3b03a..9155135b0220 100644 --- a/misc/compat13x/pkg-plist.aarch64 +++ b/misc/compat13x/pkg-plist.aarch64 @@ -1,2 +1,3 @@ lib/compat/libcrypto.so.111 +lib/compat/libnv.so.0 lib/compat/libssl.so.111 diff --git a/misc/compat13x/pkg-plist.amd64 b/misc/compat13x/pkg-plist.amd64 index b59314439668..a82aa816eb5e 100644 --- a/misc/compat13x/pkg-plist.amd64 +++ b/misc/compat13x/pkg-plist.amd64 @@ -1,4 +1,6 @@ lib/compat/libcrypto.so.111 +lib/compat/libnv.so.0 lib/compat/libssl.so.111 lib32/compat/libcrypto.so.111 +lib32/compat/libnv.so.0 lib32/compat/libssl.so.111 diff --git a/misc/compat13x/pkg-plist.i386 b/misc/compat13x/pkg-plist.i386 index 2ef438e3b03a..9155135b0220 100644 --- a/misc/compat13x/pkg-plist.i386 +++ b/misc/compat13x/pkg-plist.i386 @@ -1,2 +1,3 @@ lib/compat/libcrypto.so.111 +lib/compat/libnv.so.0 lib/compat/libssl.so.111