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

Jason W. Bacon jwb at FreeBSD.org
Tue Jun 2 18:13:38 UTC 2020


Author: jwb
Date: Tue Jun  2 18:13:37 2020
New Revision: 537566
URL: https://svnweb.freebsd.org/changeset/ports/537566

Log:
  sysutils/desktop-installer: Upgrade to 0.6.15
  
  Add Window Maker support
  Add user-guidance on hardware write cache and su+j
  Move upstream to Github
  Refactor and clean up code

Modified:
  head/sysutils/desktop-installer/Makefile
  head/sysutils/desktop-installer/distinfo
  head/sysutils/desktop-installer/pkg-descr
  head/sysutils/desktop-installer/pkg-plist

Modified: head/sysutils/desktop-installer/Makefile
==============================================================================
--- head/sysutils/desktop-installer/Makefile	Tue Jun  2 18:11:21 2020	(r537565)
+++ head/sysutils/desktop-installer/Makefile	Tue Jun  2 18:13:37 2020	(r537566)
@@ -1,18 +1,21 @@
 # $FreeBSD$
 
 PORTNAME=	desktop-installer
-DISTVERSION=	0.6.13
+DISTVERSION=	0.6.15
 CATEGORIES=	sysutils
-MASTER_SITES=	http://acadix.biz/Ports/distfiles/
 
 MAINTAINER=	jwb at FreeBSD.org
 COMMENT=	Quickly configure a FreeBSD desktop system
 
 LICENSE=	BSD2CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	auto-admin>=0.6.2:sysutils/auto-admin
+RUN_DEPENDS=	auto-admin>=0.6.4:sysutils/auto-admin
 
 USES=		tar:xz
+USE_GITHUB=	yes
+
+GH_ACCOUNT=	outpaddling
 
 NO_BUILD=	yes
 NO_ARCH=	yes

Modified: head/sysutils/desktop-installer/distinfo
==============================================================================
--- head/sysutils/desktop-installer/distinfo	Tue Jun  2 18:11:21 2020	(r537565)
+++ head/sysutils/desktop-installer/distinfo	Tue Jun  2 18:13:37 2020	(r537566)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1589029405
-SHA256 (desktop-installer-0.6.13.tar.xz) = 57b87b719b9b9169e3b7cc18fada357910cf1aa6669ffd7e58c2c6741bf4f5d8
-SIZE (desktop-installer-0.6.13.tar.xz) = 169412
+TIMESTAMP = 1591120941
+SHA256 (outpaddling-desktop-installer-0.6.15_GH0.tar.gz) = 71d6d3a2822f630654864b98ca1c589466b4454ba4e8340c19698f7209a3314e
+SIZE (outpaddling-desktop-installer-0.6.15_GH0.tar.gz) = 187080

Modified: head/sysutils/desktop-installer/pkg-descr
==============================================================================
--- head/sysutils/desktop-installer/pkg-descr	Tue Jun  2 18:11:21 2020	(r537565)
+++ head/sysutils/desktop-installer/pkg-descr	Tue Jun  2 18:13:37 2020	(r537566)
@@ -1,6 +1,6 @@
 Desktop-installer is a post-install script to assist in setting up a FreeBSD
 desktop system using any of the mainstream desktop systems.  It automatically
-installs essential software and configures subsystems such as devd, CUPS, etc.
+installs essential software and configures subsystems such as HAL, CUPS, etc.
 for typical use.
 
 WWW: http://acadix.biz/desktop-installer.php

Modified: head/sysutils/desktop-installer/pkg-plist
==============================================================================
--- head/sysutils/desktop-installer/pkg-plist	Tue Jun  2 18:11:21 2020	(r537565)
+++ head/sysutils/desktop-installer/pkg-plist	Tue Jun  2 18:13:37 2020	(r537566)
@@ -14,6 +14,7 @@ sbin/desktop-installer
 %%DATADIR%%/MATE/xinitrc
 %%DATADIR%%/Scripts/battery_shutdown.sh
 %%DATADIR%%/Scripts/desktop-admin
+%%DATADIR%%/WMAKER/xinitrc
 %%DATADIR%%/XDM/GiveConsole
 %%DATADIR%%/XDM/Xsetup_0
 %%DATADIR%%/XDM/Xstartup


More information about the svn-ports-head mailing list