git: 42a72a581b86 - main - security/doas: port update to 6.3p5
Nuno Teixeira
eduardo at FreeBSD.org
Tue Jun 8 12:02:50 UTC 2021
The branch main has been updated by eduardo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=42a72a581b866d5e8fc28843c2686cf664cca136
commit 42a72a581b866d5e8fc28843c2686cf664cca136
Author: J Smith <jsmith at resonatingmedia.com>
AuthorDate: 2021-06-08 11:59:43 +0000
Commit: Nuno Teixeira <eduardo at FreeBSD.org>
CommitDate: 2021-06-08 11:59:43 +0000
security/doas: port update to 6.3p5
ChangeLog: https://github.com/slicer69/doas/releases
PR: 256447
Approved by: dbaio, garga (mentors, implicit)
---
security/doas/Makefile | 4 ++--
security/doas/distinfo | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/security/doas/Makefile b/security/doas/Makefile
index 500b8e8f8c6c..d57954720d68 100644
--- a/security/doas/Makefile
+++ b/security/doas/Makefile
@@ -1,5 +1,5 @@
PORTNAME= doas
-PORTVERSION= 6.3p4
+PORTVERSION= 6.3p5
CATEGORIES= security
MAINTAINER= jsmith at resonatingmedia.com
@@ -37,7 +37,7 @@ _GLOBAL_PATH?= ${LOCALBASE}/sbin:${LOCALBASE}/bin:/usr/sbin:/usr/bin:/sbin:/bin
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_SCRIPT} ${WRKSRC}/vidoas ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_SCRIPT} ${WRKSRC}/vidoas.final ${STAGEDIR}${PREFIX}/bin/vidoas
${INSTALL_MAN} ${WRKSRC}/doas.1.final ${STAGEDIR}${MAN1PREFIX}/man/man1/doas.1
${INSTALL_MAN} ${WRKSRC}/doas.conf.5.final ${STAGEDIR}${MAN5PREFIX}/man/man5/doas.conf.5
${INSTALL_MAN} ${WRKSRC}/vidoas.8.final ${STAGEDIR}${MAN5PREFIX}/man/man8/vidoas.8
diff --git a/security/doas/distinfo b/security/doas/distinfo
index 144811f15510..880913bc0f47 100644
--- a/security/doas/distinfo
+++ b/security/doas/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1611631076
-SHA256 (slicer69-doas-6.3p4_GH0.tar.gz) = e6dff62c7e38f8002ac0936f636432c52cf767f01ba703bf8723456b3c43e6de
-SIZE (slicer69-doas-6.3p4_GH0.tar.gz) = 29867
+TIMESTAMP = 1622999760
+SHA256 (slicer69-doas-6.3p5_GH0.tar.gz) = 22a8ffdd759be7728d16127d13c423b6a6ada8a776c0c392835e69d2f101052c
+SIZE (slicer69-doas-6.3p5_GH0.tar.gz) = 31157
More information about the dev-commits-ports-all
mailing list