svn commit: r538476 - branches/2020Q2/sysutils/jdupes
Hiroki Tagato
tagattie at FreeBSD.org
Thu Jun 11 12:24:58 UTC 2020
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 <tom at hur.st> (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 at 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
More information about the svn-ports-all
mailing list