svn commit: r391913 - head/sysutils/docker-freebsd

Kris Moore kmoore at FreeBSD.org
Mon Jul 13 15:21:35 UTC 2015


Author: kmoore
Date: Mon Jul 13 15:21:34 2015
New Revision: 391913
URL: https://svnweb.freebsd.org/changeset/ports/391913

Log:
  - Switch to BROKEN_FreeBSD_8

Modified:
  head/sysutils/docker-freebsd/Makefile

Modified: head/sysutils/docker-freebsd/Makefile
==============================================================================
--- head/sysutils/docker-freebsd/Makefile	Mon Jul 13 14:47:31 2015	(r391912)
+++ head/sysutils/docker-freebsd/Makefile	Mon Jul 13 15:21:34 2015	(r391913)
@@ -26,9 +26,7 @@ GH_TAGNAME=	582db78
 PLIST_FILES=	bin/docker
 USE_RC_SUBR=	docker
 
-.if ${OPSYS} == FreeBSD && ${OSVERSION} < 900044
-BROKEN=		This port works only on FreeBSD 9 and newer
-.endif
+BROKEN_FreeBSD_8=	This port works only on FreeBSD 9 and newer
 
 do-build:
 	@cd ${WRKSRC} && export AUTO_GOPATH=1 && export DOCKER_GITCOMMIT=${GH_TAGNAME} && ./hack/make.sh binary


More information about the svn-ports-all mailing list