svn commit: r416173 - head/net/prosearch

Rene Ladan rene at FreeBSD.org
Mon May 30 19:03:38 UTC 2016


Author: rene
Date: Mon May 30 19:03:36 2016
New Revision: 416173
URL: https://svnweb.freebsd.org/changeset/ports/416173

Log:
  net/prosearch: fix SAMBA dependency from previous commit, bump PORTREVISION

Modified:
  head/net/prosearch/Makefile

Modified: head/net/prosearch/Makefile
==============================================================================
--- head/net/prosearch/Makefile	Mon May 30 19:02:47 2016	(r416172)
+++ head/net/prosearch/Makefile	Mon May 30 19:03:36 2016	(r416173)
@@ -2,7 +2,7 @@
 
 PORTNAME=	prosearch
 PORTVERSION=	0.19.4
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	net www
 MASTER_SITES=	http://pro.setun.net/search/download/ SF/pro-search/pro-search/${PORTVERSION}
 
@@ -56,7 +56,9 @@ nmap:security/nmap \
 p5-Net-DirectConnect>=0:net-p2p/p5-Net-DirectConnect
 .endif
 
-SAMBA_RUN_DEPENDS=smbclient:net/samba44
+.if ${PORT_OPTIONS:MSAMBA}
+RUN_DEPENDS+=smbclient:net/samba44
+.endif
 
 .if ${PORT_OPTIONS:MRSYNC}
 RUN_DEPENDS+=	rsync:net/rsync


More information about the svn-ports-all mailing list