Date: Mon, 15 Mar 2021 16:43:08 +0000 (UTC) From: "Jason W. Bacon" <jwb@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568471 - head/sysutils/desktop-installer Message-ID: <202103151643.12FGh8Lx007012@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jwb Date: Mon Mar 15 16:43:07 2021 New Revision: 568471 URL: https://svnweb.freebsd.org/changeset/ports/568471 Log: sysutils/desktop-installer: Update to 0.7.1 Remove Linux flashplugin support (removed from ports) Leverage improvements in auto-admin 0.7.1 Minor UI improvements Modified: head/sysutils/desktop-installer/Makefile head/sysutils/desktop-installer/distinfo Modified: head/sysutils/desktop-installer/Makefile ============================================================================== --- head/sysutils/desktop-installer/Makefile Mon Mar 15 16:39:01 2021 (r568470) +++ head/sysutils/desktop-installer/Makefile Mon Mar 15 16:43:07 2021 (r568471) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= desktop-installer -DISTVERSION= 0.7.0 +DISTVERSION= 0.7.1 CATEGORIES= sysutils MAINTAINER= jwb@FreeBSD.org @@ -10,7 +10,7 @@ COMMENT= Quickly configure a FreeBSD desktop system LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= auto-admin>=0.7.0:sysutils/auto-admin +RUN_DEPENDS= auto-admin>=0.7.1:sysutils/auto-admin USES= tar:xz USE_GITHUB= yes Modified: head/sysutils/desktop-installer/distinfo ============================================================================== --- head/sysutils/desktop-installer/distinfo Mon Mar 15 16:39:01 2021 (r568470) +++ head/sysutils/desktop-installer/distinfo Mon Mar 15 16:43:07 2021 (r568471) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612722672 -SHA256 (outpaddling-desktop-installer-0.7.0_GH0.tar.gz) = c5e3424f24544f3d81ad325d144d87ab91a45d7e55e1a28102b4a4605a59590a -SIZE (outpaddling-desktop-installer-0.7.0_GH0.tar.gz) = 191707 +TIMESTAMP = 1615825769 +SHA256 (outpaddling-desktop-installer-0.7.1_GH0.tar.gz) = 840959dda8b93208c1e3e6021211d27bc2d3bc3eb53c3c0bc4b1e769e0749a25 +SIZE (outpaddling-desktop-installer-0.7.1_GH0.tar.gz) = 190931
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103151643.12FGh8Lx007012>