View | Details | Raw Unified | Return to bug 253402 | Differences between
and this patch

Collapse All | Expand All

(-)multimedia/smtube/Makefile (-2 / +3 lines)
Lines 2-9 Link Here
2
# $FreeBSD: head/multimedia/smtube/Makefile 550239 2020-09-27 06:24:48Z tcberner $
2
# $FreeBSD: head/multimedia/smtube/Makefile 550239 2020-09-27 06:24:48Z tcberner $
3
3
4
PORTNAME=	smtube
4
PORTNAME=	smtube
5
PORTVERSION=	18.9.0
5
DISTVERSION=	20.6.0
6
PORTREVISION=	3
7
CATEGORIES=	multimedia
6
CATEGORIES=	multimedia
8
MASTER_SITES=	SF/smtube/SMTube/${PORTVERSION}/
7
MASTER_SITES=	SF/smtube/SMTube/${PORTVERSION}/
9
8
Lines 12-17 Link Here
12
11
13
LICENSE=	GPLv2
12
LICENSE=	GPLv2
14
LICENSE_FILE=	${WRKSRC}/Copying.txt
13
LICENSE_FILE=	${WRKSRC}/Copying.txt
14
15
RUN_DEPENDS=	youtube-dl:www/youtube_dl
15
16
16
USES=		gl gmake qt:5 tar:bzip2
17
USES=		gl gmake qt:5 tar:bzip2
17
USE_GL=		gl
18
USE_GL=		gl
(-)multimedia/smtube/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1538390955
1
TIMESTAMP = 1612954008
2
SHA256 (smtube-18.9.0.tar.bz2) = cf197e4647a8756fb9a6a6bfc87b7805e03f71cd912baf594519e7551fde2188
2
SHA256 (smtube-20.6.0.tar.bz2) = 82f1eb06d2d8fa4304586a40c2e6dde6a44b2224e3157f039b16f3af5f51df42
3
SIZE (smtube-18.9.0.tar.bz2) = 749574
3
SIZE (smtube-20.6.0.tar.bz2) = 746094
(-)multimedia/smtube/pkg-descr (-1 / +1 lines)
Lines 2-5 Link Here
2
and play YouTube videos. The videos are currently played in SMPlayer but
2
and play YouTube videos. The videos are currently played in SMPlayer but
3
in the future it may be added the possibility to use other players.
3
in the future it may be added the possibility to use other players.
4
4
5
WWW: http://smtube.org/
5
WWW: https://www.smtube.org/
(-)multimedia/smtube/pkg-plist (+1 lines)
Lines 15-20 Link Here
15
%%DATADIR%%/translations/smtube_en.qm
15
%%DATADIR%%/translations/smtube_en.qm
16
%%DATADIR%%/translations/smtube_en_GB.qm
16
%%DATADIR%%/translations/smtube_en_GB.qm
17
%%DATADIR%%/translations/smtube_es.qm
17
%%DATADIR%%/translations/smtube_es.qm
18
%%DATADIR%%/translations/smtube_es_ES.qm
18
%%DATADIR%%/translations/smtube_eu.qm
19
%%DATADIR%%/translations/smtube_eu.qm
19
%%DATADIR%%/translations/smtube_fr.qm
20
%%DATADIR%%/translations/smtube_fr.qm
20
%%DATADIR%%/translations/smtube_gl.qm
21
%%DATADIR%%/translations/smtube_gl.qm

Return to bug 253402