Date: Fri, 16 Apr 2021 15:07:13 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: 0e084ddc8634 - main - sysutils/desktop-installer: Fix accidentally silenced user prompt Message-ID: <202104161507.13GF7D7R016411@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by jwb: URL: https://cgit.FreeBSD.org/ports/commit/?id=0e084ddc8634c8f8436c155ccb2f748a7549db80 commit 0e084ddc8634c8f8436c155ccb2f748a7549db80 Author: Jason W. Bacon <jwb@FreeBSD.org> AuthorDate: 2021-04-16 15:03:42 +0000 Commit: Jason W. Bacon <jwb@FreeBSD.org> CommitDate: 2021-04-16 15:06:39 +0000 sysutils/desktop-installer: Fix accidentally silenced user prompt PR: 255087 Reported by: Ivan Zubov MFH: 2021Q2 (runtime fix) --- sysutils/desktop-installer/Makefile | 5 +++-- sysutils/desktop-installer/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/sysutils/desktop-installer/Makefile b/sysutils/desktop-installer/Makefile index aa9489c57a54..045e2efeaeb1 100644 --- a/sysutils/desktop-installer/Makefile +++ b/sysutils/desktop-installer/Makefile @@ -1,5 +1,6 @@ PORTNAME= desktop-installer -DISTVERSION= 0.7.1 +DISTVERSION= 0.7.1-1 +DISTVERSIONSUFFIX= -g5e85859 CATEGORIES= sysutils MAINTAINER= jwb@FreeBSD.org @@ -8,7 +9,7 @@ COMMENT= Quickly configure a FreeBSD desktop system LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= auto-admin>=0.7.1:sysutils/auto-admin +RUN_DEPENDS= auto-admin>=0.7.2:sysutils/auto-admin USES= tar:xz USE_GITHUB= yes diff --git a/sysutils/desktop-installer/distinfo b/sysutils/desktop-installer/distinfo index ecc3dbfe23c7..fb59796fcc18 100644 --- a/sysutils/desktop-installer/distinfo +++ b/sysutils/desktop-installer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1615825769 -SHA256 (outpaddling-desktop-installer-0.7.1_GH0.tar.gz) = 840959dda8b93208c1e3e6021211d27bc2d3bc3eb53c3c0bc4b1e769e0749a25 -SIZE (outpaddling-desktop-installer-0.7.1_GH0.tar.gz) = 190931 +TIMESTAMP = 1617540013 +SHA256 (outpaddling-desktop-installer-0.7.1-1-g5e85859_GH0.tar.gz) = 73d61e83c3492cf093634eb0ad53d43d14e3c3f90a3e44bf02d512d9670acb8d +SIZE (outpaddling-desktop-installer-0.7.1-1-g5e85859_GH0.tar.gz) = 190988home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104161507.13GF7D7R016411>
