aboutsummaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2020-03-22 19:02:25 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2020-03-22 19:02:25 +0000
commitd750b01f282d7a87e3924d7a89714777ab525046 (patch)
tree50eef34377f50ee09c93657a42a7a4fdc7c24840 /news
parent4b31216d041304b40c9f1aae32de545ffa6fcab2 (diff)
downloadports-d750b01f282d7a87e3924d7a89714777ab525046.tar.gz
ports-d750b01f282d7a87e3924d7a89714777ab525046.zip
news/py-yenc: Update 0.3 -> 0.4.0
PR: 239309 Submitted by: swills Approved by: jlaffaye (maintainer's timeout; 8+ months)
Notes
Notes: svn path=/head/; revision=528936
Diffstat (limited to 'news')
-rw-r--r--news/py-yenc/Makefile12
-rw-r--r--news/py-yenc/distinfo5
-rw-r--r--news/py-yenc/pkg-descr2
3 files changed, 12 insertions, 7 deletions
diff --git a/news/py-yenc/Makefile b/news/py-yenc/Makefile
index e9f2a4ac7aca..7c59b900a418 100644
--- a/news/py-yenc/Makefile
+++ b/news/py-yenc/Makefile
@@ -1,15 +1,17 @@
# Created by: Alexander Botero-Lowry <alex@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@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
diff --git a/news/py-yenc/distinfo b/news/py-yenc/distinfo
index b84167e7eef2..3cb657f9e2be 100644
--- a/news/py-yenc/distinfo
+++ b/news/py-yenc/distinfo
@@ -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
diff --git a/news/py-yenc/pkg-descr b/news/py-yenc/pkg-descr
index 576122d476e5..5fbd01adf2ac 100644
--- a/news/py-yenc/pkg-descr
+++ b/news/py-yenc/pkg-descr
@@ -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