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 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