summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2013-10-05 15:24:46 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2013-10-05 15:24:46 +0000
commitc3d449e578c06e14ba5c32d7a40dafe05a98a80e (patch)
tree233966a1b37ec176f04179f50be4da464d6858cb /sysutils
parent- Use USES=gmake (diff)
Update to 1.51
Submitted by: royce@tycho.org (via email)
Notes
Notes: svn path=/head/; revision=329468
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/fdupes/Makefile5
-rw-r--r--sysutils/fdupes/distinfo4
-rw-r--r--sysutils/fdupes/pkg-descr2
3 files changed, 6 insertions, 5 deletions
diff --git a/sysutils/fdupes/Makefile b/sysutils/fdupes/Makefile
index 47622d63c635..e1cf74742311 100644
--- a/sysutils/fdupes/Makefile
+++ b/sysutils/fdupes/Makefile
@@ -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}
diff --git a/sysutils/fdupes/distinfo b/sysutils/fdupes/distinfo
index bc173cd26c99..b9909f506254 100644
--- a/sysutils/fdupes/distinfo
+++ b/sysutils/fdupes/distinfo
@@ -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
diff --git a/sysutils/fdupes/pkg-descr b/sysutils/fdupes/pkg-descr
index 31c5e5c00de2..dfd8100a91bc 100644
--- a/sysutils/fdupes/pkg-descr
+++ b/sysutils/fdupes/pkg-descr
@@ -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/