svn commit: r488604 - head/sysutils/desktop-installer
Jason W. Bacon
jwb at FreeBSD.org
Fri Dec 28 14:57:36 UTC 2018
Author: jwb
Date: Fri Dec 28 14:57:34 2018
New Revision: 488604
URL: https://svnweb.freebsd.org/changeset/ports/488604
Log:
sysutils/desktop-installer: Add nVidia GPU detection
Auto-configure commercial nVidia driver with user input
Factor out linux_base install to auto-admin
Approved by: jrm (mentor, implicit)
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 Dec 28 14:53:12 2018 (r488603)
+++ head/sysutils/desktop-installer/Makefile Fri Dec 28 14:57:34 2018 (r488604)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= desktop-installer
-DISTVERSION= 0.6.3
+DISTVERSION= 0.6.4
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.4:sysutils/auto-admin
+RUN_DEPENDS= auto-admin>=0.4.6:sysutils/auto-admin
USES= tar:xz
Modified: head/sysutils/desktop-installer/distinfo
==============================================================================
--- head/sysutils/desktop-installer/distinfo Fri Dec 28 14:53:12 2018 (r488603)
+++ head/sysutils/desktop-installer/distinfo Fri Dec 28 14:57:34 2018 (r488604)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1541432344
-SHA256 (desktop-installer-0.6.3.tar.xz) = 82a65313c378dc145bcdf33998a0ce52e2ff597ba588ee0f8ac989f496e88d48
-SIZE (desktop-installer-0.6.3.tar.xz) = 170136
+TIMESTAMP = 1545672008
+SHA256 (desktop-installer-0.6.4.tar.xz) = f673c38c798b27b02cdee1c5387c041cc4c98a9e96cba18ee436059f06b6d672
+SIZE (desktop-installer-0.6.4.tar.xz) = 169820
Modified: head/sysutils/desktop-installer/pkg-plist
==============================================================================
--- head/sysutils/desktop-installer/pkg-plist Fri Dec 28 14:53:12 2018 (r488603)
+++ head/sysutils/desktop-installer/pkg-plist Fri Dec 28 14:57:34 2018 (r488604)
@@ -1,6 +1,6 @@
man/man1/desktop-installer.1.gz
-sbin/desktop-installer
sbin/battery_shutdown.sh
+sbin/desktop-installer
%%DATADIR%%/90-vboxguest.fdi
%%DATADIR%%/GNOME2/xinitrc
%%DATADIR%%/KDE4/xinitrc
More information about the svn-ports-head
mailing list