mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
parent
db7ccc9709
commit
c3d449e578
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=329468
@ -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}
|
||||
|
@ -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
|
||||
|
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user