pkgsrc/sysutils/fdupes/Makefile
fcambus e14e6c6262 fdupes: update to 2.1.1.
ChangeLog:

Changes from 2.1.0 to 2.1.1:

 - Break mtime ties using ctime when sorting by time.
 - Reduce number of calls to stat(), for speed.
 - Clear last command status when new command is entered.

Changes from 2.0.0 to 2.1.0:

 - Rename cs command ("clear all selections") from cs to csel.
 - Rename igs command ("invert selections") from igs to isel.
 - Add "prune" command as synonym for DELETE key.
 - Clear selections after deleting files via prune/DELETE.
 - Fix dependency issues when fdupes is configured to not use ncurses.
2020-07-06 15:38:02 +00:00

17 lines
473 B
Makefile

# $NetBSD: Makefile,v 1.7 2020/07/06 15:38:02 fcambus Exp $
DISTNAME= fdupes-2.1.1
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GITHUB:=adrianlopezroche/}
GITHUB_RELEASE= v${PKGVERSION_NOREV}
MAINTAINER= ef@math.uni-bonn.de
HOMEPAGE= http://netdial.caribe.net/~adrian2/fdupes.html
COMMENT= Program for identifying or deleting duplicate files
LICENSE= mit
USE_LANGUAGES= c
GNU_CONFIGURE= yes
.include "../../devel/pcre2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"