diff --git a/app-misc/fdupes/fdupes-2.1.2.recipe b/app-misc/fdupes/fdupes-2.2.1.recipe similarity index 89% rename from app-misc/fdupes/fdupes-2.1.2.recipe rename to app-misc/fdupes/fdupes-2.2.1.recipe index f3cd81638..0178797ca 100644 --- a/app-misc/fdupes/fdupes-2.1.2.recipe +++ b/app-misc/fdupes/fdupes-2.2.1.recipe @@ -8,7 +8,7 @@ COPYRIGHT="1999-2020 Adrian Lopez" LICENSE="MIT" REVISION="1" SOURCE_URI="https://github.com/adrianlopezroche/fdupes/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="47536dad3f628b49420d60be55417238e537902a7461e19f199092ab8b24e8f1" +CHECKSUM_SHA256="7d12e9d28c6a5dc46ff3a37fafd65b4b84f5c19dddf630beec8d67bc158fa265" PATCHES="fdupes-$portVersion.patchset" ARCHITECTURES="all" @@ -50,3 +50,8 @@ INSTALL() { make install } + +TEST() +{ + ./fdupes -r testdir +} diff --git a/app-misc/fdupes/patches/fdupes-2.1.2.patchset b/app-misc/fdupes/patches/fdupes-2.2.1.patchset similarity index 100% rename from app-misc/fdupes/patches/fdupes-2.1.2.patchset rename to app-misc/fdupes/patches/fdupes-2.2.1.patchset