Skip to content

Commit

Permalink
sysutils/fdupes: Update to 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ehaupt committed Jan 27, 2024
1 parent ab463bd commit bd1d871
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions 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}/
Expand All @@ -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>
6 changes: 3 additions & 3 deletions 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

0 comments on commit bd1d871

Please sign in to comment.