Date: Fri, 16 Apr 2021 15:11:56 GMT From: "Jason W. Bacon" <jwb@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: def843401834 - 2021Q2 - sysutils/desktop-installer: Fix accidentally silenced user prompt Message-ID: <202104161511.13GFBuN8028937@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2021Q2 has been updated by jwb: URL: https://cgit.FreeBSD.org/ports/commit/?id=def8434018343c4dd65e18b0515a099b2ac6ea6c commit def8434018343c4dd65e18b0515a099b2ac6ea6c 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:10:50 +0000 sysutils/desktop-installer: Fix accidentally silenced user prompt PR: 255087 Reported by: Ivan Zubov MFH: 2021Q2 (runtime fix) (cherry picked from commit 0e084ddc8634c8f8436c155ccb2f748a7549db80) --- 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 eef8b42fdbc8..02994533d6e5 100644 --- a/sysutils/desktop-installer/Makefile +++ b/sysutils/desktop-installer/Makefile @@ -1,6 +1,7 @@ PORTNAME= desktop-installer -DISTVERSION= 0.7.1 +DISTVERSION= 0.7.1-1 +DISTVERSIONSUFFIX= -g5e85859 CATEGORIES= sysutils MAINTAINER= jwb@FreeBSD.org @@ -9,7 +10,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) = 190988
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104161511.13GFBuN8028937>