From e919570f26a9a71beb6d28edc6800563a996fd34 Mon Sep 17 00:00:00 2001 From: fbrosson Date: Thu, 25 Aug 2016 12:34:42 +0000 Subject: [PATCH] fdupes: bump to 1.6.1, add license. --- ...fdupes-1.51.recipe => fdupes-1.6.1.recipe} | 14 +++++------- app-misc/fdupes/licenses/fdupes | 22 +++++++++++++++++++ 2 files changed, 28 insertions(+), 8 deletions(-) rename app-misc/fdupes/{fdupes-1.51.recipe => fdupes-1.6.1.recipe} (65%) create mode 100644 app-misc/fdupes/licenses/fdupes diff --git a/app-misc/fdupes/fdupes-1.51.recipe b/app-misc/fdupes/fdupes-1.6.1.recipe similarity index 65% rename from app-misc/fdupes/fdupes-1.51.recipe rename to app-misc/fdupes/fdupes-1.6.1.recipe index e62b0da6b..14ccbfa89 100644 --- a/app-misc/fdupes/fdupes-1.51.recipe +++ b/app-misc/fdupes/fdupes-1.6.1.recipe @@ -3,12 +3,12 @@ DESCRIPTION="fdupes is a program written by Adrian Lopez to scan directories \ for duplicate files, with options to list, delete or replace the files with \ hardlinks pointing to the duplicate. It first compares file sizes and MD5 \ signatures, and then performs a byte-by-byte check for verification." -HOMEPAGE="http://code.google.com/p/fdupes/" -COPYRIGHT="1999-2013 Adrian Lopez" -LICENSE="MIT" +HOMEPAGE="https://github.com/adrianlopezroche/fdupes" +COPYRIGHT="1999-2016 Adrian Lopez" +LICENSE="fdupes" REVISION="1" -SOURCE_URI="http://fdupes.googlecode.com/files/fdupes-1.51.tar.gz" -CHECKSUM_SHA256="87dbc85b7b9cdb9626e713dd8078bd7487bceb58d47ceaff5404a9e6fd062881" +SOURCE_URI="https://github.com/adrianlopezroche/fdupes/archive/v$portVersion.tar.gz" +CHECKSUM_SHA256="9d6b6fdb0b8419815b4df3bdfd0aebc135b8276c90bbbe78ebe6af0b88ba49ea" ARCHITECTURES="x86 x86_gcc2 x86_64" @@ -35,7 +35,5 @@ BUILD() INSTALL() { - make install \ - PREFIX=$prefix \ - MAN_BASE_DIR=$manDir + make install PREFIX=$prefix MAN_BASE_DIR=$manDir } diff --git a/app-misc/fdupes/licenses/fdupes b/app-misc/fdupes/licenses/fdupes new file mode 100644 index 000000000..d353aab98 --- /dev/null +++ b/app-misc/fdupes/licenses/fdupes @@ -0,0 +1,22 @@ +Legal Information +-------------------------------------------------------------------- +FDUPES Copyright (c) 1999 Adrian Lopez + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation files +(the "Software"), to deal in the Software without restriction, +including without limitation the rights to use, copy, modify, merge, +publish, distribute, sublicense, and/or sell copies of the Software, +and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.