diff --git a/sysutils/samefile/Makefile b/sysutils/samefile/Makefile index c59295b8177e..0a7260cf0306 100644 --- a/sysutils/samefile/Makefile +++ b/sysutils/samefile/Makefile @@ -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 contents 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 diff --git a/sysutils/samefile/distinfo b/sysutils/samefile/distinfo index 7a93601a7749..2295ddfeab09 100644 --- a/sysutils/samefile/distinfo +++ b/sysutils/samefile/distinfo @@ -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 diff --git a/sysutils/samefile/pkg-descr b/sysutils/samefile/pkg-descr index ef52f7ffe5ae..6e4bf137bdf1 100644 --- a/sysutils/samefile/pkg-descr +++ b/sysutils/samefile/pkg-descr @@ -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/