Date: Fri, 3 Jun 2022 18:23:39 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: c8b9f347e334 - main - security/mkp224o: Use upstream release archive Message-ID: <202206031823.253INdO7060244@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=c8b9f347e3345f34e5457e770184d3b678a7ba23 commit c8b9f347e3345f34e5457e770184d3b678a7ba23 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2022-06-03 18:16:50 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-06-03 18:23:36 +0000 security/mkp224o: Use upstream release archive PR: 264407 --- security/mkp224o/Makefile | 8 ++++---- security/mkp224o/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/security/mkp224o/Makefile b/security/mkp224o/Makefile index d66f70d31638..df5dbe96f1e3 100644 --- a/security/mkp224o/Makefile +++ b/security/mkp224o/Makefile @@ -1,7 +1,8 @@ PORTNAME= mkp224o -DISTVERSIONPREFIX= v DISTVERSION= 1.6.0 CATEGORIES= security +MASTER_SITES= https://github.com/cathugger/${PORTNAME}/releases/download/v${DISTVERSION}/ +DISTNAME= ${PORTNAME}-${DISTVERSION}-src MAINTAINER= yuri@FreeBSD.org COMMENT= Vanity address generator for tor onion v3 (ed25519) hidden services @@ -11,12 +12,11 @@ LICENSE_FILE= ${WRKSRC}/COPYING.txt LIB_DEPENDS= libsodium.so:security/libsodium -USES= autoreconf compiler:c11 gmake localbase:ldflags -USE_GITHUB= yes -GH_ACCOUNT= cathugger +USES= compiler:c11 gmake localbase:ldflags GNU_CONFIGURE= yes MAKEFILE= GNUmakefile +WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} PLIST_FILES= bin/${PORTNAME} diff --git a/security/mkp224o/distinfo b/security/mkp224o/distinfo index 3379b2011417..df31bc12fdaa 100644 --- a/security/mkp224o/distinfo +++ b/security/mkp224o/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1654100450 -SHA256 (cathugger-mkp224o-v1.6.0_GH0.tar.gz) = cd45be7ca28d502453d50ea6768b7eacd67d86eb12ac32b35999d8810e820147 -SIZE (cathugger-mkp224o-v1.6.0_GH0.tar.gz) = 1530928 +TIMESTAMP = 1654113802 +SHA256 (mkp224o-1.6.0-src.tar.gz) = bd6a89734dc1bef16cac2cdfe50ae476eff486c8be025dbeea0ca5e604ff3496 +SIZE (mkp224o-1.6.0-src.tar.gz) = 1387467
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206031823.253INdO7060244>