Update from 1.51 to 1.6.1 therefore also bump PORTEPOCH.
This commit is contained in:
parent
0e133552be
commit
b649dc6700
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=421526
3 changed files with 17 additions and 4 deletions
|
@ -2,8 +2,9 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= fdupes
|
||||
PORTVERSION= 1.51
|
||||
DISTVERSIONPREFIX= ${PORTNAME}-
|
||||
PORTVERSION= 1.6.1
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= ehaupt@FreeBSD.org
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (adrianlopezroche-fdupes-fdupes-1.51_GH0.tar.gz) = 761e16d4ecfef7302c62fe7ef1e181cd34f5c6ce5377dcad96e3ed44fb364986
|
||||
SIZE (adrianlopezroche-fdupes-fdupes-1.51_GH0.tar.gz) = 18930
|
||||
TIMESTAMP = 1473289952
|
||||
SHA256 (adrianlopezroche-fdupes-v1.6.1_GH0.tar.gz) = 9d6b6fdb0b8419815b4df3bdfd0aebc135b8276c90bbbe78ebe6af0b88ba49ea
|
||||
SIZE (adrianlopezroche-fdupes-v1.6.1_GH0.tar.gz) = 20869
|
||||
|
|
11
sysutils/fdupes/files/patch-md5_md5.c
Normal file
11
sysutils/fdupes/files/patch-md5_md5.c
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- md5/md5.c.orig 2016-09-07 23:21:14 UTC
|
||||
+++ md5/md5.c
|
||||
@@ -48,7 +48,7 @@
|
||||
#include <string.h>
|
||||
|
||||
/* endianness check using glibc endian.h */
|
||||
-#ifdef __APPLE__
|
||||
+#if defined(__APPLE__) || defined(__FreeBSD__)
|
||||
# include <machine/endian.h>
|
||||
#else
|
||||
# include <endian.h>
|
Loading…
Reference in a new issue