diff options
author | nivit <nivit@FreeBSD.org> | 2018-08-16 03:31:06 +0800 |
---|---|---|
committer | nivit <nivit@FreeBSD.org> | 2018-08-16 03:31:06 +0800 |
commit | 7bfab00e599ad887c14f53ad26ca0dc1d393c743 (patch) | |
tree | 72fa4434ae06e85fb7015b30d6ad166bbcd2b77d /multimedia | |
parent | 54ccece98b014fc3ca2c1ffbdb6c3c46f7b31550 (diff) | |
download | freebsd-ports-gnome-7bfab00e599ad887c14f53ad26ca0dc1d393c743.tar.gz freebsd-ports-gnome-7bfab00e599ad887c14f53ad26ca0dc1d393c743.tar.zst freebsd-ports-gnome-7bfab00e599ad887c14f53ad26ca0dc1d393c743.zip |
- Update to 0.2.8
- Add LICENSE_FILE
- Update port description and URL in pkg-descr
Changes: https://github.com/mps-youtube/mps-youtube/releases/tag/v0.2.8
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/mps-youtube/Makefile | 5 | ||||
-rw-r--r-- | multimedia/mps-youtube/distinfo | 6 | ||||
-rw-r--r-- | multimedia/mps-youtube/pkg-descr | 4 |
3 files changed, 8 insertions, 7 deletions
diff --git a/multimedia/mps-youtube/Makefile b/multimedia/mps-youtube/Makefile index 6a60d9b328cf..92e61524fddc 100644 --- a/multimedia/mps-youtube/Makefile +++ b/multimedia/mps-youtube/Makefile @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= mps-youtube -PORTVERSION= 0.2.7.1 -PORTREVISION= 3 +PORTVERSION= 0.2.8 +PORTREVISION= 0 CATEGORIES= multimedia MASTER_SITES= CHEESESHOP @@ -11,6 +11,7 @@ MAINTAINER= nivit@FreeBSD.org COMMENT= Terminal based YouTube jukebox with playlist management LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ca_root_nss>=3.17.3:security/ca_root_nss \ ${PYTHON_PKGNAMEPREFIX}pafy>=0.5.0:www/py-pafy@${PY_FLAVOR} diff --git a/multimedia/mps-youtube/distinfo b/multimedia/mps-youtube/distinfo index 55d5776e6ed6..532dd63e591a 100644 --- a/multimedia/mps-youtube/distinfo +++ b/multimedia/mps-youtube/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1492164457 -SHA256 (mps-youtube-0.2.7.1.tar.gz) = e3df5dc80f39941cb38f5678d1cc397a37a6dc5577e487b24fbf66fffe2afd03 -SIZE (mps-youtube-0.2.7.1.tar.gz) = 78128 +TIMESTAMP = 1534351649 +SHA256 (mps-youtube-0.2.8.tar.gz) = 59ce3944626fbd1a041e1e1b15714bbd138ebc71ceb89e32ea9470d8152af083 +SIZE (mps-youtube-0.2.8.tar.gz) = 95542 diff --git a/multimedia/mps-youtube/pkg-descr b/multimedia/mps-youtube/pkg-descr index ff3baa17d3e1..f9fd47a442e6 100644 --- a/multimedia/mps-youtube/pkg-descr +++ b/multimedia/mps-youtube/pkg-descr @@ -9,8 +9,8 @@ Main features: - Download audio/video - Convert to mp3 & other formats (requires ffmpeg or avconv) - View video comments - - Works with Python 2.7+ and 3.x + - Works with 3.x - Works with Windows, Linux and Mac OS X - Requires mplayer or mpv -WWW: https://github.com/np1/mps-youtube +WWW: https://github.com/mps-youtube/mps-youtube |