rcm: Update sysutils/rcm to 1.3.3
pkgsrc changes:
- Remove all patches (no longer needed)
Changes:
1.3.3
-----
* Feature: Expand ~ in DOTFILES_DIR hooks (Eric Collins).
1.3.2
-----
* BUGFIX: Use =, not ==, in test(1) (Florian Tham).
* BUGFIX: Directories with spaces in rcup(1) (Florian Tham).
* BUGFIX: Fallback the LOGNAME from whoami (AJ Villalobos, Mike Burns).
* BUGFIX: Fix cd for paths beginning with hyphen (-) (Christian Höltje).
* Feature: Expand ~ in DOTFILES_DIR (Rebecca Meritz).
* Documentation improvements (Alan Yee, Eric Collins, Florian Tham, kajisha,
Matthew Horan, maxice8, Mike Burns, Rebecca Meritz, Scott Stevenson,
Tyson Gach, Yota Toyama).
2018-07-14 13:41:34 +02:00
|
|
|
# $NetBSD: Makefile,v 1.2 2018/07/14 11:41:34 leot Exp $
|
2017-12-19 12:45:25 +01:00
|
|
|
|
rcm: Update sysutils/rcm to 1.3.3
pkgsrc changes:
- Remove all patches (no longer needed)
Changes:
1.3.3
-----
* Feature: Expand ~ in DOTFILES_DIR hooks (Eric Collins).
1.3.2
-----
* BUGFIX: Use =, not ==, in test(1) (Florian Tham).
* BUGFIX: Directories with spaces in rcup(1) (Florian Tham).
* BUGFIX: Fallback the LOGNAME from whoami (AJ Villalobos, Mike Burns).
* BUGFIX: Fix cd for paths beginning with hyphen (-) (Christian Höltje).
* Feature: Expand ~ in DOTFILES_DIR (Rebecca Meritz).
* Documentation improvements (Alan Yee, Eric Collins, Florian Tham, kajisha,
Matthew Horan, maxice8, Mike Burns, Rebecca Meritz, Scott Stevenson,
Tyson Gach, Yota Toyama).
2018-07-14 13:41:34 +02:00
|
|
|
DISTNAME= rcm-1.3.3
|
2017-12-19 12:45:25 +01:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
MASTER_SITES= https://thoughtbot.github.io/rcm/dist/
|
|
|
|
|
|
|
|
MAINTAINER= leot@NetBSD.org
|
|
|
|
HOMEPAGE= https://thoughtbot.github.io/rcm/
|
|
|
|
COMMENT= Tools for rc file (dotfile) management
|
|
|
|
LICENSE= modified-bsd
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|