From e3ea2e922ea9ce4d205355647e3aeb1d35e53f9f Mon Sep 17 00:00:00 2001 From: Michael Osipov Date: Wed, 17 Apr 2024 10:22:48 +0200 Subject: [PATCH] www/tomcat-native: take ownership As agreed with ale@, I am taking ownership of this port. Approved by: otis (mentor), ale Differential Revision: https://reviews.freebsd.org/D44822 --- www/tomcat-native/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/tomcat-native/Makefile b/www/tomcat-native/Makefile index 2095bfe4f64f..07748467aa4a 100644 --- a/www/tomcat-native/Makefile +++ b/www/tomcat-native/Makefile @@ -1,10 +1,11 @@ PORTNAME= tomcat-native DISTVERSION= 1.3.0 +PORTREVISION= 1 CATEGORIES= www java MASTER_SITES= https://archive.apache.org/dist/tomcat/tomcat-connectors/native/${PORTVERSION}/source/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src -MAINTAINER= ale@FreeBSD.org +MAINTAINER= michaelo@apache.org COMMENT= Tomcat native library WWW= https://tomcat.apache.org/native-${PORTVERSION:R}-doc/