Skip to content

Commit

Permalink
devel/maven: Update to 3.8.7
Browse files Browse the repository at this point in the history
ChangeLog:	https://maven.apache.org/docs/3.8.7/release-notes.html
PR:		268659
MFH:		2023Q1 (bugfixes)
  • Loading branch information
michael-o authored and nunotexbsd committed Jan 9, 2023
1 parent 14d0a7b commit 86cf9e1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
4 changes: 2 additions & 2 deletions devel/maven/Makefile
@@ -1,5 +1,5 @@
PORTNAME= maven
DISTVERSION= 3.8.6
DISTVERSION= 3.8.7
CATEGORIES= devel java
MASTER_SITES= APACHE/maven/maven-3/${DISTVERSION}/binaries
DISTNAME= apache-maven-${DISTVERSION}-bin
Expand Down Expand Up @@ -31,7 +31,7 @@ post-extract:

post-patch:
@${REINPLACE_CMD} \
-e '54,72d;74,75d' \
-e '36,39d;54,72d;74,75d' \
-e 's|/usr/local|${LOCALBASE}|g' \
-E -e 's|^MAVEN_HOME=.+$$|MAVEN_HOME="${DATADIR}"|g' ${WRKSRC}/bin/mvn
@${FIND} ${WRKSRC} -name '*.bak' -delete -o -name '*.orig' -delete
Expand Down
6 changes: 3 additions & 3 deletions devel/maven/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1655731646
SHA256 (apache-maven-3.8.6-bin.tar.gz) = c7047a48deb626abf26f71ab3643d296db9b1e67f1faa7d988637deac876b5a9
SIZE (apache-maven-3.8.6-bin.tar.gz) = 8676320
TIMESTAMP = 1672441649
SHA256 (apache-maven-3.8.7-bin.tar.gz) = 628b49352130d1d25d5519b1c724f0efe58b86bad55f37a694ca8f73f11e3604
SIZE (apache-maven-3.8.7-bin.tar.gz) = 8293440
10 changes: 4 additions & 6 deletions devel/maven/pkg-plist
Expand Up @@ -13,11 +13,8 @@
@sample %%DATADIR%%/conf/toolchains.xml.sample
%%DATADIR%%/lib/commons-cli-1.4.jar
%%DATADIR%%/lib/commons-cli.license
%%DATADIR%%/lib/commons-io-2.6.jar
%%DATADIR%%/lib/commons-io.license
%%DATADIR%%/lib/commons-lang3-3.8.1.jar
%%DATADIR%%/lib/commons-lang3.license
%%DATADIR%%/lib/ext/README.txt
%%DATADIR%%/lib/guava-25.1-android.jar
%%DATADIR%%/lib/guava.license
%%DATADIR%%/lib/guice-4.2.2-no_aop.jar
Expand Down Expand Up @@ -66,7 +63,8 @@
%%DATADIR%%/lib/plexus-utils.license
%%DATADIR%%/lib/slf4j-api-1.7.36.jar
%%DATADIR%%/lib/slf4j-api.license
%%DATADIR%%/lib/wagon-file-3.5.1.jar
%%DATADIR%%/lib/wagon-http-3.5.1-shaded.jar
%%DATADIR%%/lib/wagon-provider-api-3.5.1.jar
%%DATADIR%%/lib/wagon-file-3.5.3.jar
%%DATADIR%%/lib/wagon-http-3.5.3-shaded.jar
%%DATADIR%%/lib/wagon-provider-api-3.5.3.jar
%%DATADIR%%/lib/ext/README.txt
%%DATADIR%%/maven-%%PORTVERSION%%

0 comments on commit 86cf9e1

Please sign in to comment.