pkgsrc-wip/rcm/Makefile
Leonardo Taccari f274a64732 rcm: Update wip/rcm to 1.3.1
pkgsrc changes:
 - Use https for MASTER_SITES
 - Add MAINTAINER (NFC)
 - Empty USE_LANGUAGES definition, a C compiler isn't needed to build this
   package.

Changes:
rcm (1.3.1) unstable; urgency=low

  * BUGFIX: Handle dotfile names with spaces in them (Eric Collins, Mike Burns).
  * BUGFIX: Relative exclude globs now work (Eric Collins, Mike Burns).
  * BUGFIX: Use $LOGNAME instead of $USER for compatibility (Mike Burns).
  * BUGFIX: rcdn(1) stops at DEST_DIR (Kyle Cook, Mike Burns).
  * BUGFIX: Symlink existing files, even when identical (Graham Bennett).
  * BUGFIX: Sort hooks by filename before execution instead of arbitrary order
    (David Alexander).
  * Documentation improvements (Nick Novitski, Ben Stephens, Casey Rodarmor).

 -- Mike Burns <mburns@thoughtbot.com>  Sat, 26 Dec 2016 17:00:00 -0500

rcm (1.3.0) unstable; urgency=low

  * BUGFIX: Control whether hooks should run in rcdn(1) with the -K and -k
    flags (Ben Turrubiates, Christopher Koch, Mike Burns, Mikkel Fahnøe
    Jørgensen).
  * Massive documentation fixes and updates (Christopher Koch, David Alexander,
    Jason Daniel Augustine Gilliland, Martin Frost, Melissa Xie, Mike Burns,
    Scott Stevenson, Jarkko Kniivilä, Blake Williams, Carl van Tonder, Teo
    Ljungberg, Zach Latta, Devraj Mehta, Vlad GURDIGA, Joe Ferris).
  * Host-specific files take priority, then tags, then default (Christian
    Höltje).
  * Run hooks in the directory in which they are located (Jarkko Kniivilä).
  * Generate a minimal standalone rcup(1) script with the -g flag (Mike Burns).
  * Support rc files without leading dots via the -U and -u flags in lsrc(1),
    rcup(1), and rcdn(1), and the UNDOTTED setting in rcrc(5) (Christopher
    Koch).
  * Improved Solaris support (Jarkko Kniivilä).
  * Override `SYMLINK_DIRS` or -S with -s (Mike Burns).
  * Show usage information when given bad arguments (Mike Burns).

 -- Mike Burns <mburns@thoughtbot.com>  Thu, 08 Jan 2015 14:50:00 +0200
2017-08-20 14:18:14 +02:00

17 lines
380 B
Makefile

# $NetBSD: Makefile,v 1.1 2015/05/03 14:00:20 jonthn Exp $
DISTNAME= rcm-1.3.1
CATEGORIES= sysutils
MASTER_SITES= https://thoughtbot.github.io/rcm/dist/
MAINTAINER= pkgsrc-users@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"