mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
This finally is the version which is in the base system.
Mark BROKEN, if truncate(1) is in the base-system. I misused OSVERSION 500011 (kqueue API changes) for decision, if truncate(1) is in the base-system (small time-span).
This commit is contained in:
parent
6eae833f98
commit
ca68c777ef
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=30803
@ -5,7 +5,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= truncate
|
||||
PORTVERSION= 2.0
|
||||
PORTVERSION= 3.0
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ftp://big.endian.de/pub/FreeBSD/
|
||||
|
||||
@ -17,4 +17,8 @@ MANCOMPRESSED= yes
|
||||
MAKE_ENV+= MANDIR=${PREFIX}/man/man BINDIR=${PREFIX}/bin
|
||||
WRKSRC= ${WRKDIR}/truncate
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
.if ${OSVERSION} >= 500011
|
||||
BROKEN= "truncate(1) is in the base-system"
|
||||
.endif
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (truncate-2.0.tar.gz) = 9304dde76364a260f0e9d353018ffb41
|
||||
MD5 (truncate-3.0.tar.gz) = 3710d0593e2c41bf7975cf4f98263d43
|
||||
|
Loading…
Reference in New Issue
Block a user