From owner-svn-ports-all@freebsd.org Sat Nov 17 06:30:00 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 891331127AB1; Sat, 17 Nov 2018 06:30:00 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2ED307C7D7; Sat, 17 Nov 2018 06:30:00 +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 0D51028794; Sat, 17 Nov 2018 06:30:00 +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 wAH6TxKM025139; Sat, 17 Nov 2018 06:29:59 GMT (envelope-from nobutaka@FreeBSD.org) Received: (from nobutaka@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wAH6TxEN025136; Sat, 17 Nov 2018 06:29:59 GMT (envelope-from nobutaka@FreeBSD.org) Message-Id: <201811170629.wAH6TxEN025136@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nobutaka set sender to nobutaka@FreeBSD.org using -f From: MANTANI Nobutaka Date: Sat, 17 Nov 2018 06:29:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r485117 - 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: 485117 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 2ED307C7D7 X-Spamd-Result: default: False [0.19 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_SPAM_SHORT(0.19)[0.188,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org 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: Sat, 17 Nov 2018 06:30:00 -0000 Author: nobutaka Date: Sat Nov 17 06:29:59 2018 New Revision: 485117 URL: https://svnweb.freebsd.org/changeset/ports/485117 Log: - Update to the snapshot on 2018/09/14. - Pet portlint. Modified: head/net/dshell/Makefile head/net/dshell/distinfo head/net/dshell/files/patch-Makefile Modified: head/net/dshell/Makefile ============================================================================== --- head/net/dshell/Makefile Sat Nov 17 06:21:37 2018 (r485116) +++ head/net/dshell/Makefile Sat Nov 17 06:29:59 2018 (r485117) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dshell -PORTVERSION= 3.0.20171116 +PORTVERSION= 3.0.20180914 CATEGORIES= net MAINTAINER= nobutaka@FreeBSD.org @@ -19,14 +19,15 @@ BUILD_DEPENDS= bash:shells/bash \ ${PYTHON_PKGNAMEPREFIX}pypcap>0:net/py-pypcap@${PY_FLAVOR} RUN_DEPENDS:= ${BUILD_DEPENDS} -USE_GITHUB= yes USES= python:-2.7 shebangfix +USE_GITHUB= yes + NO_ARCH= yes SHEBANG_FILES= bin/*.py GH_ACCOUNT= USArmyResearchLab GH_PROJECT= Dshell -GH_TAGNAME= 5850adf +GH_TAGNAME= 709d087 OPTIONS_DEFINE= DOCS Modified: head/net/dshell/distinfo ============================================================================== --- head/net/dshell/distinfo Sat Nov 17 06:21:37 2018 (r485116) +++ head/net/dshell/distinfo Sat Nov 17 06:29:59 2018 (r485117) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523795973 -SHA256 (USArmyResearchLab-Dshell-3.0.20171116-5850adf_GH0.tar.gz) = 1f9fca1435409b34d6d52b2100f010a1affefb7cdf07113927585cd98cfba94b -SIZE (USArmyResearchLab-Dshell-3.0.20171116-5850adf_GH0.tar.gz) = 716609 +TIMESTAMP = 1542435016 +SHA256 (USArmyResearchLab-Dshell-3.0.20180914-709d087_GH0.tar.gz) = c5ce6bafdd1b09cd70a3dfe1ab9fb3abc4e2204f8596bfbd5a2f7dfd3fb1a8bb +SIZE (USArmyResearchLab-Dshell-3.0.20180914-709d087_GH0.tar.gz) = 716622 Modified: head/net/dshell/files/patch-Makefile ============================================================================== --- head/net/dshell/files/patch-Makefile Sat Nov 17 06:21:37 2018 (r485116) +++ head/net/dshell/files/patch-Makefile Sat Nov 17 06:29:59 2018 (r485117) @@ -1,6 +1,6 @@ ---- Makefile.orig 2015-02-20 03:44:33.000000000 +0900 -+++ Makefile 2015-03-12 23:44:40.000000000 +0900 -@@ -6,7 +6,7 @@ +--- Makefile.orig 2018-09-13 18:19:05 UTC ++++ Makefile +@@ -6,7 +6,7 @@ dshell: rc initpy pydoc rc: # Generating .dshellrc and dshell files @@ -9,7 +9,7 @@ chmod 755 $(PWD)/dshell chmod 755 $(PWD)/dshell-decode chmod 755 $(PWD)/bin/decode.py -@@ -15,7 +15,7 @@ +@@ -15,7 +15,7 @@ rc: initpy: find $(PWD)/decoders -type d -not -path \*.svn\* -print -exec touch {}/__init__.py \;