git: df95c0308ec8 - main - devel/libvterm: Update to 0.3.2 and take maintainership

From: Adam Weinberger <adamw_at_FreeBSD.org>
Date: Thu, 08 Jun 2023 16:20:53 UTC
The branch main has been updated by adamw:

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

commit df95c0308ec890de53a75fcdf4433e6c0eb84310
Author:     Adam Weinberger <adamw@FreeBSD.org>
AuthorDate: 2023-06-08 16:19:03 +0000
Commit:     Adam Weinberger <adamw@FreeBSD.org>
CommitDate: 2023-06-08 16:19:03 +0000

    devel/libvterm: Update to 0.3.2 and take maintainership
    
    This is the third consecutive PR with no response (in fact, maintainer
    has not participated since taking maintainership).
    
    PR:             271605
---
 devel/libvterm/Makefile | 14 +++++++-------
 devel/libvterm/distinfo |  6 +++---
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/devel/libvterm/Makefile b/devel/libvterm/Makefile
index 7e92d3262641..62ae6f2c9250 100644
--- a/devel/libvterm/Makefile
+++ b/devel/libvterm/Makefile
@@ -1,9 +1,9 @@
 PORTNAME=	libvterm
-PORTVERSION=	0.3.1
+PORTVERSION=	0.3.2
 CATEGORIES=	devel
 MASTER_SITES=	https://www.leonerd.org.uk/code/libvterm/
 
-MAINTAINER=	aaron.kaufman@pm.me
+MAINTAINER=	adamw@FreeBSD.org
 COMMENT=	Implementation of a VT220/xterm/ECMA-48 terminal emulator
 WWW=		https://www.leonerd.org.uk/code/libvterm/
 
@@ -15,12 +15,12 @@ CPE_VENDOR=	leonerd
 PATHFIX_MAKEFILEIN=	Makefile
 USE_LDCONFIG=	yes
 USE_PERL5=	build test
-MAKE_ARGS=	PREFIX=${PREFIX}
+TEST_TARGET=	test
 
 post-install:
-	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/unterm
-	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/vterm-ctrl
-	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/vterm-dump
-	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libvterm.so
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/unterm
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/vterm-ctrl
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/vterm-dump
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libvterm.so
 
 .include <bsd.port.mk>
diff --git a/devel/libvterm/distinfo b/devel/libvterm/distinfo
index 1aabc35ae514..d7cc8e50cdca 100644
--- a/devel/libvterm/distinfo
+++ b/devel/libvterm/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1673892511
-SHA256 (libvterm-0.3.1.tar.gz) = 25a8ad9c15485368dfd0a8a9dca1aec8fea5c27da3fa74ec518d5d3787f0c397
-SIZE (libvterm-0.3.1.tar.gz) = 79344
+TIMESTAMP = 1684930146
+SHA256 (libvterm-0.3.2.tar.gz) = 91eb5088069f4e6edab69e14c4212f6da0192e65695956dc048016a0dab8bcf6
+SIZE (libvterm-0.3.2.tar.gz) = 79471