svn commit: r553694 - head/sysutils/desktop-installer
Jason W. Bacon
jwb at FreeBSD.org
Fri Oct 30 14:56:19 UTC 2020
Author: jwb
Date: Fri Oct 30 14:56:17 2020
New Revision: 553694
URL: https://svnweb.freebsd.org/changeset/ports/553694
Log:
sysutils/desktop-installer: Upgrade to 0.6.18
Enable touchpad tapping (off by default on 12.2-RC*)
Mark desktop, xorg, etc. as critical packages for auto-update-system
Run auto-detect-laptops for hardware-specific configs
Streamline interface for fewer interruptions to pkg installs
Improve user instructions
Modified:
head/sysutils/desktop-installer/Makefile
head/sysutils/desktop-installer/distinfo
head/sysutils/desktop-installer/pkg-plist
Modified: head/sysutils/desktop-installer/Makefile
==============================================================================
--- head/sysutils/desktop-installer/Makefile Fri Oct 30 14:05:47 2020 (r553693)
+++ head/sysutils/desktop-installer/Makefile Fri Oct 30 14:56:17 2020 (r553694)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= desktop-installer
-DISTVERSION= 0.6.17
+DISTVERSION= 0.6.18
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.6:sysutils/auto-admin
+RUN_DEPENDS= auto-admin>=0.6.8:sysutils/auto-admin
USES= tar:xz
USE_GITHUB= yes
Modified: head/sysutils/desktop-installer/distinfo
==============================================================================
--- head/sysutils/desktop-installer/distinfo Fri Oct 30 14:05:47 2020 (r553693)
+++ head/sysutils/desktop-installer/distinfo Fri Oct 30 14:56:17 2020 (r553694)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1595174508
-SHA256 (outpaddling-desktop-installer-0.6.17_GH0.tar.gz) = 6d411f9df5aed09423cc47584b431c813c099c00a11e96b1c4144948c8648520
-SIZE (outpaddling-desktop-installer-0.6.17_GH0.tar.gz) = 189277
+TIMESTAMP = 1604018370
+SHA256 (outpaddling-desktop-installer-0.6.18_GH0.tar.gz) = 7602d7ec6785286a735e81cecbca95a641fc43dd60088a362a532bb1f11fc52d
+SIZE (outpaddling-desktop-installer-0.6.18_GH0.tar.gz) = 190451
Modified: head/sysutils/desktop-installer/pkg-plist
==============================================================================
--- head/sysutils/desktop-installer/pkg-plist Fri Oct 30 14:05:47 2020 (r553693)
+++ head/sysutils/desktop-installer/pkg-plist Fri Oct 30 14:56:17 2020 (r553694)
@@ -3,6 +3,7 @@ sbin/battery_shutdown.sh
sbin/desktop-installer
%%DATADIR%%/20-swcursor.conf
%%DATADIR%%/90-vboxguest.fdi
+%%DATADIR%%/CDE/cde.desktop
%%DATADIR%%/CDE/xinitrc
%%DATADIR%%/CINNAMON/xinitrc
%%DATADIR%%/FLUXBOX/xinitrc
More information about the svn-ports-all
mailing list