head 1.2; access; symbols pkgsrc-2018Q2:1.1.0.6 pkgsrc-2018Q2-base:1.1 pkgsrc-2018Q1:1.1.0.4 pkgsrc-2018Q1-base:1.1 pkgsrc-2017Q4:1.1.0.2 pkgsrc-2017Q4-base:1.1; locks; strict; comment @# @; 1.2 date 2018.07.14.11.41.34; author leot; state dead; branches; next 1.1; commitid 7dJ2kwn5zeJq66KA; 1.1 date 2017.12.19.11.45.25; author leot; state Exp; branches; next ; commitid D3E4OWK5BIhTLujA; desc @@ 1.2 log @rcm: Update sysutils/rcm to 1.3.3 pkgsrc changes: - Remove all patches (no longer needed) Changes: 1.3.3 ----- * Feature: Expand ~ in DOTFILES_DIR hooks (Eric Collins). 1.3.2 ----- * BUGFIX: Use =, not ==, in test(1) (Florian Tham). * BUGFIX: Directories with spaces in rcup(1) (Florian Tham). * BUGFIX: Fallback the LOGNAME from whoami (AJ Villalobos, Mike Burns). * BUGFIX: Fix cd for paths beginning with hyphen (-) (Christian Höltje). * Feature: Expand ~ in DOTFILES_DIR (Rebecca Meritz). * Documentation improvements (Alan Yee, Eric Collins, Florian Tham, kajisha, Matthew Horan, maxice8, Mike Burns, Rebecca Meritz, Scott Stevenson, Tyson Gach, Yota Toyama). @ text @$NetBSD: patch-bin_mkrc,v 1.1 2017/12/19 11:45:25 leot Exp $ Quote more variable initializations. Part of upstream: --- bin/mkrc.orig 2017-01-07 19:44:47.000000000 +0000 +++ bin/mkrc @@@@ -5,8 +5,8 @@@@ destination() { local dotfiles_dir="$1" - local dotless=$2 - local in_host=$3 + local dotless="$2" + local in_host="$3" local tag="$4" $DEBUG "destination $dotfiles_dir $dotless $in_host $tag" @ 1.1 log @rcm: Import rcm-1.3.1 as sysutils/rcm The rcm suite of tools is for managing dotfiles directories. This suite is useful for committing your rc files to a central repository to share, but it also scales to a more complex situation such as multiple source directories shared between computers with some host-specific or task-specific files. Originally packaged in pkgsrc-wip by Jonathan Buschmann and then updated and a bit modified by myself. @ text @d1 1 a1 1 $NetBSD$ @