From owner-svn-ports-branches@freebsd.org Thu Jun 11 12:24:58 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AE08B32DD85; Thu, 11 Jun 2020 12:24:58 +0000 (UTC) (envelope-from tagattie@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49jNNB44P3z4VyZ; Thu, 11 Jun 2020 12:24:58 +0000 (UTC) (envelope-from tagattie@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 86ED3180B5; Thu, 11 Jun 2020 12:24:58 +0000 (UTC) (envelope-from tagattie@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 05BCOwGZ036702; Thu, 11 Jun 2020 12:24:58 GMT (envelope-from tagattie@FreeBSD.org) Received: (from tagattie@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 05BCOwx2036700; Thu, 11 Jun 2020 12:24:58 GMT (envelope-from tagattie@FreeBSD.org) Message-Id: <202006111224.05BCOwx2036700@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tagattie set sender to tagattie@FreeBSD.org using -f From: Hiroki Tagato Date: Thu, 11 Jun 2020 12:24:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r538476 - branches/2020Q2/sysutils/jdupes X-SVN-Group: ports-branches X-SVN-Commit-Author: tagattie X-SVN-Commit-Paths: branches/2020Q2/sysutils/jdupes X-SVN-Commit-Revision: 538476 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Jun 2020 12:24:58 -0000 Author: tagattie Date: Thu Jun 11 12:24:57 2020 New Revision: 538476 URL: https://svnweb.freebsd.org/changeset/ports/538476 Log: MFH: r538456 - Update to 1.16.0 - Make portlint/portfmt happy PR: 247057 Submitted by: Thomas Hurst (maintainer) Approved by: mentors (implicit) Changelog: https://github.com/jbruchon/jdupes/releases/tag/v1.13 https://github.com/jbruchon/jdupes/releases/tag/v1.13.1 https://github.com/jbruchon/jdupes/releases/tag/v1.13.2 https://github.com/jbruchon/jdupes/releases/tag/v1.13.3 https://github.com/jbruchon/jdupes/releases/tag/v1.14.0 https://github.com/jbruchon/jdupes/releases/tag/v1.15.0 https://github.com/jbruchon/jdupes/releases/tag/v1.16.0 Approved by: ports-secteam (joneum) Modified: branches/2020Q2/sysutils/jdupes/Makefile branches/2020Q2/sysutils/jdupes/distinfo Directory Properties: branches/2020Q2/ (props changed) Modified: branches/2020Q2/sysutils/jdupes/Makefile ============================================================================== --- branches/2020Q2/sysutils/jdupes/Makefile Thu Jun 11 12:22:24 2020 (r538475) +++ branches/2020Q2/sysutils/jdupes/Makefile Thu Jun 11 12:24:57 2020 (r538476) @@ -3,7 +3,7 @@ PORTNAME= jdupes DISTVERSIONPREFIX= v -DISTVERSION= 1.12 +DISTVERSION= 1.16.0 CATEGORIES= sysutils MAINTAINER= tom@hur.st @@ -12,14 +12,15 @@ COMMENT= Powerful duplicate file finder and an enhance LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +USES= gmake + USE_GITHUB= yes GH_ACCOUNT= jbruchon -USES= gmake +PLIST_FILES= bin/jdupes \ + man/man1/jdupes.1.gz -PLIST_FILES= bin/jdupes man/man1/jdupes.1.gz - -OPTIONS_DEFINE= LOW_MEMORY +OPTIONS_DEFINE= LOW_MEMORY LOW_MEMORY_DESC= Build for lower memory usage instead of speed LOW_MEMORY_MAKE_ENV= CFLAGS_EXTRA=-DLOW_MEMORY Modified: branches/2020Q2/sysutils/jdupes/distinfo ============================================================================== --- branches/2020Q2/sysutils/jdupes/distinfo Thu Jun 11 12:22:24 2020 (r538475) +++ branches/2020Q2/sysutils/jdupes/distinfo Thu Jun 11 12:24:57 2020 (r538476) @@ -1,3 +1,3 @@ -TIMESTAMP = 1550515913 -SHA256 (jbruchon-jdupes-v1.12_GH0.tar.gz) = 282d7ac60756507eec752e37747aedeaa74bc335d7c3c17c2987044520c23723 -SIZE (jbruchon-jdupes-v1.12_GH0.tar.gz) = 91886 +TIMESTAMP = 1591547544 +SHA256 (jbruchon-jdupes-v1.16.0_GH0.tar.gz) = 050e871db3b603227ccccf34db570656fcc6df2140262afd5f2d129a180ba8bc +SIZE (jbruchon-jdupes-v1.16.0_GH0.tar.gz) = 106643