mirror of
https://git.freebsd.org/ports.git
synced 2025-05-12 23:31:50 -04:00
www/srt: Update 1.5.1 → 1.5.2
Reported by: portscout
This commit is contained in:
parent
facdd9630c
commit
ec7f2e75fc
3 changed files with 8 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= srt
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.5.1
|
||||
DISTVERSION= 1.5.2
|
||||
CATEGORIES= www
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
@ -44,8 +44,10 @@ MBEDTLS_LIB_DEPENDS= libmbedtls.so:security/mbedtls
|
|||
|
||||
post-install-OPENSSL-on:
|
||||
# fix .pc files
|
||||
@${REINPLACE_CMD} -e 's|Requires.private: openssl libcrypto|Requires.private:|; s|Libs.private:.*|& -lssl -lcrypto|' \
|
||||
@${REINPLACE_CMD} -i '' -e 's|Requires.private: openssl libcrypto|Requires.private:|; s|Libs.private:.*|& -lssl -lcrypto|' \
|
||||
${STAGEDIR}${PREFIX}/libdata/pkgconfig/srt.pc \
|
||||
${STAGEDIR}${PREFIX}/libdata/pkgconfig/haisrt.pc
|
||||
|
||||
# tests fail to compile, see https://github.com/Haivision/srt/issues/2758
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1664337022
|
||||
SHA256 (Haivision-srt-v1.5.1_GH0.tar.gz) = af891e7a7ffab61aa76b296982038b3159da690f69ade7c119f445d924b3cf53
|
||||
SIZE (Haivision-srt-v1.5.1_GH0.tar.gz) = 1694199
|
||||
TIMESTAMP = 1688101006
|
||||
SHA256 (Haivision-srt-v1.5.2_GH0.tar.gz) = 463970a3f575446b3f55abb6f323d5476c963c77b3c975cd902e9c87cdd9a92c
|
||||
SIZE (Haivision-srt-v1.5.2_GH0.tar.gz) = 1699747
|
||||
|
|
|
@ -11,6 +11,6 @@ include/srt/version.h
|
|||
lib/libsrt.a
|
||||
lib/libsrt.so
|
||||
lib/libsrt.so.1.5
|
||||
lib/libsrt.so.1.5.1
|
||||
lib/libsrt.so.1.5.2
|
||||
libdata/pkgconfig/haisrt.pc
|
||||
libdata/pkgconfig/srt.pc
|
||||
|
|
Loading…
Add table
Reference in a new issue