java/apache-commons-beanutils: update to version 1.11.0

This commit is contained in:
Jimmy Olgeni
2025-06-07 16:31:49 +02:00
parent eae46162e5
commit fdcfd413cb
3 changed files with 19 additions and 13 deletions
+3 -6
View File
@@ -1,6 +1,5 @@
PORTNAME= commons-beanutils
PORTVERSION= 1.9.4
PORTREVISION= 1
PORTVERSION= 1.11.0
CATEGORIES= java devel
MASTER_SITES= APACHE_COMMONS_SOURCE
PKGNAMEPREFIX= apache-
@@ -20,9 +19,10 @@ RUN_DEPENDS= ${JAVALIBDIR}/commons-logging.jar:java/apache-commons-logging \
USES= dos2unix java:ant,run
DOS2UNIX_FILES= build.xml
ALL_TARGET= dist
MAKE_ARGS+= -Dcommons-collections.jar=${JAVALIBDIR}/commons-collections.jar \
-Dcommons-logging.jar=${JAVALIBDIR}/commons-logging.jar
ALL_TARGET= dist
NO_ARCH= yes
JARFILE= ${PORTNAME}.jar
@@ -38,9 +38,6 @@ OTHERDOCS= LICENSE.txt NOTICE.txt RELEASE-NOTES.txt
PORTDOCS= ${APIDOCS} ${OTHERDOCS}
.endif
pre-build:
@${REINPLACE_CMD} -e 's!1.9.3-SNAPSHOT!${PORTVERSION}!g;' \
${WRKSRC}/build.xml
do-install:
${INSTALL_DATA} ${WRKSRC}/dist/${PORTNAME}-${PORTVERSION}.jar ${STAGEDIR}${JAVALIBDIR}/${JARFILE}
.if ${PORT_OPTIONS:MDOCS}
+3 -3
View File
@@ -1,3 +1,3 @@
TIMESTAMP = 1580359877
SHA256 (commons-beanutils-1.9.4-src.tar.gz) = 2d46a5ac37000cad57ed338dbc5a0ae08cb924471afb5b3d4cff084afa0c728e
SIZE (commons-beanutils-1.9.4-src.tar.gz) = 412606
TIMESTAMP = 1749284837
SHA256 (commons-beanutils-1.11.0-src.tar.gz) = 28cace1c5f454f6b17bc7d0175aab79fe85799b4fd56b16bb4683dabd2c84cc7
SIZE (commons-beanutils-1.11.0-src.tar.gz) = 403183
@@ -1,15 +1,24 @@
--- build.xml.orig 2020-11-17 15:42:56 UTC
--- build.xml.orig
+++ build.xml
@@ -62,10 +62,10 @@
@@ -42,7 +42,7 @@
<property name="component.title" value="Bean Introspection Utilities"/>
<!-- The current version number of this component -->
- <property name="component.version" value="1.9.3-SNAPSHOT"/>
+ <property name="component.version" value="1.11.0"/>
<!-- The base directory for compilation targets -->
<property name="build.home" value="target"/>
@@ -61,10 +61,10 @@
<!-- Compiler source JDK version -->
- <property name="compile.source" value="1.5"/>
+ <property name="compile.source" value="1.6"/>
+ <property name="compile.source" value="1.8"/>
<!-- Compiler target JDK version -->
- <property name="compile.target" value="1.5"/>
+ <property name="compile.target" value="1.6"/>
+ <property name="compile.target" value="1.8"/>
<!-- Should Java compilations set the 'debug' compiler option? -->
<property name="compile.debug" value="true"/>