1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

Update to 1.51

Submitted by:	royce@tycho.org (via email)
This commit is contained in:
Emanuel Haupt 2013-10-05 15:24:46 +00:00
parent db7ccc9709
commit c3d449e578
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=329468
3 changed files with 6 additions and 5 deletions

View File

@ -2,9 +2,9 @@
# $FreeBSD$
PORTNAME= fdupes
DISTVERSION= 1.50-PR2
PORTVERSION= 1.51
CATEGORIES= sysutils
MASTER_SITES= CRITICAL
MASTER_SITES= GOOGLE_CODE
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Fdupes is a program for identifying or deleting duplicate files
@ -17,6 +17,7 @@ PLIST_FILES= bin/fdupes
CFLAGS+= -DVERSION=\"${PORTVERSION}\"
NO_STAGE= yes
do-build:
${CC} ${CFLAGS} ${WRKSRC}/${PORTNAME}.c ${WRKSRC}/md5/md5.c \
-o ${WRKSRC}/${PORTNAME}

View File

@ -1,2 +1,2 @@
SHA256 (fdupes-1.50-PR2.tar.gz) = 5af2c71206fece42e0f9554427e323bef96653a4dceb5130bc8ac63e2ceb1619
SIZE (fdupes-1.50-PR2.tar.gz) = 19436
SHA256 (fdupes-1.51.tar.gz) = 87dbc85b7b9cdb9626e713dd8078bd7487bceb58d47ceaff5404a9e6fd062881
SIZE (fdupes-1.51.tar.gz) = 48942

View File

@ -1,4 +1,4 @@
FDUPES is a program for identifying or deleting duplicate files residing within
specified directories.
WWW: http://freecode.com/projects/fdupes/
WWW: https://code.google.com/p/fdupes/