From 16002362ab242dc61a1364759540923f1f167e15 Mon Sep 17 00:00:00 2001 From: nobutaka Date: Sat, 17 Nov 2018 06:29:59 +0000 Subject: - Update to the snapshot on 2018/09/14. - Pet portlint. --- net/dshell/Makefile | 7 ++++--- net/dshell/distinfo | 6 +++--- net/dshell/files/patch-Makefile | 8 ++++---- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/net/dshell/Makefile b/net/dshell/Makefile index 0df6f2cfa7ab..5f1f58e5079e 100644 --- a/net/dshell/Makefile +++ b/net/dshell/Makefile @@ -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 diff --git a/net/dshell/distinfo b/net/dshell/distinfo index a4702f30b133..fa637b4bd547 100644 --- a/net/dshell/distinfo +++ b/net/dshell/distinfo @@ -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 diff --git a/net/dshell/files/patch-Makefile b/net/dshell/files/patch-Makefile index e9c5945ad550..0bd7d95f13d1 100644 --- a/net/dshell/files/patch-Makefile +++ b/net/dshell/files/patch-Makefile @@ -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 \; -- cgit