Date: Sat, 17 Nov 2018 06:29:59 +0000 (UTC) From: MANTANI Nobutaka <nobutaka@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r485117 - in head/net/dshell: . files Message-ID: <201811170629.wAH6TxEN025136@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811170629.wAH6TxEN025136>