From owner-svn-ports-all@freebsd.org Wed Jun 21 10:53:40 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1ACE4D8C23A; Wed, 21 Jun 2017 10:53:40 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D98A9648E9; Wed, 21 Jun 2017 10:53:39 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v5LArdP5081375; Wed, 21 Jun 2017 10:53:39 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5LArd1C081374; Wed, 21 Jun 2017 10:53:39 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201706211053.v5LArd1C081374@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Wed, 21 Jun 2017 10:53:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r444026 - head/net-mgmt/zabbix2-server X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jun 2017 10:53:40 -0000 Author: tz Date: Wed Jun 21 10:53:38 2017 New Revision: 444026 URL: https://svnweb.freebsd.org/changeset/ports/444026 Log: net-mgmt/zabbix2-server: rework LIB_DEPENDS and add USES= ssl In my last commit i added accidently LIB_DEPENDS 2 additional times. While here add USES= ssl and LIB_DEPENDS to port-mgmt/pkg to pass QA. Submitted by: Johannes Jost Meixner Modified: head/net-mgmt/zabbix2-server/Makefile Modified: head/net-mgmt/zabbix2-server/Makefile ============================================================================== --- head/net-mgmt/zabbix2-server/Makefile Wed Jun 21 10:48:30 2017 (r444025) +++ head/net-mgmt/zabbix2-server/Makefile Wed Jun 21 10:53:38 2017 (r444026) @@ -14,12 +14,9 @@ COMMENT= Enterprise-class open source distributed moni LICENSE= GPLv2 -LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp +LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp \ + libpkg.so:ports-mgmt/pkg -LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp - -LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp - CONFLICTS= zabbix[0-9][0-9]${PKGNAMESUFFIX}-[0-9]* zabbix[0-13-9]${PKGNAMESUFFIX}-[0-9]* ZABBIX_BUILD= ${PKGNAMESUFFIX:S/^-//} @@ -31,7 +28,7 @@ USE_RC_SUBR= zabbix_${ZABBIX_BUILD} USE_RC_SUBR= zabbix_${ZABBIX_BUILD}d .endif -USES= pkgconfig iconv +USES= pkgconfig iconv ssl USERS= zabbix GROUPS= zabbix