svn commit: r356118 - head/sysutils/samefile
Jens Schweikhardt
schweikh at FreeBSD.org
Sun Jun 1 13:23:51 UTC 2014
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 <bsd.port.mk>
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 at schweikhardt.net
+WWW: http://www.schweikhardt.net/samefile/
More information about the svn-ports-all
mailing list