update to a stable release, 4.6.0
This commit is contained in:
parent
930c79196b
commit
cd9cd5083f
@ -1,10 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.27 2015/04/03 09:34:13 schwarze Exp $
|
||||
# $OpenBSD: Makefile,v 1.28 2016/04/11 22:10:06 naddy Exp $
|
||||
|
||||
COMMENT= finds and then operates on files
|
||||
|
||||
# XXX alpha-test version for now; switch back to stable when there's
|
||||
# a version which works with 64-bit time_t/ino_t.
|
||||
DISTNAME= findutils-4.5.14
|
||||
DISTNAME= findutils-4.6.0
|
||||
CATEGORIES= misc
|
||||
|
||||
HOMEPAGE= https://www.gnu.org/software/findutils/
|
||||
@ -12,17 +10,18 @@ HOMEPAGE= https://www.gnu.org/software/findutils/
|
||||
# GPLv3+
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
||||
WANTLIB= c m
|
||||
WANTLIB= c iconv intl m
|
||||
|
||||
#MASTER_SITES= ${MASTER_SITE_GNU:=findutils/}
|
||||
MASTER_SITES= http://alpha.gnu.org/gnu/findutils/
|
||||
MASTER_SITES= ${MASTER_SITE_GNU:=findutils/}
|
||||
|
||||
MODULES= devel/gettext
|
||||
LIB_DEPENDS= devel/gettext
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS= --program-prefix="g"
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
# only used for testsuite
|
||||
CONFIGURE_ENV+= PYTHON=:
|
||||
|
||||
LOCALSTATEDIR= ${BASELOCALSTATEDIR}/db
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (findutils-4.5.14.tar.gz) = DePPYlpcnxVO7jFx4HJRX/3eQFJE3QBQKvYXrFe3OuI=
|
||||
SIZE (findutils-4.5.14.tar.gz) = 3536727
|
||||
SHA256 (findutils-4.6.0.tar.gz) = 3tTJ9zcxzUj+w7a9rMzolkc7bY4zfpYS4WzxQxuxFp0=
|
||||
SIZE (findutils-4.6.0.tar.gz) = 3780154
|
||||
|
@ -1,7 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.8 2014/11/27 13:14:00 dcoppa Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.9 2016/04/11 22:10:06 naddy Exp $
|
||||
@bin bin/gfind
|
||||
@bin bin/glocate
|
||||
@bin bin/goldfind
|
||||
bin/gupdatedb
|
||||
@bin bin/gxargs
|
||||
@info info/find-maint.info
|
||||
@ -12,7 +11,6 @@ bin/gupdatedb
|
||||
@bin libexec/gfrcode
|
||||
@man man/man1/gfind.1
|
||||
@man man/man1/glocate.1
|
||||
@man man/man1/goldfind.1
|
||||
@man man/man1/gupdatedb.1
|
||||
@man man/man1/gxargs.1
|
||||
@man man/man5/glocatedb.5
|
||||
@ -45,6 +43,7 @@ share/locale/lt/LC_MESSAGES/findutils.mo
|
||||
share/locale/ms/
|
||||
share/locale/ms/LC_MESSAGES/
|
||||
share/locale/ms/LC_MESSAGES/findutils.mo
|
||||
share/locale/nb/LC_MESSAGES/findutils.mo
|
||||
share/locale/nl/LC_MESSAGES/findutils.mo
|
||||
share/locale/pl/LC_MESSAGES/findutils.mo
|
||||
share/locale/pt/LC_MESSAGES/findutils.mo
|
||||
|
Loading…
Reference in New Issue
Block a user