mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to 1.7.2 .
- Clarify BSD part of LICENSE. (BSD2CLAUSE) - Switch USE_PYDISTUTILS from deprecated easy_install to yes.
This commit is contained in:
parent
9ab656e603
commit
41b15bfd9a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=340930
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= livestreamer
|
||||
PORTVERSION= 1.7.1
|
||||
PORTVERSION= 1.7.2
|
||||
CATEGORIES= multimedia python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -10,7 +10,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|||
MAINTAINER= multimedia@FreeBSD.org
|
||||
COMMENT= Extract web streams and pipe them into video player of choice
|
||||
|
||||
LICENSE= BSD MIT APACHE20
|
||||
LICENSE= BSD2CLAUSE MIT APACHE20
|
||||
LICENSE_COMB= multi
|
||||
|
||||
RUN_DEPENDS= rtmpdump:${PORTSDIR}/multimedia/rtmpdump \
|
||||
|
@ -18,7 +18,7 @@ RUN_DEPENDS= rtmpdump:${PORTSDIR}/multimedia/rtmpdump \
|
|||
${PYTHON_PKGNAMEPREFIX}librtmp>=0:${PORTSDIR}/multimedia/py-librtmp
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= easy_install
|
||||
USE_PYDISTUTILS=yes
|
||||
PYDISTUTILS_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (livestreamer-1.7.1.tar.gz) = c847d39f4f3ade17ad03e2b43d4e3153424e65511fbddd68d61ac1efa6135113
|
||||
SIZE (livestreamer-1.7.1.tar.gz) = 88498
|
||||
SHA256 (livestreamer-1.7.2.tar.gz) = a740d3db72e9bd3527220c1b0b93c73e6252a5695842b30e4b91ef069c14fee0
|
||||
SIZE (livestreamer-1.7.2.tar.gz) = 88737
|
||||
|
|
Loading…
Add table
Reference in a new issue