svn commit: r508409 - head/sysutils/crate

Yuri Victorovich yuri at FreeBSD.org
Thu Aug 8 21:47:14 UTC 2019


Author: yuri
Date: Thu Aug  8 21:47:14 2019
New Revision: 508409
URL: https://svnweb.freebsd.org/changeset/ports/508409

Log:
  sysutils/crate: Fix the accidentally changed BROKEN statement.
  
  Reported by:	adamw

Modified:
  head/sysutils/crate/Makefile

Modified: head/sysutils/crate/Makefile
==============================================================================
--- head/sysutils/crate/Makefile	Thu Aug  8 21:25:42 2019	(r508408)
+++ head/sysutils/crate/Makefile	Thu Aug  8 21:47:14 2019	(r508409)
@@ -10,7 +10,7 @@ COMMENT=	Containerizer for FreeBSD (alpha-software, ex
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-xBROKEN_FreeBSD_11=		STL feature 'filesystem' isn't available on 11
+BROKEN_FreeBSD_11=		STL feature 'filesystem' isn't available on 11
 .if defined(PACKAGE_BUILDING)
 BROKEN_FreeBSD_12=		STL feature 'filesystem' isn't available in 12.0-RELEASE-p7
 .endif


More information about the svn-ports-head mailing list