Add staging support; update to 2.15.
PR: ports/189662
This commit is contained in:
parent
966af97892
commit
c7cff3985a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356118
3 changed files with 7 additions and 12 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue