Date: Wed, 7 Sep 2016 23:29:38 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421526 - in head/sysutils/fdupes: . files Message-ID: <201609072329.u87NTcm8029744@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Wed Sep 7 23:29:37 2016 New Revision: 421526 URL: https://svnweb.freebsd.org/changeset/ports/421526 Log: Update from 1.51 to 1.6.1 therefore also bump PORTEPOCH. Added: head/sysutils/fdupes/files/ head/sysutils/fdupes/files/patch-md5_md5.c (contents, props changed) Modified: head/sysutils/fdupes/Makefile head/sysutils/fdupes/distinfo Modified: head/sysutils/fdupes/Makefile ============================================================================== --- head/sysutils/fdupes/Makefile Wed Sep 7 22:59:05 2016 (r421525) +++ head/sysutils/fdupes/Makefile Wed Sep 7 23:29:37 2016 (r421526) @@ -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 Modified: head/sysutils/fdupes/distinfo ============================================================================== --- head/sysutils/fdupes/distinfo Wed Sep 7 22:59:05 2016 (r421525) +++ head/sysutils/fdupes/distinfo Wed Sep 7 23:29:37 2016 (r421526) @@ -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 Added: head/sysutils/fdupes/files/patch-md5_md5.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/fdupes/files/patch-md5_md5.c Wed Sep 7 23:29:37 2016 (r421526) @@ -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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609072329.u87NTcm8029744>