From owner-svn-ports-head@freebsd.org Wed Aug 21 02:22:13 2019 Return-Path: Delivered-To: svn-ports-head@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 0FA39E718B; Wed, 21 Aug 2019 02:22:13 +0000 (UTC) (envelope-from nobutaka@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 46Cryr6gwQz4MR3; Wed, 21 Aug 2019 02:22:12 +0000 (UTC) (envelope-from nobutaka@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 C76F2CCE8; Wed, 21 Aug 2019 02:22:12 +0000 (UTC) (envelope-from nobutaka@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x7L2MCJ9095921; Wed, 21 Aug 2019 02:22:12 GMT (envelope-from nobutaka@FreeBSD.org) Received: (from nobutaka@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7L2MBQW095917; Wed, 21 Aug 2019 02:22:11 GMT (envelope-from nobutaka@FreeBSD.org) Message-Id: <201908210222.x7L2MBQW095917@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nobutaka set sender to nobutaka@FreeBSD.org using -f From: MANTANI Nobutaka Date: Wed, 21 Aug 2019 02:22:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509485 - in head/net/dshell: . files X-SVN-Group: ports-head X-SVN-Commit-Author: nobutaka X-SVN-Commit-Paths: in head/net/dshell: . files X-SVN-Commit-Revision: 509485 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Aug 2019 02:22:13 -0000 Author: nobutaka Date: Wed Aug 21 02:22:11 2019 New Revision: 509485 URL: https://svnweb.freebsd.org/changeset/ports/509485 Log: - Update to the latest snapshot on 2019-05-23. - Switch to use the GeoLite2 database. - Switch to use py-pycryptodome. Modified: head/net/dshell/Makefile head/net/dshell/distinfo head/net/dshell/files/patch-Makefile head/net/dshell/pkg-message Modified: head/net/dshell/Makefile ============================================================================== --- head/net/dshell/Makefile Wed Aug 21 02:01:15 2019 (r509484) +++ head/net/dshell/Makefile Wed Aug 21 02:22:11 2019 (r509485) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dshell -PORTVERSION= 3.0.20180914 +PORTVERSION= 3.0.${SNAPDATE} CATEGORIES= net MAINTAINER= nobutaka@FreeBSD.org @@ -12,8 +12,8 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= bash:shells/bash \ - ${PYTHON_PKGNAMEPREFIX}pygeoip>0:net/py-pygeoip@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pycrypto>0:security/py-pycrypto@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}GeoIP2>0:net/py-GeoIP2@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pycryptodome>0:security/py-pycryptodome@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dpkt>0:net/py-dpkt@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ipy>0:net-mgmt/py-ipy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pypcap>0:net/py-pypcap@${PY_FLAVOR} @@ -27,7 +27,8 @@ SHEBANG_FILES= bin/*.py GH_ACCOUNT= USArmyResearchLab GH_PROJECT= Dshell -GH_TAGNAME= 709d087 +GH_TAGNAME= 695c891 +SNAPDATE= 20190523 OPTIONS_DEFINE= DOCS Modified: head/net/dshell/distinfo ============================================================================== --- head/net/dshell/distinfo Wed Aug 21 02:01:15 2019 (r509484) +++ head/net/dshell/distinfo Wed Aug 21 02:22:11 2019 (r509485) @@ -1,3 +1,3 @@ -TIMESTAMP = 1542435016 -SHA256 (USArmyResearchLab-Dshell-3.0.20180914-709d087_GH0.tar.gz) = c5ce6bafdd1b09cd70a3dfe1ab9fb3abc4e2204f8596bfbd5a2f7dfd3fb1a8bb -SIZE (USArmyResearchLab-Dshell-3.0.20180914-709d087_GH0.tar.gz) = 716622 +TIMESTAMP = 1566010007 +SHA256 (USArmyResearchLab-Dshell-3.0.20190523-695c891_GH0.tar.gz) = 47f768b230432688fda44f290da62672cef8dbdb1b6b2ee6cac60c0e4d75a145 +SIZE (USArmyResearchLab-Dshell-3.0.20190523-695c891_GH0.tar.gz) = 717040 Modified: head/net/dshell/files/patch-Makefile ============================================================================== --- head/net/dshell/files/patch-Makefile Wed Aug 21 02:01:15 2019 (r509484) +++ head/net/dshell/files/patch-Makefile Wed Aug 21 02:22:11 2019 (r509485) @@ -1,9 +1,9 @@ ---- Makefile.orig 2018-09-13 18:19:05 UTC +--- Makefile.orig 2019-05-22 22:16:29 UTC +++ Makefile @@ -6,7 +6,7 @@ dshell: rc initpy pydoc rc: - # Generating .dshellrc and dshell files + # Generating .dshellrc and dshell files - python $(PWD)/bin/generate-dshellrc.py $(PWD) + $(PYTHON_CMD) $(PWD)/bin/generate-dshellrc.py $(PWD) chmod 755 $(PWD)/dshell @@ -15,6 +15,6 @@ -pydoc: +pydoc: rc - (cd $(PWD)/doc && ./generate-doc.sh $(PWD) ) + (cd $(PWD)/doc && ./generate-doc.sh $(PWD) ) - clean: clean_pyc + clean: clean_pyc clean_ln Modified: head/net/dshell/pkg-message ============================================================================== --- head/net/dshell/pkg-message Wed Aug 21 02:01:15 2019 (r509484) +++ head/net/dshell/pkg-message Wed Aug 21 02:22:11 2019 (r509485) @@ -1,11 +1,12 @@ [ { type: install message: <