git: 2636789826a9 - main - editors/shed: update the port to version 1.16

From: Alexey Dokuchaev <danfe_at_FreeBSD.org>
Date: Fri, 15 Dec 2023 19:37:31 UTC
The branch main has been updated by danfe:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2636789826a92e7a5500c16427d12c9801d57d3e

commit 2636789826a92e7a5500c16427d12c9801d57d3e
Author:     Alexey Dokuchaev <danfe@FreeBSD.org>
AuthorDate: 2023-12-15 19:36:24 +0000
Commit:     Alexey Dokuchaev <danfe@FreeBSD.org>
CommitDate: 2023-12-15 19:36:24 +0000

    editors/shed: update the port to version 1.16
    
    - Fixed various autotools/build warnings
    - Fixed ASCII mode character error
    - Install more complete documentation
    - GC no longer needed `post-patch' target
    
    Reported by:    portscout
---
 editors/shed/Makefile | 7 ++-----
 editors/shed/distinfo | 5 +++--
 2 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/editors/shed/Makefile b/editors/shed/Makefile
index 0741d5160db6..eb72db446271 100644
--- a/editors/shed/Makefile
+++ b/editors/shed/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	shed
-PORTVERSION=	1.15
+PORTVERSION=	1.16
 CATEGORIES=	editors
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION}
 
@@ -13,13 +13,10 @@ USES=		ncurses
 GNU_CONFIGURE=	yes
 
 PLIST_FILES=	bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
-PORTDOCS=	ChangeLog README TODO
+PORTDOCS=	AUTHORS BUGS ChangeLog README TODO
 
 OPTIONS_DEFINE=	DOCS
 
-post-patch:
-	@${REINPLACE_CMD} -e '/^CFLAGS=/d' ${WRKSRC}/configure
-
 post-install:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
diff --git a/editors/shed/distinfo b/editors/shed/distinfo
index 5811aa0e0d7f..a00ce1027c73 100644
--- a/editors/shed/distinfo
+++ b/editors/shed/distinfo
@@ -1,2 +1,3 @@
-SHA256 (shed-1.15.tar.gz) = 5bde9f146704ba552293b658a2e8e05acb0a14a1348925b19a296663539917c7
-SIZE (shed-1.15.tar.gz) = 87777
+TIMESTAMP = 1702556773
+SHA256 (shed-1.16.tar.gz) = 39fdf7d1bed6527d801f71b84e505d02e7a931799250f16d36db291e54635883
+SIZE (shed-1.16.tar.gz) = 104323