From a3c2a49fbfcde60e9b88fb35a015ce6b1d8245b8 Mon Sep 17 00:00:00 2001 From: Tobias Kortkamp Date: Thu, 21 Dec 2017 15:47:10 +0000 Subject: [PATCH] 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 --- editors/dte/Makefile | 4 +++- editors/dte/distinfo | 6 +++--- editors/dte/files/patch-config_binding_default | 10 ---------- 3 files changed, 6 insertions(+), 14 deletions(-) delete mode 100644 editors/dte/files/patch-config_binding_default diff --git a/editors/dte/Makefile b/editors/dte/Makefile index 995d139e9460..424e7dd6ed2b 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 1804fd4a9939..d11cd680c504 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 bfabbfba4899..000000000000 --- 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'