Date: Sat, 7 Oct 2017 18:40:56 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451474 - in head: . converters converters/py-bencode converters/py-bencode.py security/py-plaso Message-ID: <201710071840.v97Ieu8C020904@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sat Oct 7 18:40:56 2017 New Revision: 451474 URL: https://svnweb.freebsd.org/changeset/ports/451474 Log: Update py-bencode 1.0 to py-bencode.py 1.2.0, this is a fork that works with both python2 and python3 Added: head/converters/py-bencode.py/ - copied from r451473, head/converters/py-bencode/ Deleted: head/converters/py-bencode/ Modified: head/MOVED head/converters/Makefile head/converters/py-bencode.py/Makefile head/converters/py-bencode.py/distinfo head/converters/py-bencode.py/pkg-descr head/security/py-plaso/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sat Oct 7 18:34:09 2017 (r451473) +++ head/MOVED Sat Oct 7 18:40:56 2017 (r451474) @@ -9577,3 +9577,4 @@ sysutils/bacula5-server|sysutils/bacula-server|2017-10 net-mgmt/nagios-check_bacula5|net-mgmt/nagios-check_bacula|2017-10-05|Has expired: No upstream commits since 2013. Use sysutils/bacula-server sysutils/bacula5-docs|sysutils/bacula-docs|2017-10-05|Has expired: No upstream commits since 2013. Use sysutils/bacula-docs editors/vanubi||2017-10-07|Has expired: Vanubi is no longer actively maintained +converters/py-bencode|converters/py-bencode.py|2017-10-07|Switch to a fork that supports both python2 and python3 Modified: head/converters/Makefile ============================================================================== --- head/converters/Makefile Sat Oct 7 18:34:09 2017 (r451473) +++ head/converters/Makefile Sat Oct 7 18:40:56 2017 (r451474) @@ -148,7 +148,7 @@ SUBDIR += php71-recode SUBDIR += psiconv SUBDIR += py-bcode - SUBDIR += py-bencode + SUBDIR += py-bencode.py SUBDIR += py-bencoder SUBDIR += py-better-bencode SUBDIR += py-bsdconv Modified: head/converters/py-bencode.py/Makefile ============================================================================== --- head/converters/py-bencode/Makefile Sat Oct 7 18:34:09 2017 (r451473) +++ head/converters/py-bencode.py/Makefile Sat Oct 7 18:40:56 2017 (r451474) @@ -1,7 +1,7 @@ # $FreeBSD$ -PORTNAME= bencode -PORTVERSION= 1.0 +PORTNAME= bencode.py +PORTVERSION= 1.2.0 CATEGORIES= converters devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,9 @@ LICENSE_NAME= BitTorrent Open Source License LICENSE_TEXT= See http://directory.fsf.org/wiki/License:BitTorrentOSL1.1 LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -USES= python:2 +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.9:devel/py-pbr + +USES= python USE_PYTHON= distutils autoplist .include <bsd.port.mk> Modified: head/converters/py-bencode.py/distinfo ============================================================================== --- head/converters/py-bencode/distinfo Sat Oct 7 18:34:09 2017 (r451473) +++ head/converters/py-bencode.py/distinfo Sat Oct 7 18:40:56 2017 (r451474) @@ -1,2 +1,3 @@ -SHA256 (bencode-1.0.tar.gz) = 0301c2202233a3f274c940702bac7bd02d5d053b8bf9502b085156270e30be9b -SIZE (bencode-1.0.tar.gz) = 2385 +TIMESTAMP = 1507367768 +SHA256 (bencode.py-1.2.0.tar.gz) = 65efa44fef2172cc54587bb04c7f703d1471f7443e07bf3da76f6f9090269018 +SIZE (bencode.py-1.2.0.tar.gz) = 5488 Modified: head/converters/py-bencode.py/pkg-descr ============================================================================== --- head/converters/py-bencode/pkg-descr Sat Oct 7 18:34:09 2017 (r451473) +++ head/converters/py-bencode.py/pkg-descr Sat Oct 7 18:40:56 2017 (r451474) @@ -3,4 +3,4 @@ implementation from the 'official' BitTorrent client a light-weight package for re-using them without having the entire BitTorrent software as a dependency. -WWW: https://pypi.python.org/pypi/bencode/ +WWW: https://github.com/fuzeman/bencode.py Modified: head/security/py-plaso/Makefile ============================================================================== --- head/security/py-plaso/Makefile Sat Oct 7 18:34:09 2017 (r451473) +++ head/security/py-plaso/Makefile Sat Oct 7 18:40:56 2017 (r451474) @@ -3,6 +3,7 @@ PORTNAME= plaso PORTVERSION= 20170930 +PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= https://github.com/log2timeline/plaso/releases/download/${PORTVERSION}/ \ LOCAL/antoine @@ -27,7 +28,7 @@ RUN_DEPENDS= hachoir-core>=0:devel/hachoir-core \ libregf>=a:devel/libregf \ libscca>=a:devel/libscca \ ${PYTHON_PKGNAMEPREFIX}artifacts>=0:security/py-artifacts \ - ${PYTHON_PKGNAMEPREFIX}bencode>=0:converters/py-bencode \ + ${PYTHON_PKGNAMEPREFIX}bencode.py>=0:converters/py-bencode.py \ ${PYTHON_PKGNAMEPREFIX}binplist>=0:devel/py-binplist \ ${PYTHON_PKGNAMEPREFIX}construct>=0:devel/py-construct \ ${PYTHON_PKGNAMEPREFIX}dateutil>=0:devel/py-dateutil \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710071840.v97Ieu8C020904>