FreeBSD Bugzilla – Attachment 199902 Details for
Bug 232326
sysutils/mkdesktop: Update to 2.8
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Diff to be applied for mkdesktop 1.8 to update to version 2.8
mkdesktop-1dot8-to-2dot8.diff (text/plain), 3.13 KB, created by
bourne.identity@hotmail.com
on 2018-12-06 17:45:20 UTC
(
hide
)
Description:
Diff to be applied for mkdesktop 1.8 to update to version 2.8
Filename:
MIME Type:
Creator:
bourne.identity@hotmail.com
Created:
2018-12-06 17:45:20 UTC
Size:
3.13 KB
patch
obsolete
>diff -pruN mkdesktop.orig/Makefile mkdesktop/Makefile >--- mkdesktop.orig/Makefile 2018-10-31 17:37:31.282678000 +0530 >+++ mkdesktop/Makefile 2018-12-06 16:41:45.587649000 +0530 >@@ -1,28 +1,29 @@ >-# $FreeBSD: head/sysutils/mkdesktop/Makefile 470653 2018-05-22 19:22:58Z krion $ >+# $FreeBSD$ > > PORTNAME= mkdesktop >-PORTVERSION= 1.8 >+PORTVERSION= 2.8 > CATEGORIES= sysutils > > MAINTAINER= bourne.identity@hotmail.com > COMMENT= Powerful, flexible utility to setup a FreeBSD desktop > >-RUN_DEPENDS= pkg>0:ports-mgmt/pkg >- >-USE_GITHUB= yes >-GH_ACCOUNT= bourne-again >+LICENSE= GPLv2+ >+LICENSE_FILE= ${WRKSRC}/LICENSE > > NO_BUILD= yes > NO_ARCH= yes > >-DATA1= stage-definitions >-DATA2= mkdesktop.help >-PLIST_FILES= bin/${PORTNAME} ${DATADIR}/${DATA1} ${DATADIR}/${DATA2} >+USE_GITHUB= yes >+GH_ACCOUNT= bourne-again >+ >+PLIST_FILES= bin/mkdesktop \ >+ share/mkdesktop/stage-definitions \ >+ man/man1/mkdesktop.1.gz > > do-install: > ${MKDIR} ${STAGEDIR}${DATADIR} >- ${INSTALL_DATA} ${WRKSRC}/${DATA1} ${STAGEDIR}${DATADIR} >- ${INSTALL_DATA} ${WRKSRC}/${DATA2} ${STAGEDIR}${DATADIR} >- ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin >+ ${INSTALL_DATA} ${WRKSRC}/stage-definitions ${STAGEDIR}${DATADIR} >+ ${INSTALL_SCRIPT} ${WRKSRC}/mkdesktop ${STAGEDIR}${PREFIX}/bin >+ ${INSTALL_MAN} ${WRKSRC}/mkdesktop.1 ${STAGEDIR}${MANPREFIX}/man/man1 > > .include <bsd.port.mk> >diff -pruN mkdesktop.orig/distinfo mkdesktop/distinfo >--- mkdesktop.orig/distinfo 2018-10-31 17:37:31.282862000 +0530 >+++ mkdesktop/distinfo 2018-12-06 23:08:39.031493000 +0530 >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1527016876 >-SHA256 (bourne-again-mkdesktop-1.8_GH0.tar.gz) = 79e4d1b4c9466b6052eb6f280e2ec47666c6ce287d16c29b5c8bf854b925e91f >-SIZE (bourne-again-mkdesktop-1.8_GH0.tar.gz) = 9380 >+TIMESTAMP = 1541099999 >+SHA256 (bourne-again-mkdesktop-2.8_GH0.tar.gz) = 7d8169a0f55a12630d94d864be1e4f3fe1076dbdf24dafa49e96235811559445 >+SIZE (bourne-again-mkdesktop-2.8_GH0.tar.gz) = 16170 >diff -pruN mkdesktop.orig/pkg-descr mkdesktop/pkg-descr >--- mkdesktop.orig/pkg-descr 2018-10-31 17:37:31.283094000 +0530 >+++ mkdesktop/pkg-descr 2018-11-02 00:28:25.784512000 +0530 >@@ -1,10 +1,8 @@ >-mkdesktop is a Bourne script that helps to standardize the process of FreeBSD >-desktop installation as much as possible per user, with plenty of flexibility as >-well as modularity. By default, you get 5 distinct stages for defining your >-desktop environment. But you can always add/subtract/customize the stages as >-much as you wish. Once you start using mkdesktop, you will pretty soon love it - >-particularly its post-processor which automatically kicks in once the stages >-have been processed - it sets up emulation layers and configuration of system >-files, if the user so desires. >+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. > > WWW: https://github.com/bourne-again/mkdesktop
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 232326
:
198221
|
198222
|
198223
|
198233
|
198234
|
198235
|
198242
|
198243
|
198244
|
198275
|
198276
|
198277
|
198720
|
198797
|
198821
|
198822
|
198859
|
198860
|
199142
|
199143
|
199153
|
199154
|
199783
|
199879
|
199885
|
199902
|
199927