git: 4ab15e874f21 - main - devel/javax-activation-api: Limit portscout to the javax branch
Jochen Neumeister <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by joneum: URL: https://cgit.FreeBSD.org/ports/commit/?id=4ab15e874f21cc2dec8dadcbf2e6763ee75a8e3d commit 4ab15e874f21cc2dec8dadcbf2e6763ee75a8e3d Author: Jochen Neumeister <[email protected]> AuthorDate: 2026-08-19 07:01:59 +0000 Commit: Jochen Neumeister <[email protected]> CommitDate: 2026-08-19 07:10:07 +0000 devel/javax-activation-api: Limit portscout to the javax branch The Maven directory this port fetches from also holds 2.x, which is the jakarta namespace and already packaged as devel/jakarta-activation-api, not an update. Sponsored by: Netzkommune GmbH --- devel/javax-activation-api/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/devel/javax-activation-api/Makefile b/devel/javax-activation-api/Makefile index 70e0e9cff6ee..a1a9aad2b7d1 100644 --- a/devel/javax-activation-api/Makefile +++ b/devel/javax-activation-api/Makefile @@ -19,6 +19,10 @@ JAVA_VERSION= 8+ NO_ARCH= yes NO_BUILD= yes +# 1.2.x is the last javax-namespace release of this artifact; 2.x is the +# jakarta namespace and is packaged separately as devel/jakarta-activation-api. +PORTSCOUT= limit:^1\.2\. + PLIST_FILES= ${JAVAJARDIR}/javax.activation-api.jar do-install: