Date: Sat, 5 Oct 2013 15:24:46 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329468 - head/sysutils/fdupes Message-ID: <201310051524.r95FOkl0063531@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310051524.r95FOkl0063531>