diff options
author | tdb <tdb@FreeBSD.org> | 2017-06-12 22:46:06 +0800 |
---|---|---|
committer | tdb <tdb@FreeBSD.org> | 2017-06-12 22:46:06 +0800 |
commit | 24b4d337a8f130bc7e5996d25aa66add66803492 (patch) | |
tree | 969f14219e6977bdac0f928b7ba89b582f29a119 /news | |
parent | eb36f33121fec47960097ee029a0274b5604e870 (diff) | |
download | freebsd-ports-gnome-24b4d337a8f130bc7e5996d25aa66add66803492.tar.gz freebsd-ports-gnome-24b4d337a8f130bc7e5996d25aa66add66803492.tar.zst freebsd-ports-gnome-24b4d337a8f130bc7e5996d25aa66add66803492.zip |
- Use correct license (see https://github.com/sabnzbd/sabyenc/issues/5).
- Only use python 2.7, as indicated by upstream.
- Use the preferred CHEESESHOP instead of GitHub for the distfile.
Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer)
Reported by: koobs
Diffstat (limited to 'news')
-rw-r--r-- | news/py-sabyenc/Makefile | 9 | ||||
-rw-r--r-- | news/py-sabyenc/distinfo | 6 |
2 files changed, 7 insertions, 8 deletions
diff --git a/news/py-sabyenc/Makefile b/news/py-sabyenc/Makefile index 79bef4507711..d6805ea1dd8c 100644 --- a/news/py-sabyenc/Makefile +++ b/news/py-sabyenc/Makefile @@ -3,18 +3,17 @@ PORTNAME= sabyenc PORTVERSION= 3.0.2 -DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= news python +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= tremere@cainites.net COMMENT= Python yEnc package optimized for use within SABnzbd -LICENSE= GPLv3 +LICENSE= LGPL3 -USES= python -USE_GITHUB= yes -GH_ACCOUNT= sabnzbd +USES= python:2.7 USE_PYTHON= autoplist distutils .include <bsd.port.mk> diff --git a/news/py-sabyenc/distinfo b/news/py-sabyenc/distinfo index 9458f343410d..65a927bd03eb 100644 --- a/news/py-sabyenc/distinfo +++ b/news/py-sabyenc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1496981772 -SHA256 (sabnzbd-sabyenc-v3.0.2_GH0.tar.gz) = 72305bdacfb4f82764e7f3e33a7001983f9af5c8d633cbf57e950b570a56e55d -SIZE (sabnzbd-sabyenc-v3.0.2_GH0.tar.gz) = 16080819 +TIMESTAMP = 1497267264 +SHA256 (sabyenc-3.0.2.tar.gz) = 05a848ebf7e37775171f85d2b01e131af7384a35fedece73079ca52a2d687eaf +SIZE (sabyenc-3.0.2.tar.gz) = 8732 |