Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Aug 2022 13:29:52 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: d497c8ad6ac3 - main - sysutils/fdupes: Update to 2.2.0
Message-ID:  <202208231329.27NDTqCN030281@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=d497c8ad6ac38a3a1d8b1c8fcd0e1222d96d0a65

commit d497c8ad6ac38a3a1d8b1c8fcd0e1222d96d0a65
Author:     Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2022-08-23 13:29:36 +0000
Commit:     Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2022-08-23 13:29:44 +0000

    sysutils/fdupes: Update to 2.2.0
    
    - Update to 2.2.0
    - Use distribution tarball
    - Use bundled configure script
    - Pacify port{lint,clippy,fmt}
---
 sysutils/fdupes/Makefile | 19 +++++++++----------
 sysutils/fdupes/distinfo |  6 +++---
 2 files changed, 12 insertions(+), 13 deletions(-)

diff --git a/sysutils/fdupes/Makefile b/sysutils/fdupes/Makefile
index 012e4cdecf09..b807b1b946d8 100644
--- a/sysutils/fdupes/Makefile
+++ b/sysutils/fdupes/Makefile
@@ -1,28 +1,27 @@
 PORTNAME=	fdupes
-PORTVERSION=	2.1.2
-DISTVERSIONPREFIX=	v
+PORTVERSION=	2.2.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
 
 LICENSE=	MIT
 
-USES=		autoreconf libtool localbase pkgconfig
+USES=		localbase pkgconfig
 GNU_CONFIGURE=	yes
 
-USE_GITHUB=	yes
-GH_ACCOUNT=	adrianlopezroche
+PLIST_FILES=	bin/fdupes \
+		man/man1/fdupes.1.gz
 
-OPTIONS_DEFINE=	NCURSES
-OPTIONS_DEFAULT=NCURSES
+OPTIONS_DEFINE=		NCURSES
+OPTIONS_DEFAULT=	NCURSES
 
-NCURSES_USES=	ncurses:base
-NCURSES_CONFIGURE_OFF=	--without-ncurses
 NCURSES_LIB_DEPENDS=	libpcre2-32.so:devel/pcre2
+NCURSES_USES=		ncurses:base
+NCURSES_CONFIGURE_OFF=	--without-ncurses
 
-PLIST_FILES=	bin/fdupes man/man1/fdupes.1.gz
 NCURSES_PLIST_FILES=	man/man7/fdupes-help.7.gz
 
 .include <bsd.port.mk>
diff --git a/sysutils/fdupes/distinfo b/sysutils/fdupes/distinfo
index e0eda43ce566..e03b1b9bb418 100644
--- a/sysutils/fdupes/distinfo
+++ b/sysutils/fdupes/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1597304382
-SHA256 (adrianlopezroche-fdupes-v2.1.2_GH0.tar.gz) = 47536dad3f628b49420d60be55417238e537902a7461e19f199092ab8b24e8f1
-SIZE (adrianlopezroche-fdupes-v2.1.2_GH0.tar.gz) = 46899
+TIMESTAMP = 1661260144
+SHA256 (fdupes-2.2.0.tar.gz) = 174e488c21c3d0475228fe95c268c7f518d92f2732bdf36d1964dc285538e1ac
+SIZE (fdupes-2.2.0.tar.gz) = 144763



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208231329.27NDTqCN030281>