Maintainer update: www/resin3 updated to 3.0.17
This is an update of www/resin3 to 3.0.17. Thanks in advance! PR: ports/91390 Submitted by: Jean-Baptiste Quenot <jb.quenot@caraldi.com>
This commit is contained in:
parent
191a916cfe
commit
1992519197
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=152940
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= resin
|
||||
PORTVERSION= 3.0.16
|
||||
PORTVERSION= 3.0.17
|
||||
CATEGORIES= www java
|
||||
MASTER_SITES= http://www.caucho.com/download/
|
||||
|
||||
@ -59,6 +59,7 @@ COPYDIRS= lib libexec webapps
|
||||
CONFIGURE_ARGS+= --with-java-home=${JAVA_HOME} \
|
||||
--with-openssl-lib=${OPENSSLLIB} \
|
||||
--with-openssl-include=${OPENSSLINC}
|
||||
LDFLAGS+= -L${OPENSSLLIB} -lcrypto -lssl
|
||||
|
||||
# Install the Apache plugin if needed
|
||||
.if defined(WITH_APACHE) && (${WITH_APACHE} == yes || ${WITH_APACHE} == YES)
|
||||
@ -128,8 +129,9 @@ defined(WITH_APACHE) && (${WITH_APACHE} == yes || ${WITH_APACHE} == YES))
|
||||
.endif
|
||||
|
||||
post-build:
|
||||
cd ${WRKSRC}/modules/c/src && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_ARGS} install
|
||||
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_ARGS} install
|
||||
|
||||
# Resin does not handle installation, so proceed now
|
||||
do-install:
|
||||
@${SETENV} RUNASUSER=${RUNASUSER} GROUP=${GROUP} ${SH} ${WRKDIR}/install.sh
|
||||
.if (defined(WITH_APACHE2) && (${WITH_APACHE2} == yes || ${WITH_APACHE2} == YES))
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (resin-3.0.16.tar.gz) = 8f5a88fa14190bc768b083c17f864ea3
|
||||
SHA256 (resin-3.0.16.tar.gz) = 17326fc79ec941cd18b9c25d251aa595a9b9bcaa5ff653cb44b9f129c7b948a2
|
||||
SIZE (resin-3.0.16.tar.gz) = 7667120
|
||||
MD5 (resin-3.0.17.tar.gz) = 19a2afd5c5fd8a8439bd55ef58922478
|
||||
SHA256 (resin-3.0.17.tar.gz) = 2a3218fc50e16fa73609e6b36855ae25e36f746a1b583139126c066e78d6af80
|
||||
SIZE (resin-3.0.17.tar.gz) = 7656477
|
||||
|
@ -41,7 +41,7 @@ If you need to pass special options to Java, please set the
|
||||
%%APP_NAME%%_flags="-Djava.awt.headless=true"
|
||||
|
||||
# Increase memory limit of the Java virtual machine
|
||||
%%APP_NAME%%_flags="-Xms32m -Xmx256m"
|
||||
%%APP_NAME%%_flags="-Xms32m -Xmx256m"
|
||||
|
||||
# Run Java with remote debugging turned on
|
||||
%%APP_NAME%%_flags="-Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,server=y,suspend=n"
|
||||
# Run Java with remote debugging turned on on port 8000
|
||||
%%APP_NAME%%_flags="-Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8000"
|
||||
|
@ -1,6 +1,5 @@
|
||||
@comment $FreeBSD$
|
||||
%%APP_NAME%%/lib/aopalliance.jar
|
||||
%%APP_NAME%%/lib/default.xsl
|
||||
%%APP_NAME%%/lib/eclipse-compiler.jar
|
||||
%%APP_NAME%%/lib/ejb-20.jar
|
||||
%%APP_NAME%%/lib/ejb-30.jar
|
||||
|
Loading…
Reference in New Issue
Block a user