aboutsummaryrefslogtreecommitdiff
path: root/sysutils/rcm
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-08-30 20:20:17 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-08-30 20:20:17 +0000
commit18f3e5a4ce832aa39c36f9940aace58e29927cf5 (patch)
tree733c459e423e443c4208e201f226cded5753dc26 /sysutils/rcm
parent73f317868670832fad96874306521d1b75664297 (diff)
downloadports-18f3e5a4ce832aa39c36f9940aace58e29927cf5.tar.gz
ports-18f3e5a4ce832aa39c36f9940aace58e29927cf5.zip
Notes
Diffstat (limited to 'sysutils/rcm')
-rw-r--r--sysutils/rcm/Makefile6
-rw-r--r--sysutils/rcm/distinfo6
-rw-r--r--sysutils/rcm/pkg-descr17
3 files changed, 14 insertions, 15 deletions
diff --git a/sysutils/rcm/Makefile b/sysutils/rcm/Makefile
index 9747939ae78b..1a5f920d6474 100644
--- a/sysutils/rcm/Makefile
+++ b/sysutils/rcm/Makefile
@@ -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>
diff --git a/sysutils/rcm/distinfo b/sysutils/rcm/distinfo
index 3060dbe16bb4..58066ff2bff2 100644
--- a/sysutils/rcm/distinfo
+++ b/sysutils/rcm/distinfo
@@ -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
diff --git a/sysutils/rcm/pkg-descr b/sysutils/rcm/pkg-descr
index b85bd7f64265..caab258004af 100644
--- a/sysutils/rcm/pkg-descr
+++ b/sysutils/rcm/pkg-descr
@@ -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