Update to fdupes-2.3.0

From Martin Ziemer <horrad@horrad.de> (MAINTAINER). Some minor nits from
me.
This commit is contained in:
bket 2024-01-30 19:39:37 +00:00
parent 68a3a2b53b
commit 11f030579a
2 changed files with 8 additions and 6 deletions

View File

@ -1,6 +1,6 @@
COMMENT= identify or delete duplicate files
V= 2.2.1
V= 2.3.0
DISTNAME= fdupes-$V
CATEGORIES= sysutils
@ -12,11 +12,13 @@ MAINTAINER = Martin Ziemer <horrad@horrad.de>
# MIT
PERMIT_PACKAGE= Yes
WANTLIB += c curses pcre2-32
WANTLIB += c curses pcre2-32 sqlite3
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
LIB_DEPENDS= devel/pcre2
LIB_DEPENDS= databases/sqlite3 \
devel/pcre2
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (fdupes-2.2.1.tar.gz) = hGu3nKPwFXhWqpPtULSSF/62jhs1ImGTtrxXi+DFaY0=
SIZE (fdupes-2.2.1.tar.gz) = 144719
SHA256 (fdupes-2.3.0.tar.gz) = YXDWSn5WXuMUzKTdJaEj5gqh4/67EeVweL67nB2n4Bk=
SIZE (fdupes-2.3.0.tar.gz) = 154700