Date: Sun, 23 Jun 2019 19:20:02 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r504965 - in head/news: . py-sabyenc3 Message-ID: <201906231920.x5NJK27g060300@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Jun 23 19:20:02 2019 New Revision: 504965 URL: https://svnweb.freebsd.org/changeset/ports/504965 Log: Add py-sabyenc3 4.0.1 (copied from py-sabyenc) Added: head/news/py-sabyenc3/ - copied from r504961, head/news/py-sabyenc/ Modified: head/news/Makefile head/news/py-sabyenc3/Makefile head/news/py-sabyenc3/distinfo Modified: head/news/Makefile ============================================================================== --- head/news/Makefile Sun Jun 23 19:15:31 2019 (r504964) +++ head/news/Makefile Sun Jun 23 19:20:02 2019 (r504965) @@ -60,6 +60,7 @@ SUBDIR += plor SUBDIR += py-pynzb SUBDIR += py-sabyenc + SUBDIR += py-sabyenc3 SUBDIR += py-yenc SUBDIR += rawdog SUBDIR += s-news Modified: head/news/py-sabyenc3/Makefile ============================================================================== --- head/news/py-sabyenc/Makefile Sun Jun 23 17:17:39 2019 (r504961) +++ head/news/py-sabyenc3/Makefile Sun Jun 23 19:20:02 2019 (r504965) @@ -1,21 +1,21 @@ # Created by: Ralf van der Enden <tremere@cainites.net> # $FreeBSD$ -PORTNAME= sabyenc -PORTVERSION= 3.3.5 +PORTNAME= sabyenc3 +PORTVERSION= 4.0.1 CATEGORIES= news python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python yEnc package optimized for use within SABnzbd LICENSE= LGPL3 -USES= python:2.7 +USES= python:3.5+ USE_PYTHON= autoplist distutils post-install: - ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/sabyenc.so + ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/sabyenc3.so .include <bsd.port.mk> Modified: head/news/py-sabyenc3/distinfo ============================================================================== --- head/news/py-sabyenc/distinfo Sun Jun 23 17:17:39 2019 (r504961) +++ head/news/py-sabyenc3/distinfo Sun Jun 23 19:20:02 2019 (r504965) @@ -1,3 +1,3 @@ -TIMESTAMP = 1527876132 -SHA256 (sabyenc-3.3.5.tar.gz) = 0571ced68c4b7a8cc08733b9c2f4d137108f405dbe30b8805d33b8c96a69fb3a -SIZE (sabyenc-3.3.5.tar.gz) = 9741 +TIMESTAMP = 1561314944 +SHA256 (sabyenc3-4.0.1.tar.gz) = 74249291e6c5623b8b881cb175990c95d928c9d8d0346aa1cf85018d079869fc +SIZE (sabyenc3-4.0.1.tar.gz) = 10003
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906231920.x5NJK27g060300>