Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Aug 2020 20:20:18 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r547086 - head/sysutils/rcm
Message-ID:  <202008302020.07UKKI6F096483@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Aug 30 20:20:17 2020
New Revision: 547086
URL: https://svnweb.freebsd.org/changeset/ports/547086

Log:
  Update to 1.3.4
  
  - Take maintainership
  
  Changes:	https://github.com/thoughtbot/rcm/blob/master/NEWS.md.in

Modified:
  head/sysutils/rcm/Makefile
  head/sysutils/rcm/distinfo
  head/sysutils/rcm/pkg-descr

Modified: head/sysutils/rcm/Makefile
==============================================================================
--- head/sysutils/rcm/Makefile	Sun Aug 30 20:20:13 2020	(r547085)
+++ head/sysutils/rcm/Makefile	Sun Aug 30 20:20:17 2020	(r547086)
@@ -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>

Modified: head/sysutils/rcm/distinfo
==============================================================================
--- head/sysutils/rcm/distinfo	Sun Aug 30 20:20:13 2020	(r547085)
+++ head/sysutils/rcm/distinfo	Sun Aug 30 20:20:17 2020	(r547086)
@@ -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

Modified: head/sysutils/rcm/pkg-descr
==============================================================================
--- head/sysutils/rcm/pkg-descr	Sun Aug 30 20:20:13 2020	(r547085)
+++ head/sysutils/rcm/pkg-descr	Sun Aug 30 20:20:17 2020	(r547086)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008302020.07UKKI6F096483>