Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Mar 2020 19:02:25 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r528936 - head/news/py-yenc
Message-ID:  <202003221902.02MJ2P7D003228@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003221902.02MJ2P7D003228>