mirror of
https://git.freebsd.org/ports.git
synced 2025-05-13 07:41: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
|
PORTNAME= srt
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
DISTVERSION= 1.5.1
|
DISTVERSION= 1.5.2
|
||||||
CATEGORIES= www
|
CATEGORIES= www
|
||||||
|
|
||||||
MAINTAINER= yuri@FreeBSD.org
|
MAINTAINER= yuri@FreeBSD.org
|
||||||
|
@ -44,8 +44,10 @@ MBEDTLS_LIB_DEPENDS= libmbedtls.so:security/mbedtls
|
||||||
|
|
||||||
post-install-OPENSSL-on:
|
post-install-OPENSSL-on:
|
||||||
# fix .pc files
|
# 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/srt.pc \
|
||||||
${STAGEDIR}${PREFIX}/libdata/pkgconfig/haisrt.pc
|
${STAGEDIR}${PREFIX}/libdata/pkgconfig/haisrt.pc
|
||||||
|
|
||||||
|
# tests fail to compile, see https://github.com/Haivision/srt/issues/2758
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1664337022
|
TIMESTAMP = 1688101006
|
||||||
SHA256 (Haivision-srt-v1.5.1_GH0.tar.gz) = af891e7a7ffab61aa76b296982038b3159da690f69ade7c119f445d924b3cf53
|
SHA256 (Haivision-srt-v1.5.2_GH0.tar.gz) = 463970a3f575446b3f55abb6f323d5476c963c77b3c975cd902e9c87cdd9a92c
|
||||||
SIZE (Haivision-srt-v1.5.1_GH0.tar.gz) = 1694199
|
SIZE (Haivision-srt-v1.5.2_GH0.tar.gz) = 1699747
|
||||||
|
|
|
@ -11,6 +11,6 @@ include/srt/version.h
|
||||||
lib/libsrt.a
|
lib/libsrt.a
|
||||||
lib/libsrt.so
|
lib/libsrt.so
|
||||||
lib/libsrt.so.1.5
|
lib/libsrt.so.1.5
|
||||||
lib/libsrt.so.1.5.1
|
lib/libsrt.so.1.5.2
|
||||||
libdata/pkgconfig/haisrt.pc
|
libdata/pkgconfig/haisrt.pc
|
||||||
libdata/pkgconfig/srt.pc
|
libdata/pkgconfig/srt.pc
|
||||||
|
|
Loading…
Add table
Reference in a new issue