sysutils/mkdesktop: Update to 3.4

PR:		235405
Submitted by:	bourne.identity@hotmail.com (maintainer)
This commit is contained in:
Steve Wills 2019-03-06 12:14:18 +00:00
parent 6af7ae83a5
commit 160cf77f39
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=494793
3 changed files with 15 additions and 12 deletions

View file

@ -1,13 +1,13 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= mkdesktop PORTNAME= mkdesktop
PORTVERSION= 3.3 PORTVERSION= 3.4
CATEGORIES= sysutils CATEGORIES= sysutils
MAINTAINER= bourne.identity@hotmail.com MAINTAINER= bourne.identity@hotmail.com
COMMENT= Powerful, flexible utility to setup a FreeBSD desktop COMMENT= Powerful, flexible utility to setup a FreeBSD desktop
LICENSE= GPLv2+ LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_FILE= ${WRKSRC}/LICENSE
NO_BUILD= yes NO_BUILD= yes
@ -17,8 +17,8 @@ USE_GITHUB= yes
GH_ACCOUNT= bourne-again GH_ACCOUNT= bourne-again
PLIST_FILES= bin/mkdesktop \ PLIST_FILES= bin/mkdesktop \
share/mkdesktop/stage-definitions \ share/mkdesktop/stage-definitions \
man/man1/mkdesktop.1.gz man/man1/mkdesktop.1.gz
do-install: do-install:
${MKDIR} ${STAGEDIR}${DATADIR} ${MKDIR} ${STAGEDIR}${DATADIR}

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1546445033 TIMESTAMP = 1549048617
SHA256 (bourne-again-mkdesktop-3.3_GH0.tar.gz) = 4ce7dbc4ebfb413bae328231038f072f3bf6d910a3aa9fc3faab06187394e444 SHA256 (bourne-again-mkdesktop-3.4_GH0.tar.gz) = 254e49c41a7389d0aa0e483672c7325bf36a1a9ae8d15df8176481ab5769237d
SIZE (bourne-again-mkdesktop-3.3_GH0.tar.gz) = 16946 SIZE (bourne-again-mkdesktop-3.4_GH0.tar.gz) = 11243

View file

@ -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 forget the correct steps/packages. The mkdesktop script helps to
standardize the process as much as possible per user, with plenty of standardize the process, with plenty of flexibility as well as
flexibility as well as modularity. The script sets up X & your desktop, modularity. The script :
configures emulation layers (Wine / Linuxulator) if so desired, and
then configures the essential system files under /etc and /boot. 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 WWW: https://github.com/bourne-again/mkdesktop