From owner-svn-ports-head@FreeBSD.ORG Sat Oct 5 15:24:47 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 843F7BCD; Sat, 5 Oct 2013 15:24:47 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 57E4226D6; Sat, 5 Oct 2013 15:24:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r95FOlUi063534; Sat, 5 Oct 2013 15:24:47 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r95FOkl0063531; Sat, 5 Oct 2013 15:24:46 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201310051524.r95FOkl0063531@svn.freebsd.org> From: Emanuel Haupt Date: Sat, 5 Oct 2013 15:24:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329468 - head/sysutils/fdupes X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Oct 2013 15:24:47 -0000 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/