- Update to 1.16.0
- Make portlint/portfmt happy PR: 247057 Submitted by: Thomas Hurst <tom@hur.st> (maintainer) Approved by: mentors (implicit) MFH: 2020Q2 (important bugfix; potential data loss) 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
This commit is contained in:
parent
55f8228d00
commit
41d7e58b3b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=538456
@ -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 enhanced fork of 'fdupes'
|
||||
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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user