Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.3.6 13 Apr 2024 13:03:19
    |
Po-Chuan Hsieh (sunpoet)  |
*/*: Remove GNU_CONFIGURE_MANPREFIX=${PREFIX}/share after
9fd7ee1cdf6cbd5528159b58a966e1a40e2909a9 |
1.3.6 21 Feb 2024 15:06:44
    |
Po-Chuan Hsieh (sunpoet)  |
sysutils/rcm: Update manpage location (003a571d1d6585196545295efc181514f171c4c4,
r523104) |
1.3.6 30 Jan 2023 12:59:10
    |
Po-Chuan Hsieh (sunpoet)  |
sysutils/rcm: Update to 1.3.6
- Update MASTER_SITES
Changes: https://github.com/thoughtbot/rcm/releases |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.3.5 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.3.5 30 Apr 2022 15:57:44
    |
Po-Chuan Hsieh (sunpoet)  |
sysutils/rcm: Update to 1.3.5
Changes: https://github.com/thoughtbot/rcm/releases |
1.3.4 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.3.4 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.3.4 30 Aug 2020 20:20:18
  |
sunpoet  |
Update to 1.3.4
- Take maintainership
Changes: https://github.com/thoughtbot/rcm/blob/master/NEWS.md.in |
1.3.3 02 Aug 2018 07:04:01
  |
tobik  |
sysutils/rcm: Update to 1.3.3
- Reset maintainer
Changes: https://github.com/thoughtbot/rcm/blob/master/NEWS.md.in
PR: 230281
Submitted by: Nathan <ndowens.fbsd@yandex.com>
Approved by: Leonardo Brondani Schenkel <leonardo@schenkel.net> (maintainer) |
1.3.0 06 Dec 2015 20:59:54
  |
ak  |
- Update to 1.3.0
PR: 205072
Submitted by: leonardo@schenkel.net (maintainer) |
1.2.3 09 Nov 2014 12:05:46
  |
marino  |
Add new port sysutils/rcm
PR: 194248
Submitted by: Leonardo Brondani Schenkel
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. |