Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Nov 2016 12:02:14 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r425203 - head/net-im/openfire
Message-ID:  <201611031202.uA3C2ENq048842@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gahr
Date: Thu Nov  3 12:02:14 2016
New Revision: 425203
URL: https://svnweb.freebsd.org/changeset/ports/425203

Log:
  net-im/openfire: better RUN_DEPENDS line (no actual change in dependencies)
  
  PR:		213929
  Submitted by:	Danilo G. Baio <dbaio@bsd.com.br>

Modified:
  head/net-im/openfire/Makefile

Modified: head/net-im/openfire/Makefile
==============================================================================
--- head/net-im/openfire/Makefile	Thu Nov  3 11:54:28 2016	(r425202)
+++ head/net-im/openfire/Makefile	Thu Nov  3 12:02:14 2016	(r425203)
@@ -13,7 +13,7 @@ COMMENT=	Enterprise instant messaging se
 
 LICENSE=	APACHE20
 
-RUN_DEPENDS=	${JAVALIBDIR}/slf4j-api.jar:devel/slf4j
+RUN_DEPENDS=	slf4j>=1.7.7:devel/slf4j
 
 OPTIONS_DEFINE=	DOCS PLUGINS
 OPTIONS_DEFAULT=PLUGINS



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611031202.uA3C2ENq048842>