From owner-svn-ports-head@FreeBSD.ORG Tue Feb 12 18:09:17 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]) by hub.freebsd.org (Postfix) with ESMTP id 7CD64122; Tue, 12 Feb 2013 18:09:17 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 5840A821; Tue, 12 Feb 2013 18:09:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r1CI9HpW029578; Tue, 12 Feb 2013 18:09:17 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r1CI9HN1029577; Tue, 12 Feb 2013 18:09:17 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201302121809.r1CI9HN1029577@svn.freebsd.org> From: Emanuel Haupt Date: Tue, 12 Feb 2013 18:09:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r312123 - 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: Tue, 12 Feb 2013 18:09:17 -0000 Author: ehaupt Date: Tue Feb 12 18:09:16 2013 New Revision: 312123 URL: http://svnweb.freebsd.org/changeset/ports/312123 Log: - Trim header - Add LICENSE Modified: head/sysutils/fdupes/Makefile Modified: head/sysutils/fdupes/Makefile ============================================================================== --- head/sysutils/fdupes/Makefile Tue Feb 12 17:38:10 2013 (r312122) +++ head/sysutils/fdupes/Makefile Tue Feb 12 18:09:16 2013 (r312123) @@ -1,9 +1,5 @@ -# New ports collection makefile for: fdupes -# Date created: 27 December 2004 -# Whom: Emanuel Haupt -# +# Created by: Emanuel Haupt # $FreeBSD$ -# PORTNAME= fdupes DISTVERSION= 1.50-PR2 @@ -13,6 +9,8 @@ MASTER_SITES= CRITICAL MAINTAINER= ehaupt@FreeBSD.org COMMENT= Fdupes is a program for identifying or deleting duplicate files +LICENSE= MIT + MAKE_JOBS_SAFE= yes MAN1= fdupes.1