svn commit: r372128 - head/net/samba41

Timur I. Bakeyev timur at FreeBSD.org
Mon Nov 3 23:12:51 UTC 2014


Author: timur
Date: Mon Nov  3 22:53:24 2014
New Revision: 372128
URL: https://svnweb.freebsd.org/changeset/ports/372128
QAT: https://qat.redports.org/buildarchive/r372128/

Log:
  Fix an error in generation of the list of additional modules.
  
  PR:		194548

Modified:
  head/net/samba41/Makefile

Modified: head/net/samba41/Makefile
==============================================================================
--- head/net/samba41/Makefile	Mon Nov  3 22:06:22 2014	(r372127)
+++ head/net/samba41/Makefile	Mon Nov  3 22:53:24 2014	(r372128)
@@ -3,7 +3,7 @@
 
 PORTNAME?=		${SAMBA4_BASENAME}41
 PORTVERSION?=		${SAMBA4_VERSION}
-PORTREVISION?=		0
+PORTREVISION?=		1
 CATEGORIES?=		net
 MASTER_SITES=		${MASTER_SITE_SAMBA}
 MASTER_SITE_SUBDIR=	samba/stable samba/rc
@@ -361,7 +361,7 @@ CONFIGURE_ARGS+=	--with-shared-modules="
 		pdb_test pdb_wbc_sam perfcount_test vfs_aio_posix vfs_aio_pthread \
 		vfs_cacheprime vfs_dfs_samba4 vfs_fake_acls vfs_notify_fam \
 		vfs_shadow_copy_test vfs_skel_opaque vfs_skel_transparent
-.	if !empty(${SAMBA4_MODULES}) && ${SAMBA4_MODULES:M${module}}
+.	if !empty(SAMBA4_MODULES) && ${SAMBA4_MODULES:M${module}}
 PLIST_SUB+=		MODULE_${module:tu}=""
 .	else
 PLIST_SUB+=		MODULE_${module:tu}="@comment "


More information about the svn-ports-head mailing list