summaryrefslogtreecommitdiff
path: root/sysutils/rcm
diff options
context:
space:
mode:
authorleot <leot@pkgsrc.org>2018-07-14 11:41:34 +0000
committerleot <leot@pkgsrc.org>2018-07-14 11:41:34 +0000
commitd07069447cf7aa6a159cf1279607bbd865870d69 (patch)
tree0ab1c651100800e91942657cd924deae6d44f4ac /sysutils/rcm
parent6f76e2e73b6ebae3d582e4b22bc4c9c1b77651ff (diff)
downloadpkgsrc-d07069447cf7aa6a159cf1279607bbd865870d69.tar.gz
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 HoĢˆ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).
Diffstat (limited to 'sysutils/rcm')
-rw-r--r--sysutils/rcm/Makefile4
-rw-r--r--sysutils/rcm/distinfo14
-rw-r--r--sysutils/rcm/patches/patch-bin_mkrc21
-rw-r--r--sysutils/rcm/patches/patch-bin_mkrc.in21
-rw-r--r--sysutils/rcm/patches/patch-bin_rcup30
-rw-r--r--sysutils/rcm/patches/patch-bin_rcup.in30
6 files changed, 7 insertions, 113 deletions
diff --git a/sysutils/rcm/Makefile b/sysutils/rcm/Makefile
index 408787c1149..3916ba6b762 100644
--- a/sysutils/rcm/Makefile
+++ b/sysutils/rcm/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2017/12/19 11:45:25 leot Exp $
+# $NetBSD: Makefile,v 1.2 2018/07/14 11:41:34 leot Exp $
-DISTNAME= rcm-1.3.1
+DISTNAME= rcm-1.3.3
CATEGORIES= sysutils
MASTER_SITES= https://thoughtbot.github.io/rcm/dist/
diff --git a/sysutils/rcm/distinfo b/sysutils/rcm/distinfo
index 2a66d0426e6..7b7805ccc0c 100644
--- a/sysutils/rcm/distinfo
+++ b/sysutils/rcm/distinfo
@@ -1,10 +1,6 @@
-$NetBSD: distinfo,v 1.1 2017/12/19 11:45:25 leot Exp $
+$NetBSD: distinfo,v 1.2 2018/07/14 11:41:34 leot Exp $
-SHA1 (rcm-1.3.1.tar.gz) = de369b032f66e3cfed2ed72e92159b89a4f0f0b0
-RMD160 (rcm-1.3.1.tar.gz) = 27ddc40aff4f9d14a5d5e0a9fc27d9afd6dccd7a
-SHA512 (rcm-1.3.1.tar.gz) = 1fd8ad6f8bee16177444469bddbef8d9b99f0b2bedc82c9833523370dfda4583c425f1ab8f2195f11236d1385553a2a49ead6d4c5f0803deeb56737b6836a0d9
-Size (rcm-1.3.1.tar.gz) = 89437 bytes
-SHA1 (patch-bin_mkrc) = 964990cd47008579e39e8fb043d7477e0b7bdd8a
-SHA1 (patch-bin_mkrc.in) = 947926fc645f072cd6d1afba5b50b872bd1590d2
-SHA1 (patch-bin_rcup) = 7afba5cba44bb00a2845a66118649b52bf4269fb
-SHA1 (patch-bin_rcup.in) = 90c563c11728986e3a2aa23240ffc337e12ac643
+SHA1 (rcm-1.3.3.tar.gz) = e291b67e365c9f8d68ce9989428cac403445ddce
+RMD160 (rcm-1.3.3.tar.gz) = 4cf0677991a872ab7e94cb73dbdbbcaaee78bfc6
+SHA512 (rcm-1.3.3.tar.gz) = aa00edd76ab494a65cf3e97103d3bfffa427af83e57391cbe8e07ad2516b910c85d2e99a24405390fd27feee20752bab4b4856eeb8bac48eeb6f5707875df99a
+Size (rcm-1.3.3.tar.gz) = 92193 bytes
diff --git a/sysutils/rcm/patches/patch-bin_mkrc b/sysutils/rcm/patches/patch-bin_mkrc
deleted file mode 100644
index f1add10073d..00000000000
--- a/sysutils/rcm/patches/patch-bin_mkrc
+++ /dev/null
@@ -1,21 +0,0 @@
-$NetBSD: patch-bin_mkrc,v 1.1 2017/12/19 11:45:25 leot Exp $
-
-Quote more variable initializations.
-
-Part of upstream:
-
- <https://github.com/thoughtbot/rcm/commit/f4f6a0722a3f75b2b1e0d820eb6fc3c9d33fa0eb>
-
---- 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"
diff --git a/sysutils/rcm/patches/patch-bin_mkrc.in b/sysutils/rcm/patches/patch-bin_mkrc.in
deleted file mode 100644
index ce1ee623fb5..00000000000
--- a/sysutils/rcm/patches/patch-bin_mkrc.in
+++ /dev/null
@@ -1,21 +0,0 @@
-$NetBSD: patch-bin_mkrc.in,v 1.1 2017/12/19 11:45:25 leot Exp $
-
-Quote more variable initializations.
-
-Part of upstream:
-
- <https://github.com/thoughtbot/rcm/commit/f4f6a0722a3f75b2b1e0d820eb6fc3c9d33fa0eb>
-
---- bin/mkrc.in.orig 2016-12-26 21:56:47.000000000 +0000
-+++ bin/mkrc.in
-@@ -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"
diff --git a/sysutils/rcm/patches/patch-bin_rcup b/sysutils/rcm/patches/patch-bin_rcup
deleted file mode 100644
index 8ad028ec5e0..00000000000
--- a/sysutils/rcm/patches/patch-bin_rcup
+++ /dev/null
@@ -1,30 +0,0 @@
-$NetBSD: patch-bin_rcup,v 1.1 2017/12/19 11:45:25 leot Exp $
-
-- Avoid to use the `==' (non-POSIX) operator in test(1).
-- Quote args initialization. This fixes a problem with NetBSD sh(1) leading to
- `local: ${HOME}/.dotfiles: bad variable name' error.
-
-Part of upstream:
-
- <https://github.com/thoughtbot/rcm/commit/f4f6a0722a3f75b2b1e0d820eb6fc3c9d33fa0eb>
-
---- bin/rcup.orig 2017-01-07 19:44:47.000000000 +0000
-+++ bin/rcup
-@@ -136,7 +136,7 @@ is_linked() {
-
- if [ -h "$dest" ]; then
- local link_dest=$(readlink $dest)
-- [ "$link_dest" == "$src" ]
-+ [ "$link_dest" = "$src" ]
- else
- return 1
- fi
-@@ -208,7 +208,7 @@ handle_command_line() {
- local never_symlink_dirs=
- local hostname=
- local generate=0
-- local args=$*
-+ local args="$*"
- local undotted=
- local never_undotted=
- REPLACE_ALL=0
diff --git a/sysutils/rcm/patches/patch-bin_rcup.in b/sysutils/rcm/patches/patch-bin_rcup.in
deleted file mode 100644
index 3de95801d59..00000000000
--- a/sysutils/rcm/patches/patch-bin_rcup.in
+++ /dev/null
@@ -1,30 +0,0 @@
-$NetBSD: patch-bin_rcup.in,v 1.1 2017/12/19 11:45:25 leot Exp $
-
-- Avoid to use the `==' (non-POSIX) operator in test(1).
-- Quote args initialization. This fixes a problem with NetBSD sh(1) leading to
- `local: ${HOME}/.dotfiles: bad variable name' error.
-
-Part of upstream:
-
- <https://github.com/thoughtbot/rcm/commit/f4f6a0722a3f75b2b1e0d820eb6fc3c9d33fa0eb>
-
---- bin/rcup.in.orig 2016-12-26 21:56:47.000000000 +0000
-+++ bin/rcup.in
-@@ -136,7 +136,7 @@ is_linked() {
-
- if [ -h "$dest" ]; then
- local link_dest=$(readlink $dest)
-- [ "$link_dest" == "$src" ]
-+ [ "$link_dest" = "$src" ]
- else
- return 1
- fi
-@@ -208,7 +208,7 @@ handle_command_line() {
- local never_symlink_dirs=
- local hostname=
- local generate=0
-- local args=$*
-+ local args="$*"
- local undotted=
- local never_undotted=
- REPLACE_ALL=0