Date: Sun, 12 Dec 2021 14:52:49 GMT From: "Jason W. Bacon" <jwb@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 9e2cf4e33d53 - main - sysutils/desktop-installer: Update to 0.7.6 Message-ID: <202112121452.1BCEqnXG097816@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jwb: URL: https://cgit.FreeBSD.org/ports/commit/?id=9e2cf4e33d5321021fa2fde54aca7e1b7b69ca81 commit 9e2cf4e33d5321021fa2fde54aca7e1b7b69ca81 Author: Jason W. Bacon <jwb@FreeBSD.org> AuthorDate: 2021-12-12 14:51:34 +0000 Commit: Jason W. Bacon <jwb@FreeBSD.org> CommitDate: 2021-12-12 14:51:34 +0000 sysutils/desktop-installer: Update to 0.7.6 Factor out some features to auto-admin Several minor enhancements Changes: https://github.com/outpaddling/desktop-installer/tags --- sysutils/desktop-installer/Makefile | 5 ++--- sysutils/desktop-installer/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/sysutils/desktop-installer/Makefile b/sysutils/desktop-installer/Makefile index 961db5f3b7d9..056a0392686c 100644 --- a/sysutils/desktop-installer/Makefile +++ b/sysutils/desktop-installer/Makefile @@ -1,6 +1,5 @@ PORTNAME= desktop-installer -DISTVERSION= 0.7.5-4 -DISTVERSIONSUFFIX= -g0ae72b1 +DISTVERSION= 0.7.6 CATEGORIES= sysutils MAINTAINER= jwb@FreeBSD.org @@ -9,7 +8,7 @@ COMMENT= Quickly configure a FreeBSD desktop system LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= auto-admin>=0.7.7:sysutils/auto-admin +RUN_DEPENDS= auto-admin>=0.7.8:sysutils/auto-admin USES= tar:xz USE_GITHUB= yes diff --git a/sysutils/desktop-installer/distinfo b/sysutils/desktop-installer/distinfo index 9b0fcbe58207..faf770ac55f1 100644 --- a/sysutils/desktop-installer/distinfo +++ b/sysutils/desktop-installer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1636558285 -SHA256 (outpaddling-desktop-installer-0.7.5-4-g0ae72b1_GH0.tar.gz) = 037e44ed65f50fd196f5299c696b173734b5dde76a28a3c26742e2d6d056081e -SIZE (outpaddling-desktop-installer-0.7.5-4-g0ae72b1_GH0.tar.gz) = 194229 +TIMESTAMP = 1639319854 +SHA256 (outpaddling-desktop-installer-0.7.6_GH0.tar.gz) = 905361e902b2396aee16e35cb9932b12e2eb7158c57c32c75baf94a29507534e +SIZE (outpaddling-desktop-installer-0.7.6_GH0.tar.gz) = 193357
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112121452.1BCEqnXG097816>