svn commit: r457121 - head/net/samba47

Timur I. Bakeyev timur at FreeBSD.org
Sat Dec 23 23:50:53 UTC 2017


Author: timur
Date: Sat Dec 23 23:50:52 2017
New Revision: 457121
URL: https://svnweb.freebsd.org/changeset/ports/457121

Log:
  Small typo in the version check

Modified:
  head/net/samba47/Makefile

Modified: head/net/samba47/Makefile
==============================================================================
--- head/net/samba47/Makefile	Sat Dec 23 23:26:16 2017	(r457120)
+++ head/net/samba47/Makefile	Sat Dec 23 23:50:52 2017	(r457121)
@@ -3,7 +3,7 @@
 
 PORTNAME?=			${SAMBA4_BASENAME}47
 PORTVERSION?=			${SAMBA4_VERSION}
-PORTREVISION?=			0
+PORTREVISION?=			1
 CATEGORIES?=			net
 MASTER_SITES=			SAMBA/samba/stable SAMBA/samba/rc
 DISTNAME=			${SAMBA4_DISTNAME}
@@ -383,7 +383,7 @@ SUB_LIST+=			SAMBA4_PYTHON3="@comment "
 
 .if !defined(SAMBA4_SUBPORT)
 # Require llvm 4.0 and AMD64
-.if ${PORT_OPTIONS:MAESNI} && ${ARCH} == "amd64" && ${OSVERSION} >= 1200511
+.if ${PORT_OPTIONS:MAESNI} && ${ARCH} == "amd64" && ${OSVERSION} >= 1100511
 CONFIGURE_ARGS+=		--accel-aes=intelaesni
 PLIST_FILES+=			lib/samba4/private/libaesni-intel-samba4.so
 .else


More information about the svn-ports-head mailing list