mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
sysutils/jdupes: Update to 1.19.2
Most notable changes are to -X/--extfilter, in particular size filtering is now INCLUSIVE instead of EXCLUSIVE. Changelog: https://github.com/jbruchon/jdupes/blob/master/CHANGES PR: 254591 Submitted by: Thomas Hurst <tom@hur.st> (maintainer)
This commit is contained in:
parent
7b251a2529
commit
d3d5afed51
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=569398
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= jdupes
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.16.0
|
||||
DISTVERSION= 1.19.2
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= tom@hur.st
|
||||
@ -22,7 +22,7 @@ PLIST_FILES= bin/jdupes \
|
||||
|
||||
OPTIONS_DEFINE= LOW_MEMORY
|
||||
LOW_MEMORY_DESC= Build for lower memory usage instead of speed
|
||||
LOW_MEMORY_MAKE_ENV= CFLAGS_EXTRA=-DLOW_MEMORY
|
||||
LOW_MEMORY_MAKE_ENV= LOW_MEMORY=1
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1591547544
|
||||
SHA256 (jbruchon-jdupes-v1.16.0_GH0.tar.gz) = 050e871db3b603227ccccf34db570656fcc6df2140262afd5f2d129a180ba8bc
|
||||
SIZE (jbruchon-jdupes-v1.16.0_GH0.tar.gz) = 106643
|
||||
TIMESTAMP = 1616799484
|
||||
SHA256 (jbruchon-jdupes-v1.19.2_GH0.tar.gz) = c14da2751a519f2dff82bbbf9eaaccf13272c979082611a67a348044476424d4
|
||||
SIZE (jbruchon-jdupes-v1.19.2_GH0.tar.gz) = 93197
|
||||
|
9
sysutils/jdupes/pkg-message
Normal file
9
sysutils/jdupes/pkg-message
Normal file
@ -0,0 +1,9 @@
|
||||
[
|
||||
{ type: upgrade
|
||||
maximum_version: "1.19.0"
|
||||
message: <<EOM
|
||||
WARNING: jdupes -X/--extfilter size filtering is now INCLUSIVE instead
|
||||
of EXCLUSIVE. Please see "jdupes -X help" for details.
|
||||
EOM
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user