Date: Sat, 27 Aug 2016 05:38:08 +0000 (UTC) From: Lars Engels <lme@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r420959 - head/net-mgmt/icinga2 Message-ID: <201608270538.u7R5c8v1086656@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: lme Date: Sat Aug 27 05:38:08 2016 New Revision: 420959 URL: https://svnweb.freebsd.org/changeset/ports/420959 Log: net-mgmt/icinga2: - Remove USES=ssl again. The last approach did not fix the problem with unresolved symbols. Upstream now has symbol versioning in development, so once the new version is released, all should be fine. - Bump PORTREVISION Modified: head/net-mgmt/icinga2/Makefile Modified: head/net-mgmt/icinga2/Makefile ============================================================================== --- head/net-mgmt/icinga2/Makefile Sat Aug 27 02:32:20 2016 (r420958) +++ head/net-mgmt/icinga2/Makefile Sat Aug 27 05:38:08 2016 (r420959) @@ -3,7 +3,7 @@ PORTNAME= icinga2 DISTVERSIONPREFIX= v DISTVERSION= 2.5.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt MAINTAINER= lme@FreeBSD.org @@ -20,7 +20,7 @@ BROKEN_powerpc64= Does not build USE_GITHUB= yes GH_ACCOUNT= icinga -USES= alias bison cmake execinfo libedit ssl +USES= alias bison cmake execinfo libedit USE_LDCONFIG= yes USE_RC_SUBR= ${PORTNAME}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608270538.u7R5c8v1086656>