From 3ada7ef069a82226bb158c273d7b0e928422e13c Mon Sep 17 00:00:00 2001 From: Atanu Biswas Date: Tue, 29 Apr 2025 02:51:57 +0300 Subject: java/apache-commons-logging: Update 1.2 => 1.3.5, take maintainership Changelogs: https://commons.apache.org/proper/commons-logging/changes.html Replace PORTVERSION with DISTVERSION. Pet portclippy. PR: 286425 --- java/apache-commons-logging/Makefile | 18 +++++++++--------- java/apache-commons-logging/distinfo | 6 +++--- 2 files changed, 12 insertions(+), 12 deletions(-) (limited to 'java') diff --git a/java/apache-commons-logging/Makefile b/java/apache-commons-logging/Makefile index aab9402173bc..3ed1106b8be9 100644 --- a/java/apache-commons-logging/Makefile +++ b/java/apache-commons-logging/Makefile @@ -1,11 +1,11 @@ PORTNAME= commons-logging -PORTVERSION= 1.2 +DISTVERSION= 1.3.5 CATEGORIES= java devel MASTER_SITES= APACHE_COMMONS_BINARIES PKGNAMEPREFIX= apache- -DISTNAME= ${PORTNAME}-${PORTVERSION}-bin +DISTNAME= ${PORTNAME}-${DISTVERSION}-bin -MAINTAINER= ports@FreeBSD.org +MAINTAINER= atanubiswas484@gmail.com COMMENT= Generic logging wrapper library WWW= https://commons.apache.org/proper/commons-logging/ @@ -13,18 +13,18 @@ LICENSE= APACHE20 USES= java -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - -OPTIONS_DEFINE= DOCS - NO_ARCH= yes NO_BUILD= yes -JARFILE= ${PORTNAME}-${PORTVERSION}.jar +WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} + +JARFILE= ${PORTNAME}-${DISTVERSION}.jar -PORTDOCS= * PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar \ %%JAVAJARDIR%%/${JARFILE} +PORTDOCS= * + +OPTIONS_DEFINE= DOCS do-install: ${INSTALL_DATA} ${WRKSRC}/${JARFILE} ${STAGEDIR}${JAVAJARDIR} diff --git a/java/apache-commons-logging/distinfo b/java/apache-commons-logging/distinfo index dbbab162e5d4..3d5049791108 100644 --- a/java/apache-commons-logging/distinfo +++ b/java/apache-commons-logging/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1570207571 -SHA256 (commons-logging-1.2-bin.tar.gz) = 3f758805c7290d9c6d22d1451587c9f7232744aef4c984e88aa683cdea0587bd -SIZE (commons-logging-1.2-bin.tar.gz) = 315429 +TIMESTAMP = 1745871002 +SHA256 (commons-logging-1.3.5-bin.tar.gz) = e2cfc37cd629fc25d2200b540141c2d8645e42b9a586937cb51c2fa47981d86d +SIZE (commons-logging-1.3.5-bin.tar.gz) = 1145477 -- cgit v1.2.3