Date: Thu, 25 Jul 2019 21:54:31 +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: r507331 - head/sysutils/desktop-installer Message-ID: <201907252154.x6PLsVDs045683@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jwb Date: Thu Jul 25 21:54:30 2019 New Revision: 507331 URL: https://svnweb.freebsd.org/changeset/ports/507331 Log: sysutils/desktop-installer: Upgrade to 0.6.6 Remove obsolete qt/kde 4 references Default to no flashplayer on all platforms Factor out flashplayer setup to sysutils/auto-admin Disable webcamd setup for now (interferes with uhid) Other clean up and minor enhancements Modified: head/sysutils/desktop-installer/Makefile head/sysutils/desktop-installer/distinfo Modified: head/sysutils/desktop-installer/Makefile ============================================================================== --- head/sysutils/desktop-installer/Makefile Thu Jul 25 21:46:43 2019 (r507330) +++ head/sysutils/desktop-installer/Makefile Thu Jul 25 21:54:30 2019 (r507331) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= desktop-installer -DISTVERSION= 0.6.5 +DISTVERSION= 0.6.6 CATEGORIES= sysutils MASTER_SITES= http://acadix.biz/Ports/distfiles/ @@ -10,7 +10,7 @@ COMMENT= Quickly configure a FreeBSD desktop system LICENSE= BSD2CLAUSE -RUN_DEPENDS= auto-admin>=0.4.7:sysutils/auto-admin +RUN_DEPENDS= auto-admin>=0.4.8:sysutils/auto-admin USES= tar:xz Modified: head/sysutils/desktop-installer/distinfo ============================================================================== --- head/sysutils/desktop-installer/distinfo Thu Jul 25 21:46:43 2019 (r507330) +++ head/sysutils/desktop-installer/distinfo Thu Jul 25 21:54:30 2019 (r507331) @@ -1,3 +1,3 @@ -TIMESTAMP = 1551122158 -SHA256 (desktop-installer-0.6.5.tar.xz) = d2f5564bd52c256fc3ee22c47643d9293b7169e889f64880e96ef19651a82e8a -SIZE (desktop-installer-0.6.5.tar.xz) = 169732 +TIMESTAMP = 1564081813 +SHA256 (desktop-installer-0.6.6.tar.xz) = dc2f5c4e5945d702f53dd0280e8b82b285f6db4d64baf1bf81937d3d08be5d81 +SIZE (desktop-installer-0.6.6.tar.xz) = 168572
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907252154.x6PLsVDs045683>