mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 10:36:38 -04:00
sysutils/fdupes: Update to 2.3.0
This commit is contained in:
parent
ab463bdca9
commit
bd1d871c7f
2 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,5 @@
|
|||
PORTNAME= fdupes
|
||||
DISTVERSION= 2.2.1
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 2.3.0
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= https://github.com/adrianlopezroche/${PORTNAME}/releases/download/v${DISTVERSION}/
|
||||
|
@ -18,13 +17,14 @@ GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
|||
PLIST_FILES= bin/fdupes \
|
||||
share/man/man1/fdupes.1.gz
|
||||
|
||||
OPTIONS_DEFINE= NCURSES
|
||||
OPTIONS_DEFINE= NCURSES SQLITE
|
||||
OPTIONS_DEFAULT= NCURSES
|
||||
|
||||
NCURSES_LIB_DEPENDS= libpcre2-32.so:devel/pcre2
|
||||
NCURSES_USES= ncurses:base
|
||||
NCURSES_CONFIGURE_OFF= --without-ncurses
|
||||
|
||||
NCURSES_PLIST_FILES= share/man/man7/fdupes-help.7.gz
|
||||
SQLITE_USES= sqlite
|
||||
SQLITE_CONFIGURE_OFF= --without-sqlite
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1662717825
|
||||
SHA256 (fdupes-2.2.1.tar.gz) = 846bb79ca3f0157856aa93ed50b49217feb68e1b35226193b6bc578be0c5698d
|
||||
SIZE (fdupes-2.2.1.tar.gz) = 144719
|
||||
TIMESTAMP = 1706394067
|
||||
SHA256 (fdupes-2.3.0.tar.gz) = 6170d64a7e565ee314cca4dd25a123e60aa1e3febb11e57078bebb9c1da7e019
|
||||
SIZE (fdupes-2.3.0.tar.gz) = 154700
|
||||
|
|
Loading…
Add table
Reference in a new issue