Page MenuHomeFreeBSD

sysutils/desktop-installer: Update to 0.5.5
ClosedPublic

Authored by jwb on Dec 18 2017, 3:13 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 19, 1:58 PM
Unknown Object (File)
Mar 15 2024, 10:26 AM
Unknown Object (File)
Jan 14 2024, 5:57 PM
Unknown Object (File)
Dec 20 2023, 5:19 AM
Unknown Object (File)
Dec 2 2023, 9:52 AM
Unknown Object (File)
Oct 12 2023, 6:11 PM
Unknown Object (File)
Sep 28 2023, 12:11 AM
Unknown Object (File)
Aug 27 2023, 8:12 AM

Details

Summary

sysutils/desktop-installer: Update to 0.5.5

Fix perms for k3b, switch suggested pw vault to keepassx2, print driver to hplip, add lilyterm to Lumina setup, other minor enhancements.

Approved by: jrm (mentor) or wen (mentor)
Differential to be added

Test Plan

portlint -C: clean
stage-qa: clean

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

jwb edited the test plan for this revision. (Show Details)
jwb added reviewers: jrm, wen.
This revision is now accepted and ready to land.Dec 18 2017, 3:21 AM
sysutils/desktop-installer/Makefile
1 ↗(On Diff #36701)

I recall that this line is fixed once it's been set. I'm not sure why though.

I'm not clear on what you mean, but apparently "svn diff" does not include the tag in its output if that's what you're getting at. I never noticed this before, though. I just home in on the changes.

<<<ROOT@cray.acadix>>> /usr/ports/sysutils/desktop-installer 1031 # head -3 Makefile
# $FreeBSD: head/sysutils/desktop-installer/Makefile 452527 2017-10-20 14:21:36Z swills $

PORTNAME=	desktop-installer
<<<ROOT@cray.acadix>>> /usr/ports/sysutils/desktop-installer 1032 # svn diff
Index: Makefile
===================================================================
--- Makefile	(revision 456570)
+++ Makefile	(working copy)
@@ -1,12 +1,11 @@
-# Created by: Jason Bacon <bacon4000@gmail.com>
 # $FreeBSD$
 
 PORTNAME=	desktop-installer

I just recall being told by mat@ that the 'Created by:' line can/should only be set on a port's first commit, and once it is set, it is immutable. I do not see anything relevant in the Porter's Handbook or the Committer's Guide, so I am not sure if it is a convention or if there will be problems.

Sorry, I missed this during the last review for sysutils/auto-admin.

Oh, that line... I thought you were referring to $FreeBSD$ not showing the svn tag. I apparently misinterpreted our earlier discussion as a call to remove the "Created by" comments. I'll leave it in for this commit, pending clarification.

Sounds good.

Some Phabricator interface quirks:

  • If you hover over an inline comment you should see a highlight over the lines the comment refers to.
  • You can mark comments as 'Done', but unintuitively, you have to click Submit at the bottom for the mark to take effect.
jwb marked an inline comment as done.Dec 18 2017, 3:48 AM

Got it, thanks.

This revision was automatically updated to reflect the committed changes.