databases/apache-commons-dbutils: Update 1.7 => 1.8.1, take maintainership

Release Notes:
https://commons.apache.org/proper/commons-dbutils/changes-report.html

Improve port:
- replace PORTVERSION with DISTVERSION
- switched jar installation to use ${DISTVERSION} for flexibility
- replaced deprecated %%JAVAJARDIR%% with ${JAVAJARDIR} in PLIST_FILES
- pet portclippy
- take maintainership

PR:	286484
This commit is contained in:
Atanu Biswas 2025-05-01 05:51:25 +03:00 committed by Vladimir Druzenko
parent 91d9d897da
commit 6c2b4a20e2
2 changed files with 10 additions and 10 deletions

View File

@ -1,11 +1,11 @@
PORTNAME= commons-dbutils
PORTVERSION= 1.7
DISTVERSION= 1.8.1
CATEGORIES= databases java
MASTER_SITES= APACHE_COMMONS_BINARIES
PKGNAMEPREFIX= apache-
DISTNAME= ${PORTNAME}-${PORTVERSION}-bin
DISTNAME= ${PORTNAME}-${DISTVERSION}-bin
MAINTAINER= ports@FreeBSD.org
MAINTAINER= atanubiswas484@gmail.com
COMMENT= JDBC helper library
WWW= https://commons.apache.org/proper/commons-dbutils/
@ -14,18 +14,18 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= java
NO_BUILD= yes
NO_ARCH= yes
NO_BUILD= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar
WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}
PLIST_FILES= ${JAVAJARDIR}/${PORTNAME}.jar
PORTDOCS= *
OPTIONS_DEFINE= DOCS
do-install:
${INSTALL_DATA} ${WRKSRC}/commons-dbutils-1.7.jar \
${INSTALL_DATA} ${WRKSRC}/${PORTNAME}-${DISTVERSION}.jar \
${STAGEDIR}${JAVAJARDIR}/${PORTNAME}.jar
do-install-DOCS-on:

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1500903515
SHA256 (commons-dbutils-1.7-bin.tar.gz) = 853d6f1f6765a8a8e9810c394da4b1f9be52f91b9feaee0e234f3357886aee4f
SIZE (commons-dbutils-1.7-bin.tar.gz) = 760360
TIMESTAMP = 1746041672
SHA256 (commons-dbutils-1.8.1-bin.tar.gz) = de35589b405453b09faf414c05616f329a41ccdc6eef4ba7ad55901cad2bea65
SIZE (commons-dbutils-1.8.1-bin.tar.gz) = 1180308