git: d7bf0bf32d60 - main - sysutils/desktop-installer: Update to 0.7.6.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 21 Jan 2022 20:49:33 UTC
The branch main has been updated by jwb: URL: https://cgit.FreeBSD.org/ports/commit/?id=d7bf0bf32d6037ea3ee2c7d38bfa0fa8ec3ab86d commit d7bf0bf32d6037ea3ee2c7d38bfa0fa8ec3ab86d Author: Jason W. Bacon <jwb@FreeBSD.org> AuthorDate: 2022-01-21 20:47:10 +0000 Commit: Jason W. Bacon <jwb@FreeBSD.org> CommitDate: 2022-01-21 20:49:31 +0000 sysutils/desktop-installer: Update to 0.7.6.2 Factor out new auto-last-update script to sysutils/auto-admin --- sysutils/desktop-installer/Makefile | 5 +++-- sysutils/desktop-installer/distinfo | 6 +++--- sysutils/desktop-installer/pkg-descr | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/sysutils/desktop-installer/Makefile b/sysutils/desktop-installer/Makefile index 056a0392686c..976e72bc826c 100644 --- a/sysutils/desktop-installer/Makefile +++ b/sysutils/desktop-installer/Makefile @@ -1,5 +1,6 @@ PORTNAME= desktop-installer -DISTVERSION= 0.7.6 +DISTVERSION= 0.7.6-2 +DISTVERSIONSUFFIX= -g5b644cd 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.8:sysutils/auto-admin +RUN_DEPENDS= auto-admin>=0.7.9:sysutils/auto-admin USES= tar:xz USE_GITHUB= yes diff --git a/sysutils/desktop-installer/distinfo b/sysutils/desktop-installer/distinfo index faf770ac55f1..0d5b40b8773c 100644 --- a/sysutils/desktop-installer/distinfo +++ b/sysutils/desktop-installer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1639319854 -SHA256 (outpaddling-desktop-installer-0.7.6_GH0.tar.gz) = 905361e902b2396aee16e35cb9932b12e2eb7158c57c32c75baf94a29507534e -SIZE (outpaddling-desktop-installer-0.7.6_GH0.tar.gz) = 193357 +TIMESTAMP = 1639576926 +SHA256 (outpaddling-desktop-installer-0.7.6-2-g5b644cd_GH0.tar.gz) = b4de9874fe6075ee618cada93478288eeb272c7e533d89e22b7ae8f9b3084023 +SIZE (outpaddling-desktop-installer-0.7.6-2-g5b644cd_GH0.tar.gz) = 193323 diff --git a/sysutils/desktop-installer/pkg-descr b/sysutils/desktop-installer/pkg-descr index f33d40781b1d..234db3754f28 100644 --- a/sysutils/desktop-installer/pkg-descr +++ b/sysutils/desktop-installer/pkg-descr @@ -1,6 +1,6 @@ Desktop-installer is a post-install script to assist in setting up a FreeBSD desktop system using any of the mainstream desktop systems. It automatically -installs essential software and configures subsystems such as HAL, CUPS, etc. +installs essential software and configures subsystems such as dbus, CUPS, etc. for typical use. WWW: http://acadix.biz/desktop-installer.php