svn commit: r329468 - head/sysutils/fdupes
Emanuel Haupt
ehaupt at FreeBSD.org
Sat Oct 5 15:24:47 UTC 2013
Author: ehaupt
Date: Sat Oct 5 15:24:46 2013
New Revision: 329468
URL: http://svnweb.freebsd.org/changeset/ports/329468
Log:
Update to 1.51
Submitted by: royce at tycho.org (via email)
Modified:
head/sysutils/fdupes/Makefile
head/sysutils/fdupes/distinfo
head/sysutils/fdupes/pkg-descr
Modified: head/sysutils/fdupes/Makefile
==============================================================================
--- head/sysutils/fdupes/Makefile Sat Oct 5 15:18:44 2013 (r329467)
+++ head/sysutils/fdupes/Makefile Sat Oct 5 15:24:46 2013 (r329468)
@@ -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 at 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}
Modified: head/sysutils/fdupes/distinfo
==============================================================================
--- head/sysutils/fdupes/distinfo Sat Oct 5 15:18:44 2013 (r329467)
+++ head/sysutils/fdupes/distinfo Sat Oct 5 15:24:46 2013 (r329468)
@@ -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
Modified: head/sysutils/fdupes/pkg-descr
==============================================================================
--- head/sysutils/fdupes/pkg-descr Sat Oct 5 15:18:44 2013 (r329467)
+++ head/sysutils/fdupes/pkg-descr Sat Oct 5 15:24:46 2013 (r329468)
@@ -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/
More information about the svn-ports-all
mailing list