aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2023-06-08 16:19:03 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2023-06-08 16:19:03 +0000
commitdf95c0308ec890de53a75fcdf4433e6c0eb84310 (patch)
treedaa3e9c762f6c49de2ae1a0e9f7d167b559f360a
parent69ff6fc49c5c8ac7f8475c79988ff45fd9e7cb98 (diff)
downloadports-df95c0308ec890de53a75fcdf4433e6c0eb84310.tar.gz
ports-df95c0308ec890de53a75fcdf4433e6c0eb84310.zip
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
-rw-r--r--devel/libvterm/Makefile14
-rw-r--r--devel/libvterm/distinfo6
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