Index: head/news/py-yenc/Makefile =================================================================== --- head/news/py-yenc/Makefile (revision 528935) +++ head/news/py-yenc/Makefile (revision 528936) @@ -1,20 +1,22 @@ # Created by: Alexander Botero-Lowry # $FreeBSD$ -PORTNAME= yenc -PORTVERSION= 0.3 +PORTNAME= yenc # is abandoned, successor: https://sourceforge.net/projects/sabnzbdplus/files/sabnzbdplus/ +PORTVERSION= 0.4.0 CATEGORIES= news python -MASTER_SITES= http://sabnzbd.sourceforge.net/ - +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= jlaffaye@FreeBSD.org -COMMENT= yenc decoding module for Python in C +COMMENT= Decoding module for yenc for Python written in C + +LICENSE= LGPL21+ +LICENSE_FILE= ${WRKSRC}/COPYING DEPRECATED= Uses deprecated version of python EXPIRATION_DATE= 2020-08-15 USES= python:2.7 USE_PYTHON= distutils .include Index: head/news/py-yenc/distinfo =================================================================== --- head/news/py-yenc/distinfo (revision 528935) +++ head/news/py-yenc/distinfo (revision 528936) @@ -1,2 +1,3 @@ -SHA256 (yenc-0.3.tar.gz) = fb04fea7c5821345608fa01728ce5356b6dfb2d3e469e59e3fd31b88f45fb313 -SIZE (yenc-0.3.tar.gz) = 42740 +TIMESTAMP = 1563554595 +SHA256 (yenc-0.4.0.tar.gz) = 2c24a249d627af8ce1ca5a4b5bd237a34b6c859f71f55f0b09ed369f749fd4d9 +SIZE (yenc-0.4.0.tar.gz) = 64237 Index: head/news/py-yenc/pkg-descr =================================================================== --- head/news/py-yenc/pkg-descr (revision 528935) +++ head/news/py-yenc/pkg-descr (revision 528936) @@ -1,2 +1,4 @@ This a fairly simple Python module, it provides only raw yEnc encoding/decoding with built-in crc32 calculation. + +WWW: https://bitbucket.org/dual75/yenc