svn commit: r559434 - head/sysutils/desktop-installer

Jason W. Bacon jwb at FreeBSD.org
Sun Dec 27 22:47:26 UTC 2020


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 at 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


More information about the svn-ports-all mailing list