From owner-svn-ports-all@freebsd.org Sun Mar 22 19:02:26 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 16A3C269C4D; Sun, 22 Mar 2020 19:02:26 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48ln296xpGz4KTG; Sun, 22 Mar 2020 19:02:25 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E7F5520AB; Sun, 22 Mar 2020 19:02:25 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 02MJ2PkR003231; Sun, 22 Mar 2020 19:02:25 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 02MJ2P7D003228; Sun, 22 Mar 2020 19:02:25 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202003221902.02MJ2P7D003228@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 22 Mar 2020 19:02:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r528936 - head/news/py-yenc X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/news/py-yenc X-SVN-Commit-Revision: 528936 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Mar 2020 19:02:26 -0000 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 # $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