Date: Mon, 7 Oct 2019 08:19:49 +0000 (UTC) From: Alex Dupre <ale@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r513928 - in head: . devel devel/apache-commons-daemon devel/jakarta-commons-daemon www/tomcat7 www/tomcat85 www/tomcat9 www/tomee Message-ID: <201910070819.x978Jnnp041252@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ale Date: Mon Oct 7 08:19:49 2019 New Revision: 513928 URL: https://svnweb.freebsd.org/changeset/ports/513928 Log: Update commons-daemon to 1.2.2 release and rename from jakarta to apache. Added: head/devel/apache-commons-daemon/ - copied from r513927, head/devel/jakarta-commons-daemon/ Deleted: head/devel/jakarta-commons-daemon/ Modified: head/MOVED head/devel/Makefile head/devel/apache-commons-daemon/Makefile head/devel/apache-commons-daemon/distinfo head/www/tomcat7/Makefile head/www/tomcat85/Makefile head/www/tomcat9/Makefile head/www/tomee/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Mon Oct 7 08:18:37 2019 (r513927) +++ head/MOVED Mon Oct 7 08:19:49 2019 (r513928) @@ -13066,3 +13066,4 @@ java/jakarta-commons-primitives|java/apache-commons-pr lang/jakarta-commons-jelly|lang/apache-commons-jelly|2019-10-06|Renamed upstream net/jakarta-commons-net|net/apache-commons-net|2019-10-06|Renamed upstream textproc/jakarta-commons-digester|textproc/apache-commons-digester|2019-10-06|Renamed upstream +devel/jakarta-commons-daemon|devel/apache-commons-daemon|2019-10-07|Renamed upstream Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Oct 7 08:18:37 2019 (r513927) +++ head/devel/Makefile Mon Oct 7 08:19:49 2019 (r513928) @@ -125,6 +125,7 @@ SUBDIR += antlr4 SUBDIR += apache-ant SUBDIR += apache-commons-configuration + SUBDIR += apache-commons-daemon SUBDIR += apache-commons-io SUBDIR += apache-commons-jxpath SUBDIR += apache-commons-modeler @@ -1030,7 +1031,6 @@ SUBDIR += itext SUBDIR += ivykis SUBDIR += iz - SUBDIR += jakarta-commons-daemon SUBDIR += jam SUBDIR += jansson SUBDIR += java-findbugs Modified: head/devel/apache-commons-daemon/Makefile ============================================================================== --- head/devel/jakarta-commons-daemon/Makefile Mon Oct 7 08:18:37 2019 (r513927) +++ head/devel/apache-commons-daemon/Makefile Mon Oct 7 08:19:49 2019 (r513928) @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= commons-daemon -PORTVERSION= 1.2.1 +PORTVERSION= 1.2.2 CATEGORIES= devel java MASTER_SITES= APACHE_COMMONS_SOURCE:src \ APACHE_COMMONS_BINARIES:bin -PKGNAMEPREFIX= jakarta- +PKGNAMEPREFIX= apache- DISTFILES= ${PORTNAME}-${PORTVERSION}-native-src${EXTRACT_SUFX}:src \ ${PORTNAME}-${PORTVERSION}-bin${EXTRACT_SUFX}:bin Modified: head/devel/apache-commons-daemon/distinfo ============================================================================== --- head/devel/jakarta-commons-daemon/distinfo Mon Oct 7 08:18:37 2019 (r513927) +++ head/devel/apache-commons-daemon/distinfo Mon Oct 7 08:19:49 2019 (r513928) @@ -1,5 +1,5 @@ -TIMESTAMP = 1569854872 -SHA256 (commons-daemon-1.2.1-native-src.tar.gz) = dabefec25192db997fcbd6d1d0d606e59bd57fc41bc61ec53625d3d12b57f2e3 -SIZE (commons-daemon-1.2.1-native-src.tar.gz) = 1582098 -SHA256 (commons-daemon-1.2.1-bin.tar.gz) = b8617b2b5a5d19f9d11a5640ac2d0a72198cae64b372aec268a1ecab0ee8b0ce -SIZE (commons-daemon-1.2.1-bin.tar.gz) = 178789 +TIMESTAMP = 1570435452 +SHA256 (commons-daemon-1.2.2-native-src.tar.gz) = 55b9d187858a2bb83b306b601c4afb927d7a9f9a595aae437ca7e0e85e494fdb +SIZE (commons-daemon-1.2.2-native-src.tar.gz) = 206895 +SHA256 (commons-daemon-1.2.2-bin.tar.gz) = d95ca4ae44e4c51fa1f2de6af599d1a25dfa09dd91b0c5207980bc3edbe03a7f +SIZE (commons-daemon-1.2.2-bin.tar.gz) = 179626 Modified: head/www/tomcat7/Makefile ============================================================================== --- head/www/tomcat7/Makefile Mon Oct 7 08:18:37 2019 (r513927) +++ head/www/tomcat7/Makefile Mon Oct 7 08:19:49 2019 (r513928) @@ -14,7 +14,7 @@ COMMENT= Open-source Java web server by Apache, 7.x br LICENSE= APACHE20 -RUN_DEPENDS= jsvc:devel/jakarta-commons-daemon +RUN_DEPENDS= jsvc:devel/apache-commons-daemon USES= cpe CPE_VENDOR= apache Modified: head/www/tomcat85/Makefile ============================================================================== --- head/www/tomcat85/Makefile Mon Oct 7 08:18:37 2019 (r513927) +++ head/www/tomcat85/Makefile Mon Oct 7 08:19:49 2019 (r513928) @@ -13,7 +13,7 @@ COMMENT= Open-source Java web server by Apache, 8.5.x LICENSE= APACHE20 -RUN_DEPENDS= jsvc:devel/jakarta-commons-daemon +RUN_DEPENDS= jsvc:devel/apache-commons-daemon USES= cpe CPE_VENDOR= apache Modified: head/www/tomcat9/Makefile ============================================================================== --- head/www/tomcat9/Makefile Mon Oct 7 08:18:37 2019 (r513927) +++ head/www/tomcat9/Makefile Mon Oct 7 08:19:49 2019 (r513928) @@ -14,7 +14,7 @@ COMMENT= Open-source Java web server by Apache, 9.0.x LICENSE= APACHE20 -RUN_DEPENDS= jsvc:devel/jakarta-commons-daemon +RUN_DEPENDS= jsvc:devel/apache-commons-daemon USES= cpe CPE_VENDOR= apache Modified: head/www/tomee/Makefile ============================================================================== --- head/www/tomee/Makefile Mon Oct 7 08:18:37 2019 (r513927) +++ head/www/tomee/Makefile Mon Oct 7 08:19:49 2019 (r513928) @@ -12,7 +12,7 @@ COMMENT= Open-source Java EE Container by Apache LICENSE= APACHE20 -RUN_DEPENDS= jsvc:devel/jakarta-commons-daemon +RUN_DEPENDS= jsvc:devel/apache-commons-daemon USES= cpe CPE_VENDOR= apache
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910070819.x978Jnnp041252>