notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
non port: java/javamail/Makefile

Number of commits found: 47

Thursday, 2 Apr 2026
21:06 Ronald Klop (ronald) search for other commits by this committer
*/*: bump portrevision after java_default=25 update

Included all ports that have USES=java.

PR:	293559
commit hash: 86813e9ccf597695e26c8104e678f913689f1e93 commit hash: 86813e9ccf597695e26c8104e678f913689f1e93 commit hash: 86813e9ccf597695e26c8104e678f913689f1e93 commit hash: 86813e9ccf597695e26c8104e678f913689f1e93 86813e9
Thursday, 26 Feb 2026
08:10 Ronald Klop (ronald) search for other commits by this committer
*/*: bump portrevision after java_default=21 update

PR:	272855
commit hash: 2baaf16375792e66c71bc985f99e147f90be47fc commit hash: 2baaf16375792e66c71bc985f99e147f90be47fc commit hash: 2baaf16375792e66c71bc985f99e147f90be47fc commit hash: 2baaf16375792e66c71bc985f99e147f90be47fc 2baaf16
Friday, 12 Dec 2025
08:50 Dima Panov (fluffy) search for other commits by this committer
java/javamail: unbreak build after 3166f9b4ba3622ba64b9882deb2f64fda6410cb9

/!\ javamail-1.6.2_2: Makefile errors /!\

you cannot include bsd.port[.pre].mk twice

Defining both PORTVERSION and DISTVERSION is wrong, only set one, if necessary,
set DISTNAME
commit hash: e64a521227ca7fbc57e64a33f79c8eedb7234b89 commit hash: e64a521227ca7fbc57e64a33f79c8eedb7234b89 commit hash: e64a521227ca7fbc57e64a33f79c8eedb7234b89 commit hash: e64a521227ca7fbc57e64a33f79c8eedb7234b89 e64a521
Thursday, 11 Dec 2025
08:52 Ronald Klop (ronald) search for other commits by this committer
java/javamail: remove java from run dependencies

As javamail is a library and not an application itself it should not
have a run-dependency on Java. It doesn't run on its own.
It will always use the java version of the application that uses javamail.

Use source and target arguments compatible with jdk21.

If not using openjdk8 bring back the Java Activation Framework. In
openjdk8 these classes were included in the core packages. In later
JDK versions it was removed again.

PR:	291388
commit hash: 3166f9b4ba3622ba64b9882deb2f64fda6410cb9 commit hash: 3166f9b4ba3622ba64b9882deb2f64fda6410cb9 commit hash: 3166f9b4ba3622ba64b9882deb2f64fda6410cb9 commit hash: 3166f9b4ba3622ba64b9882deb2f64fda6410cb9 3166f9b
Tuesday, 31 Dec 2024
14:39 Muhammad Moinur Rahman (bofh) search for other commits by this committer
Mk/Uses/java.mk: Runtime fix with USES=java:ant

USES=java:ant does not imply USES=java:run so we need to add the run arg
seperately when we are using USES=java:ant. Not all ports require the
the argument so it is better to address the ports individually instead
of handling it automatically by implying run for ant.

Thanks to vvd for carefully going through this.

Reported by:	vvd
Approved by:	portmgr (blanket)
commit hash: ac7a7d6fe13746d1178035d7756c788f9ef9beb2 commit hash: ac7a7d6fe13746d1178035d7756c788f9ef9beb2 commit hash: ac7a7d6fe13746d1178035d7756c788f9ef9beb2 commit hash: ac7a7d6fe13746d1178035d7756c788f9ef9beb2 ac7a7d6
08:57 Muhammad Moinur Rahman (bofh) search for other commits by this committer
Mk/**java.mk: Convert bsd.java.mk to USES

The following features have been added or changed:
- Instead of USE_JAVA use USES=java. This defaults to
  USES=java:build,run if NO_BUILD is undefined. Else it defaults to
  USES=java:run
- Instead of USE_ANT=yes use USES=java:ant which also implies
  USES=java:build
- Instead of JAVA_BUILD=yes use USES=java:build. Does not imply run or
  extract
- Instead of JAVA_EXTRACT=yes use USES=java:extract does not imply
  build or run
- Instead of JAVA_RUN=yes use USES=java:run does not imply extract or
  build
- Instead of USE_JAVA=<version> use USES=java and JAVA_VERSION=<version>

Approved by: mat (portmgr), glewis
Differential Revision:  https://reviews.freebsd.org/D48201
commit hash: 0835676e361bca74b28b09fe0425ed5ee958f26b commit hash: 0835676e361bca74b28b09fe0425ed5ee958f26b commit hash: 0835676e361bca74b28b09fe0425ed5ee958f26b commit hash: 0835676e361bca74b28b09fe0425ed5ee958f26b 0835676
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 20 Jul 2022
14:22 Tobias C. Berner (tcberner) search for other commits by this committer
java: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Semenyaka <alex@rinet.ru>
  *  Alexander Yerenkow <yerenkow@gmail.com>
  *  Anton Yudin (<contact@toha.org.ua>)
  *  Anton Yudin <toha@toha.org.ua>
  *  Benjamin Close <benjsc@FreeBSD.org>
  *  Björn König <bkoenig@alpha-tierchen.de>
  *  Conor McDermottroe <ports@mcdermottroe.com>
  *  Danilo Egea Gondolfo <danilo@FreeBSD.org
  *  Dave Glowacki <dglo@ssec.wisc.edu>
  *  Ernst de Haan <znerd@FreeBSD.org>
  *  Eugene Grosbein <ports@grosbein.net>
  *  Filippo Natali <filippo@widestore.net>
  *  Gerrit Beine <gerrit.beine@gmx.de>
  *  Greg Lewis <glewis@FreeBSD.org>
  *  Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
  *  Jason Helfman <jgh@FreeBSD.org>
  *  Jeremy <karlj000@unbc.ca>
  *  Johannes Dieterich <dieterich@ogolem.org>
  *  Johannes Dieterich <jmd@FreeBSD.org>
  *  Jonathan Chen <jonc@chen.org.nz>
  *  Jose Marques
  *  Jose Marques <noway@nohow.demon.co.uk>
  *  Lapo Luchini <lapo@lapo.it>
  *  Lev Serebryakov <lev@FreeBSD.org>
  *  Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
  *  Matthew Dillon <dillon@backplane.com>
  *  Maxim Sobolev <sobomax@FreeBSD.org>
  *  Mikhail T. <mi@aldan.algebra.com>
  *  Mikhail T. <michael@fun-box.ru>
  *  Mikhail Teterin
  *  Nicola Vitale <nivit@FreeBSD.org>
  *  Nicola Vitale <nivit@email.it>
  *  OISHI Masakuni <yamasa@bsdhouse.org>
  *  OKAZAKI Tetsurou
  *  Pedro Giffuni
  *  Simeo Reig <reig.simeo@gmail.com>
  *  Sutra Zhou <zhoushuqun@gmail.com>
  *  Tom Judge <tj@FreeBSD.org>
  *  Volker Stolz <vs@FreeBSD.org>
  *  Wen Heping <wenheping@gmail.com>
  *  Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
  *  gldisater@gldis.ca
  *  ijliao
  *  jake@checker.org
  *  jpbeconne
  *  lon_kamikaze@gmx.de
  *  mi
  *  nordwick@xcf.berkeley.edu
  *  nork@FreeBSD.org
  *  olgeni@FreeBSD.org
  *  rasputin
  *  rfarmer@predatorlabs.net
  *  rtdean@cytherianage.net
  *  tux@pinguru.net

With hat:	portmgr
commit hash: 526869d8dc02563825a24d394e1d087334d654cc commit hash: 526869d8dc02563825a24d394e1d087334d654cc commit hash: 526869d8dc02563825a24d394e1d087334d654cc commit hash: 526869d8dc02563825a24d394e1d087334d654cc 526869d
Wednesday, 4 May 2022
06:57 Alex Dupre (ale) search for other commits by this committer
java/javamail: restrict to java version 8

The Java Activation Framework (jaf), required to build javamail,
was included in JRE 1.6, but later removed in JRE 11.

PR:		263600
Submitted by:	wcarson.bugzilla@disillusion.net
commit hash: e81f8397c708934da23d468644a519df73b74adf commit hash: e81f8397c708934da23d468644a519df73b74adf commit hash: e81f8397c708934da23d468644a519df73b74adf commit hash: e81f8397c708934da23d468644a519df73b74adf e81f839
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Monday, 30 Sep 2019
14:45 ale search for other commits by this committer
Update to 1.6.2 release.
Original commitRevision:513389 
Wednesday, 9 Aug 2017
16:10 mat search for other commits by this committer
Fixup GH_TAGNAME usage, and minor cleanup.

Sponsored by:	Absolight
Original commitRevision:447632 
15:27 ale search for other commits by this committer
Update to 1.5.6 release.

PR:		220592
Submitted by:	Gerrit Beine <mail+freebsd@gerritbeine.de>
Original commitRevision:447628 
Monday, 11 May 2015
06:09 amdmi3 search for other commits by this committer
- Add CPE info

Approved by:	portmgr blanket
Original commitRevision:386052 
Saturday, 5 Jul 2014
19:27 olgeni search for other commits by this committer
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Categories J-L.

CR:		D305
Approved by:	portmgr (swills)
Original commitRevision:360810 
Monday, 10 Mar 2014
15:21 bapt search for other commits by this committer
Convert j* to USES=zip
Original commitRevision:347771 
Tuesday, 21 Jan 2014
16:43 ale search for other commits by this committer
Update to 1.5.1 release and stagify.
Original commitRevision:340620 
Friday, 20 Sep 2013
19:48 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
java)
Original commitRevision:327738 
Tuesday, 2 Apr 2013
04:42 miwi search for other commits by this committer
- Fix fetch

Reported by:	pointyhat
Approved by:	portmgr
Original commitRevision:315660 
Tuesday, 12 Mar 2013
10:42 ale search for other commits by this committer
Update to 1.4.7 release.
Original commitRevision:313962 
Monday, 11 Feb 2013
09:19 ale search for other commits by this committer
Update to 1.4.6 release and pet portlint.
Original commitRevision:312047 
Monday, 10 Dec 2012
13:18 bapt search for other commits by this committer
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION=	1.5+ (part2)
Original commitRevision:308604 
Monday, 26 Mar 2012
07:48 ale search for other commits by this committer
Update to 1.4.5 release.

Feature safe:   yes
Original commit
Friday, 18 Feb 2011
10:11 ale search for other commits by this committer
Fix build with jdk 1.5. The resulting jar can be used also with jdk 1.4 (modulo
SASL authentication), but must be built with 1.5+.

Feature safe:   yes
Original commit
Thursday, 17 Feb 2011
08:31 ale search for other commits by this committer
Take maintainership and add LICENSE.

Feature safe:   yes
Original commit
Wednesday, 16 Feb 2011
11:07 ale search for other commits by this committer
Update javamail to 1.4.4 release, now open sourced!

Feature safe:   yes
Original commit
Wednesday, 29 Dec 2010
20:04 pgollucci search for other commits by this committer
- DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.

PR:             ports/153292
Submitted by:   myself (pgollucci)
Tested by:      -exp run by pav
Approved by:    portmgr (pav)
Original commit
Monday, 21 Dec 2009
06:15 glewis search for other commits by this committer
. Update to 1.4.3.
Original commit
Monday, 8 Dec 2008
06:43 linimon search for other commits by this committer
Reset nemoliu due to maintainer-timeouts and no response to email.

Hat:    portmgr
Original commit
Monday, 23 Jun 2008
07:50 gahr search for other commits by this committer
- Update to 1.4.1

PR:             124206
Submitted by:   yours truly
Approved by:    nemoliu (maintainer)
Original commit
Friday, 6 Jun 2008
13:38 edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
Original commit
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit
Monday, 30 Apr 2007
06:27 nemoliu search for other commits by this committer
Use my @FreeBSD.org address.

Approved by:    delphij (mentor)
Original commit
Wednesday, 21 Feb 2007
17:43 delphij search for other commits by this committer
Update to 1.4.

Submitted by:   Nemo LIU <nemoliu at gmail dot com>
PR:             ports/109233
Original commit
Sunday, 3 Sep 2006
06:12 kris search for other commits by this committer
Allow package builds
Original commit
Friday, 14 Oct 2005
01:08 glewis search for other commits by this committer
. Update to 1.3.3.

PR:             87375
Submitted by:   Ronald Klop <ronald@cs.vu.nl>
Original commit
Tuesday, 11 Oct 2005
15:10 glewis search for other commits by this committer
. No need for ${MKDIR} ${JAVAJARDIR}, its been automatically created
  by mtree for more than 3 years now.

Pointed out by: hq
Original commit
Wednesday, 8 Jun 2005
15:51 glewis search for other commits by this committer
. Update to 1.3.2 update.

PR:             82027
Submitted by:   Hans Voogt <dehans@xs4all.nl>
Original commit
Tuesday, 3 May 2005
17:55 glewis search for other commits by this committer
. Update to 1.3.2.

Submitted by:   "DAIGU" <daigu@pop02.odn.ne.jp>
Original commit
Thursday, 9 Sep 2004
18:38 hq search for other commits by this committer
Fix DOWNLOAD_URL.

Reported by:    Ronald Klop <ronald-freebsd8@klop.yi.org>
Approved by:    portmgr, glewis (mentor)
Original commit
Friday, 3 Sep 2004
03:34 hq search for other commits by this committer
- Fixed DISTNAME [1]
- Use LOCALBASE rather than PREFIX in RUN_DEPENDS
- Now bsd.java.mk 2.0 compliant
- Use CPIO rather than CP
- Use JAVAJARDIR and JAVASHAREDIR
- Removed pkg-plist (use dynamic plist and PORTDOCS)
- Honor NOPORTDOCS
- Honor hier(7): documentation in DOCSDIR and examples in EXAMPLESDIR [2]
- Honor "best practices for a Java library" from Porter's handbook, Java
  section: JARs in JAVAJARDIR. [2]
- SIZEify
- Added 'mail' category

PR:             71235 [1]
Submitted by:   Rainer Duffner <rainer@ultra-secure.de> [1]
Reviewed by:    glewis [2]
Approved by:    glewis (mentor)
Original commit
Tuesday, 13 Jan 2004
22:33 znerd search for other commits by this committer
Improved download URL to be more specific.
Original commit
Wednesday, 9 Jul 2003
05:22 daichi search for other commits by this committer
update java/javamail: 1.3 -> 1.3.1

PR:             54239
Submitted by:   Ronald Klop <ronald@cs.vu.nl>
Original commit
Friday, 7 Mar 2003
06:04 ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
Original commit
Thursday, 7 Nov 2002
13:54 edwin search for other commits by this committer
Update to the java/javamail port from version 1.2 to 1.3.
Changing maintainer to java@freebsd.org

PR:             ports/44558
Submitted by:   Jose Marques <noway@nohow.demon.co.uk>
Original commit
Tuesday, 7 May 2002
22:30 znerd search for other commits by this committer
Cleaned things up here and there.
Switched to USE_JAVA. This fixes PR 35080.
Improved download URL. Changed do-install target a
little. Installing links to the actual JAR files in
${PREFIX}/share/java/classes. The actual JAR files
are now in ${PREFIX}/share/java/${PKGNAME}.
Bumped PORTREVISION.

PR:     35080
Original commit
Monday, 3 Sep 2001
19:36 knu search for other commits by this committer
Update to 1.2.    
Original commit

Number of commits found: 47