aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornobutaka <nobutaka@FreeBSD.org>2018-11-17 14:29:59 +0800
committernobutaka <nobutaka@FreeBSD.org>2018-11-17 14:29:59 +0800
commit16002362ab242dc61a1364759540923f1f167e15 (patch)
tree54ede818086f011e28f2c22c0456cf023be4517f
parent3e56e843bead4a74b8f8b1ddc4626cf0fba504b3 (diff)
downloadfreebsd-ports-gnome-16002362ab242dc61a1364759540923f1f167e15.tar.gz
freebsd-ports-gnome-16002362ab242dc61a1364759540923f1f167e15.tar.zst
freebsd-ports-gnome-16002362ab242dc61a1364759540923f1f167e15.zip
- Update to the snapshot on 2018/09/14.
- Pet portlint.
-rw-r--r--net/dshell/Makefile7
-rw-r--r--net/dshell/distinfo6
-rw-r--r--net/dshell/files/patch-Makefile8
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 \;