svn commit: r319158 - head/sysutils/filedupe

Boris Samorodov bsam at FreeBSD.org
Mon May 27 06:27:32 UTC 2013


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 <mark at kyne.com.au>
-#
+# Created by: Mark Pulford <mark at kyne.com.au>
 # $FreeBSD$
-#
 
 PORTNAME=	filedupe
 PORTVERSION=	1.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	sysutils
 MASTER_SITES=	http://sammy.net/~sammy/hacks/
 
 MAINTAINER=	ports at 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
 


More information about the svn-ports-all mailing list