diff options
author | Jens Schweikhardt <schweikh@FreeBSD.org> | 2014-06-01 13:23:50 +0000 |
---|---|---|
committer | Jens Schweikhardt <schweikh@FreeBSD.org> | 2014-06-01 13:23:50 +0000 |
commit | c7cff3985aef47306f3096ac8230cb482bb1fa99 (patch) | |
tree | 1141829e7efef213d3ebb8d14cea7b6cae6098d0 /sysutils/samefile | |
parent | 966af97892add0e958cb946b183ef11a9209c4f7 (diff) | |
download | ports-c7cff3985aef47306f3096ac8230cb482bb1fa99.tar.gz ports-c7cff3985aef47306f3096ac8230cb482bb1fa99.zip |
Notes
Diffstat (limited to 'sysutils/samefile')
-rw-r--r-- | sysutils/samefile/Makefile | 10 | ||||
-rw-r--r-- | sysutils/samefile/distinfo | 4 | ||||
-rw-r--r-- | sysutils/samefile/pkg-descr | 5 |
3 files changed, 7 insertions, 12 deletions
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 <bsd.port.mk> 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/ |