diff --git a/sysutils/fdupes/Makefile b/sysutils/fdupes/Makefile index ee8a3e9725a9..dbec792e5382 100644 --- a/sysutils/fdupes/Makefile +++ b/sysutils/fdupes/Makefile @@ -1,30 +1,30 @@ 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}/ MAINTAINER= ehaupt@FreeBSD.org COMMENT= Program for identifying or deleting duplicate files WWW= https://github.com/adrianlopezroche/fdupes/ LICENSE= MIT USES= localbase pkgconfig GNU_CONFIGURE= yes 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 diff --git a/sysutils/fdupes/distinfo b/sysutils/fdupes/distinfo index e3084525461f..d9a404f52a80 100644 --- a/sysutils/fdupes/distinfo +++ b/sysutils/fdupes/distinfo @@ -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