From owner-svn-ports-all@FreeBSD.ORG Sun Jun 1 13:23:51 2014 Return-Path: Delivered-To: svn-ports-all@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 ESMTPS id 929BFADE; Sun, 1 Jun 2014 13:23:51 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 66C5C2C9D; Sun, 1 Jun 2014 13:23:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s51DNpHI067055; Sun, 1 Jun 2014 13:23:51 GMT (envelope-from schweikh@svn.freebsd.org) Received: (from schweikh@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s51DNoR0067050; Sun, 1 Jun 2014 13:23:50 GMT (envelope-from schweikh@svn.freebsd.org) Message-Id: <201406011323.s51DNoR0067050@svn.freebsd.org> From: Jens Schweikhardt Date: Sun, 1 Jun 2014 13:23:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356118 - head/sysutils/samefile X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jun 2014 13:23:51 -0000 Author: schweikh (src committer) Date: Sun Jun 1 13:23:50 2014 New Revision: 356118 URL: http://svnweb.freebsd.org/changeset/ports/356118 QAT: https://qat.redports.org/buildarchive/r356118/ Log: Add staging support; update to 2.15. PR: ports/189662 Modified: head/sysutils/samefile/Makefile head/sysutils/samefile/distinfo head/sysutils/samefile/pkg-descr Modified: head/sysutils/samefile/Makefile ============================================================================== --- head/sysutils/samefile/Makefile Sun Jun 1 13:13:28 2014 (r356117) +++ head/sysutils/samefile/Makefile Sun Jun 1 13:23:50 2014 (r356118) @@ -1,8 +1,7 @@ -# Created by: schweikh # $FreeBSD$ PORTNAME= samefile -PORTVERSION= 2.12 +PORTVERSION= 2.15 CATEGORIES= sysutils MASTER_SITES= http://www.schweikhardt.net/ @@ -11,13 +10,10 @@ COMMENT= Find files with identical conte CONFLICTS= samesame-[0-9]* -MAN1= samefile.1 -PLIST_FILES= bin/samefile GNU_CONFIGURE= yes -CFLAGS+= -ansi -pedantic -Wall -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wconversion -Wsign-compare -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Wnested-externs -Winline -Wno-long-long +CFLAGS+= -ansi -pedantic -Wall -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -NO_STAGE= yes post-build: @${ECHO_MSG} " >>>> <<<<" @${ECHO_MSG} " >>>> Running the test suite <<<<" @@ -25,6 +21,6 @@ post-build: cd ${WRKSRC}; ${MAKE} test post-install: - ${STRIP_CMD} ${PREFIX}/bin/samefile + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/samefile .include Modified: head/sysutils/samefile/distinfo ============================================================================== --- head/sysutils/samefile/distinfo Sun Jun 1 13:13:28 2014 (r356117) +++ head/sysutils/samefile/distinfo Sun Jun 1 13:23:50 2014 (r356118) @@ -1,2 +1,2 @@ -SHA256 (samefile-2.12.tar.gz) = 04a788577eb0df268f82fd15ac6de4d26fc4edad41d1ffdc9cd52af8a05fe1d9 -SIZE (samefile-2.12.tar.gz) = 57076 +SHA256 (samefile-2.15.tar.gz) = 26d322e3445ff7273867332311c33a90c8ef037cbd6b19d9468e1742833ea4b6 +SIZE (samefile-2.15.tar.gz) = 66804 Modified: head/sysutils/samefile/pkg-descr ============================================================================== --- head/sysutils/samefile/pkg-descr Sun Jun 1 13:13:28 2014 (r356117) +++ head/sysutils/samefile/pkg-descr Sun Jun 1 13:23:50 2014 (r356118) @@ -4,7 +4,6 @@ file name). Typical usage would be find / -print | samefile turning up megabytes of wasted disk space due to duplicates. Try it, -you'll be baffled. +you'll be baffled. -Jens Schweikhardt -samefile@schweikhardt.net +WWW: http://www.schweikhardt.net/samefile/