Date: Sat, 27 Jan 2024 22:45:02 GMT From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: bd1d871c7fd0 - main - sysutils/fdupes: Update to 2.3.0 Message-ID: <202401272245.40RMj2jR076686@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by ehaupt: URL: https://cgit.FreeBSD.org/ports/commit/?id=bd1d871c7fd0ca1f865bccabbae03b7863a50b51 commit bd1d871c7fd0ca1f865bccabbae03b7863a50b51 Author: Emanuel Haupt <ehaupt@FreeBSD.org> AuthorDate: 2024-01-27 22:44:53 +0000 Commit: Emanuel Haupt <ehaupt@FreeBSD.org> CommitDate: 2024-01-27 22:44:58 +0000 sysutils/fdupes: Update to 2.3.0 --- sysutils/fdupes/Makefile | 8 ++++---- sysutils/fdupes/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/sysutils/fdupes/Makefile b/sysutils/fdupes/Makefile index ee8a3e9725a9..dbec792e5382 100644 --- a/sysutils/fdupes/Makefile +++ b/sysutils/fdupes/Makefile @@ -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> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401272245.40RMj2jR076686>