Update to 1.3.4

- Take maintainership

Changes:	https://github.com/thoughtbot/rcm/blob/master/NEWS.md.in
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-08-30 20:20:17 +00:00
parent 73f3178686
commit 18f3e5a4ce
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=547086
3 changed files with 14 additions and 15 deletions

View File

@ -1,17 +1,17 @@
# $FreeBSD$
PORTNAME= rcm
PORTVERSION= 1.3.3
PORTVERSION= 1.3.4
CATEGORIES= sysutils
MASTER_SITES= https://thoughtbot.github.io/rcm/dist/
MAINTAINER= ports@FreeBSD.org
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= RC file (dotfile) management
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
NO_ARCH= yes
GNU_CONFIGURE= yes
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1533171607
SHA256 (rcm-1.3.3.tar.gz) = 935524456f2291afa36ef815e68f1ab4a37a4ed6f0f144b7de7fb270733e13af
SIZE (rcm-1.3.3.tar.gz) = 92193
TIMESTAMP = 1598777622
SHA256 (rcm-1.3.4.tar.gz) = 9b11ae37449cf4d234ec6d1348479bfed3253daba11f7e9e774059865b66c24a
SIZE (rcm-1.3.4.tar.gz) = 93200

View File

@ -1,12 +1,11 @@
The rcm suite of tools is for managing dotfiles directories. This is a
directory containing all the .*rc files in your home directory (.zshrc,
.vimrc, and so on). These files have gone by many names in history, such as
"rc files" because they typically end in rc or "dotfiles" because they begin
with a period.
The rcm suite of tools is for managing dotfiles directories. This is a directory
containing all the .*rc files in your home directory (.zshrc, .vimrc, and so
on). These files have gone by many names in history, such as "rc files" because
they typically end in rc or "dotfiles" because they begin with a period.
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.
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.
WWW: https://github.com/thoughtbot/rcm