Date: Wed, 17 Feb 2016 12:25:10 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409041 - head/sysutils/desktop-installer Message-ID: <201602171225.u1HCPABN013163@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rakuco Date: Wed Feb 17 12:25:10 2016 New Revision: 409041 URL: https://svnweb.freebsd.org/changeset/ports/409041 Log: Update to 0.5.0. - Add a configuration option for Lumina desktop. - Add lagg interface option for wifi users. - Make fdesc mount mandatory in case bash or openjdk installed later. - Improve removable media mount config for XFCE. - Other minor enhancements and bug fixes. PR: 206798 Submitted by: Jason Bacon <bacon4000@gmail.com> (maintainer) 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 Wed Feb 17 12:19:47 2016 (r409040) +++ head/sysutils/desktop-installer/Makefile Wed Feb 17 12:25:10 2016 (r409041) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= desktop-installer -PORTVERSION= 0.4.9 +PORTVERSION= 0.5.0 CATEGORIES= sysutils MASTER_SITES= http://acadix.biz/Ports/distfiles/ @@ -11,7 +11,7 @@ COMMENT= Quickly configure a FreeBSD des LICENSE= BSD2CLAUSE -RUN_DEPENDS= auto-admin>=0.3.5:${PORTSDIR}/sysutils/auto-admin +RUN_DEPENDS= auto-admin>=0.3.6:${PORTSDIR}/sysutils/auto-admin USES= tar:xz Modified: head/sysutils/desktop-installer/distinfo ============================================================================== --- head/sysutils/desktop-installer/distinfo Wed Feb 17 12:19:47 2016 (r409040) +++ head/sysutils/desktop-installer/distinfo Wed Feb 17 12:25:10 2016 (r409041) @@ -1,2 +1,2 @@ -SHA256 (desktop-installer-0.4.9.tar.xz) = 9af233c0e3aeadebbd76f8387572c03c8b5f49d555c67f313eead31e1469b9b7 -SIZE (desktop-installer-0.4.9.tar.xz) = 176396 +SHA256 (desktop-installer-0.5.0.tar.xz) = db35c8bc6a61590536bb6f68d9361c9d308d318ffcad2cc22b957323d2075ede +SIZE (desktop-installer-0.5.0.tar.xz) = 176696 Modified: head/sysutils/desktop-installer/pkg-plist ============================================================================== --- head/sysutils/desktop-installer/pkg-plist Wed Feb 17 12:19:47 2016 (r409040) +++ head/sysutils/desktop-installer/pkg-plist Wed Feb 17 12:25:10 2016 (r409041) @@ -4,6 +4,7 @@ sbin/desktop-installer %%DATADIR%%/GNOME2/xinitrc %%DATADIR%%/KDE3/xinitrc %%DATADIR%%/KDE4/xinitrc +%%DATADIR%%/LUMINA/xinitrc %%DATADIR%%/LXDE/GiveConsole %%DATADIR%%/LXDE/Xsetup_0 %%DATADIR%%/LXDE/Xstartup
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602171225.u1HCPABN013163>