git: e3ea2e922ea9 - main - www/tomcat-native: take ownership
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 17 Apr 2024 08:57:04 UTC
The branch main has been updated by michaelo: URL: https://cgit.FreeBSD.org/ports/commit/?id=e3ea2e922ea9ce4d205355647e3aeb1d35e53f9f commit e3ea2e922ea9ce4d205355647e3aeb1d35e53f9f Author: Michael Osipov <michaelo@FreeBSD.org> AuthorDate: 2024-04-17 08:22:48 +0000 Commit: Michael Osipov <michaelo@FreeBSD.org> CommitDate: 2024-04-17 08:56:53 +0000 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/