mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
Update to 1.1.23 release.
PR: ports/165671 Submitted by: jgh
This commit is contained in:
parent
6571b7f059
commit
8aa728fdbb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=292725
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= tomcat-native
|
||||
PORTVERSION= 1.1.22
|
||||
PORTVERSION= 1.1.23
|
||||
CATEGORIES= www java
|
||||
MASTER_SITES= ${MASTER_SITE_APACHE}
|
||||
MASTER_SITE_SUBDIR= tomcat/tomcat-connectors/native/${PORTVERSION}/source
|
||||
@ -16,12 +16,13 @@ MAINTAINER= ale@FreeBSD.org
|
||||
COMMENT= Tomcat native library
|
||||
|
||||
LICENSE= AL2
|
||||
LICENSE_FILE= ${WRKDIR}/${DISTNAME}/LICENSE
|
||||
|
||||
LIB_DEPENDS= apr-1:${PORTSDIR}/devel/apr1
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/jni/native
|
||||
|
||||
OPTIONS= OCSP "Enable OCSP verification support" off
|
||||
|
||||
USE_OPENSSL= yes
|
||||
USE_JAVA= yes
|
||||
USE_LDCONFIG= yes
|
||||
@ -31,4 +32,10 @@ CONFIGURE_ARGS= --with-apr=${LOCALBASE} \
|
||||
--with-java-home=${JAVA_HOME} \
|
||||
--with-ssl=${SSLBASE}
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if defined(WITH_OCSP)
|
||||
CONFIGURE_ARGS+=--enable-ocsp
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (tomcat-native-1.1.22-src.tar.gz) = 5e7beae371c2e5046f627a3ab3330a75f9457217ebc2587bf7fd3cbf2cd320a5
|
||||
SIZE (tomcat-native-1.1.22-src.tar.gz) = 249259
|
||||
SHA256 (tomcat-native-1.1.23-src.tar.gz) = 944352cbe70d6a9fafaa462ef32792dc15d11bfa2682f48abe6300af60661e92
|
||||
SIZE (tomcat-native-1.1.23-src.tar.gz) = 258558
|
||||
|
Loading…
Reference in New Issue
Block a user