svn commit: r420959 - head/net-mgmt/icinga2

Lars Engels lme at FreeBSD.org
Sat Aug 27 05:38:10 UTC 2016


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 at 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}


More information about the svn-ports-all mailing list