aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authortobik <tobik@FreeBSD.org>2017-12-21 23:47:10 +0800
committertobik <tobik@FreeBSD.org>2017-12-21 23:47:10 +0800
commit1a4fe4b5fd3136fbf2833b42e9224e4434703276 (patch)
tree91d329b5d512c7c82bebc30e37abdb0ed3387008 /editors
parent87443c77b6da86c1b5ce0be9ee3f1e2394d202b5 (diff)
downloadfreebsd-ports-graphics-1a4fe4b5fd3136fbf2833b42e9224e4434703276.tar.gz
freebsd-ports-graphics-1a4fe4b5fd3136fbf2833b42e9224e4434703276.tar.zst
freebsd-ports-graphics-1a4fe4b5fd3136fbf2833b42e9224e4434703276.zip
editors/dte: Update to 1.6
- Add post-install-DOCS-on target Changes: https://github.com/craigbarnes/dte/releases/tag/v1.6 PR: 224501 Submitted by: Dmitri Goutnik <dg@syrec.org>
Diffstat (limited to 'editors')
-rw-r--r--editors/dte/Makefile4
-rw-r--r--editors/dte/distinfo6
-rw-r--r--editors/dte/files/patch-config_binding_default10
3 files changed, 6 insertions, 14 deletions
diff --git a/editors/dte/Makefile b/editors/dte/Makefile
index 995d139e946..424e7dd6ed2 100644
--- a/editors/dte/Makefile
+++ b/editors/dte/Makefile
@@ -2,7 +2,7 @@
PORTNAME= dte
DISTVERSIONPREFIX= v
-DISTVERSION= 1.5
+DISTVERSION= 1.6
CATEGORIES= editors
MAINTAINER= dg@syrec.org
@@ -29,6 +29,8 @@ OPTIONS_DEFINE= DOCS
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/dte
+
+post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_MAN} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
diff --git a/editors/dte/distinfo b/editors/dte/distinfo
index 1804fd4a993..d11cd680c50 100644
--- a/editors/dte/distinfo
+++ b/editors/dte/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1513255480
-SHA256 (craigbarnes-dte-v1.5_GH0.tar.gz) = a59a52bac1d7400c10a13f9b1f45c584efb90bd7315f59b70445498abed889ca
-SIZE (craigbarnes-dte-v1.5_GH0.tar.gz) = 223623
+TIMESTAMP = 1513821857
+SHA256 (craigbarnes-dte-v1.6_GH0.tar.gz) = 07a1f39831aa26c23ff635ab440983d84162156da199eaa06f0cb75149a9bbf4
+SIZE (craigbarnes-dte-v1.6_GH0.tar.gz) = 228780
diff --git a/editors/dte/files/patch-config_binding_default b/editors/dte/files/patch-config_binding_default
deleted file mode 100644
index bfabbfba489..00000000000
--- a/editors/dte/files/patch-config_binding_default
+++ /dev/null
@@ -1,10 +0,0 @@
---- config/binding/default.orig 2017-12-14 13:44:20 UTC
-+++ config/binding/default
-@@ -9,6 +9,7 @@ bind pgdown pgdown
- bind delete delete
- bind ^\[ unselect
- bind ^\? erase
-+bind ^H erase
-
- bind C-left 'word-bwd -s'
- bind C-right 'word-fwd -s'