From owner-svn-ports-head@FreeBSD.ORG Mon May 27 06:27:32 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 7460E9F6; Mon, 27 May 2013 06:27:32 +0000 (UTC) (envelope-from bsam@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 6700860A; Mon, 27 May 2013 06:27:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4R6RWkU061597; Mon, 27 May 2013 06:27:32 GMT (envelope-from bsam@svn.freebsd.org) Received: (from bsam@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4R6RWGi061596; Mon, 27 May 2013 06:27:32 GMT (envelope-from bsam@svn.freebsd.org) Message-Id: <201305270627.r4R6RWGi061596@svn.freebsd.org> From: Boris Samorodov Date: Mon, 27 May 2013 06:27:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r319158 - head/sysutils/filedupe 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: Mon, 27 May 2013 06:27:32 -0000 Author: bsam Date: Mon May 27 06:27:31 2013 New Revision: 319158 URL: http://svnweb.freebsd.org/changeset/ports/319158 Log: . remove shlib ABI version from LIB_DEPENDS; . bump PORTREVISION; . trim Makefile headers; . remove the indefinite article from COMMENT. Modified: head/sysutils/filedupe/Makefile Modified: head/sysutils/filedupe/Makefile ============================================================================== --- head/sysutils/filedupe/Makefile Mon May 27 06:05:06 2013 (r319157) +++ head/sysutils/filedupe/Makefile Mon May 27 06:27:31 2013 (r319158) @@ -1,20 +1,16 @@ -# New ports collection makefile for: filedupe -# Date created: Apr 10, 2001 -# Whom: Mark Pulford -# +# Created by: Mark Pulford # $FreeBSD$ -# PORTNAME= filedupe PORTVERSION= 1.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= http://sammy.net/~sammy/hacks/ MAINTAINER= ports@FreeBSD.org -COMMENT= A utility for quickly finding duplicate files +COMMENT= utility for quickly finding duplicate files -LIB_DEPENDS= gdbm.4:${PORTSDIR}/databases/gdbm +LIB_DEPENDS= gdbm:${PORTSDIR}/databases/gdbm PLIST_FILES= bin/filedupe