Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Dec 2020 22:47:25 +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: r559434 - head/sysutils/desktop-installer
Message-ID:  <202012272247.0BRMlPXg018237@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jwb
Date: Sun Dec 27 22:47:25 2020
New Revision: 559434
URL: https://svnweb.freebsd.org/changeset/ports/559434

Log:
  sysutils/desktop-installer: Update to 0.6.19
  
  Use dmidecode to detect FireWire
  Remove package breaking XFCE install
  Add auto-fix-date to rc.resume
  Add make clean to ensure second run works properly

Modified:
  head/sysutils/desktop-installer/Makefile
  head/sysutils/desktop-installer/distinfo

Modified: head/sysutils/desktop-installer/Makefile
==============================================================================
--- head/sysutils/desktop-installer/Makefile	Sun Dec 27 22:42:29 2020	(r559433)
+++ head/sysutils/desktop-installer/Makefile	Sun Dec 27 22:47:25 2020	(r559434)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	desktop-installer
-DISTVERSION=	0.6.18
+DISTVERSION=	0.6.19
 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.6.8:sysutils/auto-admin
+RUN_DEPENDS=	auto-admin>=0.6.10:sysutils/auto-admin
 
 USES=		tar:xz
 USE_GITHUB=	yes

Modified: head/sysutils/desktop-installer/distinfo
==============================================================================
--- head/sysutils/desktop-installer/distinfo	Sun Dec 27 22:42:29 2020	(r559433)
+++ head/sysutils/desktop-installer/distinfo	Sun Dec 27 22:47:25 2020	(r559434)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1604018370
-SHA256 (outpaddling-desktop-installer-0.6.18_GH0.tar.gz) = 7602d7ec6785286a735e81cecbca95a641fc43dd60088a362a532bb1f11fc52d
-SIZE (outpaddling-desktop-installer-0.6.18_GH0.tar.gz) = 190451
+TIMESTAMP = 1609108735
+SHA256 (outpaddling-desktop-installer-0.6.19_GH0.tar.gz) = fdfe6f01a5d886ab0a482499c4f5fe99ed4ebfd9af4a884509c81df449c51fc6
+SIZE (outpaddling-desktop-installer-0.6.19_GH0.tar.gz) = 190700



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012272247.0BRMlPXg018237>