Index: head/sysutils/fdupes/Makefile =================================================================== --- head/sysutils/fdupes/Makefile (revision 421525) +++ head/sysutils/fdupes/Makefile (revision 421526) @@ -1,29 +1,30 @@ # Created by: Emanuel Haupt # $FreeBSD$ PORTNAME= fdupes -PORTVERSION= 1.51 -DISTVERSIONPREFIX= ${PORTNAME}- +PORTVERSION= 1.6.1 +DISTVERSIONPREFIX= v +PORTEPOCH= 1 CATEGORIES= sysutils MAINTAINER= ehaupt@FreeBSD.org COMMENT= Fdupes is a program for identifying or deleting duplicate files LICENSE= MIT USE_GITHUB= yes GH_ACCOUNT= adrianlopezroche PLIST_FILES= bin/fdupes man/man1/fdupes.1.gz CFLAGS+= -DVERSION=\"${PORTVERSION}\" do-build: ${CC} ${CFLAGS} ${WRKSRC}/${PORTNAME}.c ${WRKSRC}/md5/md5.c \ -o ${WRKSRC}/${PORTNAME} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 .include Index: head/sysutils/fdupes/distinfo =================================================================== --- head/sysutils/fdupes/distinfo (revision 421525) +++ head/sysutils/fdupes/distinfo (revision 421526) @@ -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 Index: head/sysutils/fdupes/files/patch-md5_md5.c =================================================================== --- head/sysutils/fdupes/files/patch-md5_md5.c (nonexistent) +++ head/sysutils/fdupes/files/patch-md5_md5.c (revision 421526) @@ -0,0 +1,11 @@ +--- md5/md5.c.orig 2016-09-07 23:21:14 UTC ++++ md5/md5.c +@@ -48,7 +48,7 @@ + #include + + /* endianness check using glibc endian.h */ +-#ifdef __APPLE__ ++#if defined(__APPLE__) || defined(__FreeBSD__) + # include + #else + # include Property changes on: head/sysutils/fdupes/files/patch-md5_md5.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property