svn commit: r494793 - head/sysutils/mkdesktop

Steve Wills swills at FreeBSD.org
Wed Mar 6 12:14:20 UTC 2019


Author: swills
Date: Wed Mar  6 12:14:18 2019
New Revision: 494793
URL: https://svnweb.freebsd.org/changeset/ports/494793

Log:
  sysutils/mkdesktop: Update to 3.4
  
  PR:		235405
  Submitted by:	bourne.identity at hotmail.com (maintainer)

Modified:
  head/sysutils/mkdesktop/Makefile   (contents, props changed)
  head/sysutils/mkdesktop/distinfo   (contents, props changed)
  head/sysutils/mkdesktop/pkg-descr   (contents, props changed)

Modified: head/sysutils/mkdesktop/Makefile
==============================================================================
--- head/sysutils/mkdesktop/Makefile	Wed Mar  6 12:08:57 2019	(r494792)
+++ head/sysutils/mkdesktop/Makefile	Wed Mar  6 12:14:18 2019	(r494793)
@@ -1,13 +1,13 @@
 # $FreeBSD$
 
 PORTNAME=	mkdesktop
-PORTVERSION=	3.3
+PORTVERSION=	3.4
 CATEGORIES=	sysutils
 
 MAINTAINER=	bourne.identity at hotmail.com
 COMMENT=	Powerful, flexible utility to setup a FreeBSD desktop
 
-LICENSE=	GPLv2+
+LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 NO_BUILD=	yes
@@ -17,8 +17,8 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	bourne-again
 
 PLIST_FILES=	bin/mkdesktop \
-		share/mkdesktop/stage-definitions \
-		man/man1/mkdesktop.1.gz
+				share/mkdesktop/stage-definitions \
+				man/man1/mkdesktop.1.gz
 
 do-install:
 		${MKDIR} ${STAGEDIR}${DATADIR}

Modified: head/sysutils/mkdesktop/distinfo
==============================================================================
--- head/sysutils/mkdesktop/distinfo	Wed Mar  6 12:08:57 2019	(r494792)
+++ head/sysutils/mkdesktop/distinfo	Wed Mar  6 12:14:18 2019	(r494793)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1546445033
-SHA256 (bourne-again-mkdesktop-3.3_GH0.tar.gz) = 4ce7dbc4ebfb413bae328231038f072f3bf6d910a3aa9fc3faab06187394e444
-SIZE (bourne-again-mkdesktop-3.3_GH0.tar.gz) = 16946
+TIMESTAMP = 1549048617
+SHA256 (bourne-again-mkdesktop-3.4_GH0.tar.gz) = 254e49c41a7389d0aa0e483672c7325bf36a1a9ae8d15df8176481ab5769237d
+SIZE (bourne-again-mkdesktop-3.4_GH0.tar.gz) = 11243

Modified: head/sysutils/mkdesktop/pkg-descr
==============================================================================
--- head/sysutils/mkdesktop/pkg-descr	Wed Mar  6 12:08:57 2019	(r494792)
+++ head/sysutils/mkdesktop/pkg-descr	Wed Mar  6 12:14:18 2019	(r494793)
@@ -1,8 +1,11 @@
-Installing a FreeBSD desktop from scratch can be messy : you often
+Installing a FreeBSD desktop from scratch can be messy: you often
 forget the correct steps/packages. The mkdesktop script helps to
-standardize the process as much as possible per user, with plenty of
-flexibility as well as modularity. The script sets up X & your desktop,
-configures emulation layers (Wine / Linuxulator) if so desired, and
-then configures the essential system files under /etc and /boot.
+standardize the process, with plenty of flexibility as well as
+modularity. The script :
+
+Configures X and your desktop;
+Configures emulation layers (Wine / Linuxulator);
+Configures essential system files under /etc and /boot;
+Configures the SLiM login manager.
 
 WWW: https://github.com/bourne-again/mkdesktop


More information about the svn-ports-all mailing list