Remove dependency on expiring port security/jce_policy14. Update to

rely on java 1.5+.

PR:		ports/158969
Submitted by:	rene
This commit is contained in:
Mark Linimon 2011-07-21 04:29:12 +00:00
parent 1b0166ec58
commit 045bbebb8e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=278065

View File

@ -16,14 +16,13 @@ DIST_SUBDIR= xGate
MAINTAINER= nork@FreeBSD.org
COMMENT= xGate webmail system implemented by Servlet over IMAP4/POP3
RUN_DEPENDS= tomcat41ctl:${PORTSDIR}/www/tomcat41 \
${JAVA_HOME}/jre/lib/security/.jce_policy14:${PORTSDIR}/security/jce_policy14
RUN_DEPENDS= tomcat41ctl:${PORTSDIR}/www/tomcat41
BROKEN= fails to fetch
NO_BUILD= yes
USE_JAVA= yes
JAVA_VERSION= 1.4+
JAVA_VERSION= 1.5+
PLIST_SUB= T=${APP_HOME:S|^${LOCALBASE}/||} \
WWWUID=${WWWUID} WWWGID=${WWWGID}