mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 05:40:30 -04:00
- Update to 1.3
- Implement testing
This commit is contained in:
parent
f4bd5584a0
commit
7cf9cad3a2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=461777
3 changed files with 8 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= bitstream
|
PORTNAME= bitstream
|
||||||
PORTVERSION= 1.2
|
PORTVERSION= 1.3
|
||||||
CATEGORIES= multimedia
|
CATEGORIES= multimedia
|
||||||
MASTER_SITES= https://get.videolan.org/bitstream/${PORTVERSION}/ \
|
MASTER_SITES= https://get.videolan.org/bitstream/${PORTVERSION}/ \
|
||||||
http://get.videolan.org/bitstream/${PORTVERSION}/
|
http://get.videolan.org/bitstream/${PORTVERSION}/
|
||||||
|
@ -16,13 +16,14 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
USES= gmake tar:bzip2
|
USES= gmake tar:bzip2
|
||||||
NO_BUILD= yes
|
NO_BUILD= yes
|
||||||
NO_ARCH= yes
|
NO_ARCH= yes
|
||||||
|
TEST_TARGET= check
|
||||||
|
|
||||||
PORTDOCS= AUTHORS README NEWS TODO
|
PORTDOCS= AUTHORS README NEWS TODO
|
||||||
|
|
||||||
OPTIONS_DEFINE= DOCS
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e 's|@||' ${WRKSRC}/Makefile
|
@${REINPLACE_CMD} -e 's|^ @| |' ${WRKSRC}/Makefile
|
||||||
|
|
||||||
post-install-DOCS-on:
|
post-install-DOCS-on:
|
||||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1486402378
|
TIMESTAMP = 1518452020
|
||||||
SHA256 (bitstream-1.2.tar.bz2) = ccfbb438711606de1fad881b58c8f134e2d82b4d53a88ea48f2d1bcb49ca5ad2
|
SHA256 (bitstream-1.3.tar.bz2) = f8a90b0ae517ccb295760317f7809ff097ae220ef75b05b0fc2b813debc4a8b7
|
||||||
SIZE (bitstream-1.2.tar.bz2) = 115009
|
SIZE (bitstream-1.3.tar.bz2) = 118047
|
||||||
|
|
|
@ -92,6 +92,7 @@ include/bitstream/ietf/rtcp_sr.h
|
||||||
include/bitstream/ietf/rtp.h
|
include/bitstream/ietf/rtp.h
|
||||||
include/bitstream/ietf/rtp2250.h
|
include/bitstream/ietf/rtp2250.h
|
||||||
include/bitstream/ietf/rtp3551.h
|
include/bitstream/ietf/rtp3551.h
|
||||||
|
include/bitstream/ietf/rtp3640.h
|
||||||
include/bitstream/ietf/rtp6184.h
|
include/bitstream/ietf/rtp6184.h
|
||||||
include/bitstream/ietf/rtp7587.h
|
include/bitstream/ietf/rtp7587.h
|
||||||
include/bitstream/ietf/udp.h
|
include/bitstream/ietf/udp.h
|
||||||
|
@ -159,3 +160,4 @@ include/bitstream/smpte/2022_6_hbrmt.h
|
||||||
include/bitstream/smpte/291.h
|
include/bitstream/smpte/291.h
|
||||||
include/bitstream/smpte/337.h
|
include/bitstream/smpte/337.h
|
||||||
include/bitstream/smpte/rdd08.h
|
include/bitstream/smpte/rdd08.h
|
||||||
|
libdata/pkgconfig/bitstream.pc
|
||||||
|
|
Loading…
Add table
Reference in a new issue