mirror of
https://git.freebsd.org/ports.git
synced 2025-05-01 11:06:39 -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
|
PORTNAME= fdupes
|
||||||
DISTVERSION= 2.2.1
|
DISTVERSION= 2.3.0
|
||||||
PORTREVISION= 1
|
|
||||||
PORTEPOCH= 1
|
PORTEPOCH= 1
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
MASTER_SITES= https://github.com/adrianlopezroche/${PORTNAME}/releases/download/v${DISTVERSION}/
|
MASTER_SITES= https://github.com/adrianlopezroche/${PORTNAME}/releases/download/v${DISTVERSION}/
|
||||||
|
@ -18,13 +17,14 @@ GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
||||||
PLIST_FILES= bin/fdupes \
|
PLIST_FILES= bin/fdupes \
|
||||||
share/man/man1/fdupes.1.gz
|
share/man/man1/fdupes.1.gz
|
||||||
|
|
||||||
OPTIONS_DEFINE= NCURSES
|
OPTIONS_DEFINE= NCURSES SQLITE
|
||||||
OPTIONS_DEFAULT= NCURSES
|
OPTIONS_DEFAULT= NCURSES
|
||||||
|
|
||||||
NCURSES_LIB_DEPENDS= libpcre2-32.so:devel/pcre2
|
NCURSES_LIB_DEPENDS= libpcre2-32.so:devel/pcre2
|
||||||
NCURSES_USES= ncurses:base
|
NCURSES_USES= ncurses:base
|
||||||
NCURSES_CONFIGURE_OFF= --without-ncurses
|
NCURSES_CONFIGURE_OFF= --without-ncurses
|
||||||
|
|
||||||
NCURSES_PLIST_FILES= share/man/man7/fdupes-help.7.gz
|
NCURSES_PLIST_FILES= share/man/man7/fdupes-help.7.gz
|
||||||
|
SQLITE_USES= sqlite
|
||||||
|
SQLITE_CONFIGURE_OFF= --without-sqlite
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1662717825
|
TIMESTAMP = 1706394067
|
||||||
SHA256 (fdupes-2.2.1.tar.gz) = 846bb79ca3f0157856aa93ed50b49217feb68e1b35226193b6bc578be0c5698d
|
SHA256 (fdupes-2.3.0.tar.gz) = 6170d64a7e565ee314cca4dd25a123e60aa1e3febb11e57078bebb9c1da7e019
|
||||||
SIZE (fdupes-2.2.1.tar.gz) = 144719
|
SIZE (fdupes-2.3.0.tar.gz) = 154700
|
||||||
|
|
Loading…
Add table
Reference in a new issue