diff options
author | Danilo G. Baio <dbaio@FreeBSD.org> | 2017-12-31 22:25:36 +0800 |
---|---|---|
committer | Danilo G. Baio <dbaio@FreeBSD.org> | 2017-12-31 22:25:36 +0800 |
commit | 709cbe9394bb31bac8167261fd1d69ddabac916e (patch) | |
tree | 53b2f3fe23f809d8016a7efe46320fee54b1b54d /www | |
parent | a177e9f5a829c2d0b2c0f7cae9b9dbb6fe93d0ce (diff) | |
download | freebsd-ports-gnome-709cbe9394bb31bac8167261fd1d69ddabac916e.tar.gz freebsd-ports-gnome-709cbe9394bb31bac8167261fd1d69ddabac916e.tar.zst freebsd-ports-gnome-709cbe9394bb31bac8167261fd1d69ddabac916e.zip |
www/rtv: Update to 1.21.0
- Fix order of variables in Makefile.
Changes: https://github.com/michael-lazar/rtv/releases/tag/v1.21.0
Diffstat (limited to 'www')
-rw-r--r-- | www/rtv/Makefile | 7 | ||||
-rw-r--r-- | www/rtv/distinfo | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/www/rtv/Makefile b/www/rtv/Makefile index 120f99858f0f..e200e00933a0 100644 --- a/www/rtv/Makefile +++ b/www/rtv/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rtv -PORTVERSION= 1.20.0 +PORTVERSION= 1.21.0 DISTVERSIONPREFIX= v CATEGORIES= www @@ -17,12 +17,13 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.5.1:www/py-beautifulsoup@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}decorator>=4.0.10:devel/py-decorator@${FLAVOR} +USES= python +USE_PYTHON= distutils autoplist concurrent optsuffix + USE_GITHUB= yes GH_ACCOUNT= michael-lazar NO_ARCH= yes -USES= python -USE_PYTHON= distutils autoplist concurrent optsuffix .include <bsd.port.pre.mk> diff --git a/www/rtv/distinfo b/www/rtv/distinfo index ec7e4801249f..4dc558605b01 100644 --- a/www/rtv/distinfo +++ b/www/rtv/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1512509722 -SHA256 (michael-lazar-rtv-v1.20.0_GH0.tar.gz) = a13ab27e3b5bfb2f3f755315dcf2d2d07dd369d1fc3e01bbee2d91e42c89b2ab -SIZE (michael-lazar-rtv-v1.20.0_GH0.tar.gz) = 13578598 +TIMESTAMP = 1514726245 +SHA256 (michael-lazar-rtv-v1.21.0_GH0.tar.gz) = 7e6a8de7b3e05b93d135cd2aa869b3d20f6ec26073a586e3595cff7f2df1aafa +SIZE (michael-lazar-rtv-v1.21.0_GH0.tar.gz) = 14632213 |