svn commit: r528936 - head/news/py-yenc
Yuri Victorovich
yuri at FreeBSD.org
Sun Mar 22 19:02:26 UTC 2020
Author: yuri
Date: Sun Mar 22 19:02:25 2020
New Revision: 528936
URL: https://svnweb.freebsd.org/changeset/ports/528936
Log:
news/py-yenc: Update 0.3 -> 0.4.0
PR: 239309
Submitted by: swills
Approved by: jlaffaye (maintainer's timeout; 8+ months)
Modified:
head/news/py-yenc/Makefile
head/news/py-yenc/distinfo
head/news/py-yenc/pkg-descr
Modified: head/news/py-yenc/Makefile
==============================================================================
--- head/news/py-yenc/Makefile Sun Mar 22 18:17:34 2020 (r528935)
+++ head/news/py-yenc/Makefile Sun Mar 22 19:02:25 2020 (r528936)
@@ -1,15 +1,17 @@
# Created by: Alexander Botero-Lowry <alex at foxybanana.com>
# $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 at 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
Modified: head/news/py-yenc/distinfo
==============================================================================
--- head/news/py-yenc/distinfo Sun Mar 22 18:17:34 2020 (r528935)
+++ head/news/py-yenc/distinfo Sun Mar 22 19:02:25 2020 (r528936)
@@ -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
Modified: head/news/py-yenc/pkg-descr
==============================================================================
--- head/news/py-yenc/pkg-descr Sun Mar 22 18:17:34 2020 (r528935)
+++ head/news/py-yenc/pkg-descr Sun Mar 22 19:02:25 2020 (r528936)
@@ -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
More information about the svn-ports-all
mailing list