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 photosAll times are UTC
Ukraine
NOW FIXED. We had a known problem with lists of packages - they were out of date. The fix has been applied to production. See packages-import/issues/3 & packages-import/issues/4
Port details
javamail Reference Implementation of JSR 919
1.6.2_1 java on this many watch lists=18 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.6.2Version of this port present on the latest quarterly branch.
Maintainer: ale@FreeBSD.org search for ports maintained by this maintainer
Port Added: unknown
Last Update: 2024-12-31 14:39:30
Commit Hash: ac7a7d6
People watching this port, also watch:: javavmwrapper, png, freetype2, unzip
Also Listed In: mail
License: GPLv2 CDDL
WWW:
https://javaee.github.io/javamail/
Description:
The JavaMail API provides a platform-independent and protocol-independent framework to build mail and messaging applications. The JavaMail API is available as an optional package for use with Java SE platform and is also included in the Java EE platform.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (5 items)
Collapse this list.
  1. share/java/classes/mail.jar
  2. /usr/local/share/licenses/javamail-1.6.2_1/catalog.mk
  3. /usr/local/share/licenses/javamail-1.6.2_1/LICENSE
  4. /usr/local/share/licenses/javamail-1.6.2_1/GPLv2
  5. /usr/local/share/licenses/javamail-1.6.2_1/CDDL
Collapse this list.
Dependency lines:
  • javamail>0:java/javamail
To install the port:
cd /usr/ports/java/javamail/ && make install clean
To add the package, run one of these commands:
  • pkg install java/javamail
  • pkg install javamail
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: javamail
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1569853775 SHA256 (javaee-javamail-JAVAMAIL-1_6_2_GH0.tar.gz) = 870e17293628437a03ae03404f51105c1ab8f682594cb18e005cb99e15d01d24 SIZE (javaee-javamail-JAVAMAIL-1_6_2_GH0.tar.gz) = 1107140

Packages (timestamps in pop-ups are UTC):
javamail
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.6.2_11.6.2_1-1.6.2_11.6.2_1---
FreeBSD:13:quarterly1.6.2_11.6.2_11.6.21.6.2_11.6.2_1-1.6.21.6.2
FreeBSD:14:latest1.6.2_11.6.2_11.6.21.6.2_11.6.2_1--1.6.2
FreeBSD:14:quarterly1.6.2_11.6.2_1-1.6.2_11.6.2_1-1.6.21.6.2
FreeBSD:15:latest1.6.2_11.6.2_1n/a1.6.2_1n/a-1.6.21.6.2
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. java : java/openjdk8
  2. ant : devel/apache-ant
Runtime dependencies:
  1. java : java/openjdk8
This port is required by:
for Build
  1. java/bouncycastle

Deleted ports which required this port:

Expand this list of 2 deleted ports
  1. java/bouncycastle15*
  2. net/tn5250j*
  3. Collapse this list of deleted ports.
for Run
  1. java/bouncycastle
  2. www/jmeter

Deleted ports which required this port:

Expand this list of 2 deleted ports
  1. java/bouncycastle15*
  2. net/tn5250j*
  3. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
===> The following configuration options are available for javamail-1.6.2_1: DOCS=on: Build and/or install documentation EXAMPLES=on: Build and/or install examples ===> Use 'make config' to modify these settings
Options name:
java_javamail
USES:
cpe java:ant,run
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/javaee/javamail/tar.gz/JAVAMAIL-1_6_2?dummy=/
Collapse this list.

Number of commits found: 49

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.6.2_1
31 Dec 2024 14:39:30
commit hash: ac7a7d6fe13746d1178035d7756c788f9ef9beb2commit hash: ac7a7d6fe13746d1178035d7756c788f9ef9beb2commit hash: ac7a7d6fe13746d1178035d7756c788f9ef9beb2commit hash: ac7a7d6fe13746d1178035d7756c788f9ef9beb2 files touched by this commit
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)
1.6.2
31 Dec 2024 08:57:55
commit hash: 0835676e361bca74b28b09fe0425ed5ee958f26bcommit hash: 0835676e361bca74b28b09fe0425ed5ee958f26bcommit hash: 0835676e361bca74b28b09fe0425ed5ee958f26bcommit hash: 0835676e361bca74b28b09fe0425ed5ee958f26b files touched by this commit
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
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
1.6.2
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
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.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.6.2
20 Jul 2022 14:22:12
commit hash: 526869d8dc02563825a24d394e1d087334d654cccommit hash: 526869d8dc02563825a24d394e1d087334d654cccommit hash: 526869d8dc02563825a24d394e1d087334d654cccommit hash: 526869d8dc02563825a24d394e1d087334d654cc files touched by this commit
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>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.6.2
04 May 2022 06:57:36
commit hash: e81f8397c708934da23d468644a519df73b74adfcommit hash: e81f8397c708934da23d468644a519df73b74adfcommit hash: e81f8397c708934da23d468644a519df73b74adfcommit hash: e81f8397c708934da23d468644a519df73b74adf files touched by this commit
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
1.6.2
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.6.2
30 Sep 2019 14:45:20
Revision:513389Original commit files touched by this commit
ale search for other commits by this committer
Update to 1.6.2 release.
1.5.6
09 Aug 2017 16:10:57
Revision:447632Original commit files touched by this commit
mat search for other commits by this committer
Fixup GH_TAGNAME usage, and minor cleanup.

Sponsored by:	Absolight
1.5.6
09 Aug 2017 15:27:50
Revision:447628Original commit files touched by this commit
ale search for other commits by this committer
Update to 1.5.6 release.

PR:		220592
Submitted by:	Gerrit Beine <mail+freebsd@gerritbeine.de>
1.5.1
11 May 2015 06:09:15
Revision:386052Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Add CPE info

Approved by:	portmgr blanket
1.5.1
05 Jul 2014 19:27:04
Revision:360810Original commit files touched by this commit
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)
1.5.1
10 Mar 2014 15:21:21
Revision:347771Original commit files touched by this commit
bapt search for other commits by this committer
Convert j* to USES=zip
1.5.1
21 Jan 2014 16:43:01
Revision:340620Original commit files touched by this commit
ale search for other commits by this committer
Update to 1.5.1 release and stagify.
1.4.7
20 Sep 2013 19:48:32
Revision:327738Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
java)
1.4.7
02 Apr 2013 04:42:52
Revision:315660Original commit files touched by this commit
miwi search for other commits by this committer
- Fix fetch

Reported by:	pointyhat
Approved by:	portmgr
1.4.7
12 Mar 2013 10:42:07
Revision:313962Original commit files touched by this commit
ale search for other commits by this committer
Update to 1.4.7 release.
1.4.6
11 Feb 2013 09:19:41
Revision:312047Original commit files touched by this commit
ale search for other commits by this committer
Update to 1.4.6 release and pet portlint.
1.4.5
10 Dec 2012 13:18:29
Revision:308604Original commit files touched by this commit
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)
1.4.5
26 Mar 2012 07:48:55
Original commit files touched by this commit
ale search for other commits by this committer
Update to 1.4.5 release.

Feature safe:   yes
1.4.4
24 Oct 2011 04:17:38
Original commit files touched by this commit
dougb search for other commits by this committer
Remove more tags from pkg-descr files fo the form:

- Name
em@i.l

or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file.
1.4.4
18 Feb 2011 10:11:12
Original commit files touched by this commit
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
1.4.4
17 Feb 2011 08:31:22
Original commit files touched by this commit
ale search for other commits by this committer
Take maintainership and add LICENSE.

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

Feature safe:   yes
1.4.3
29 Dec 2010 20:04:42
Original commit files touched by this commit
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)
1.4.3
21 Dec 2009 06:15:04
Original commit files touched by this commit
glewis search for other commits by this committer
. Update to 1.4.3.
1.4.1
08 Dec 2008 06:43:50
Original commit files touched by this commit
linimon search for other commits by this committer
Reset nemoliu due to maintainer-timeouts and no response to email.

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

PR:             124206
Submitted by:   yours truly
Approved by:    nemoliu (maintainer)
1.4_2
06 Jun 2008 13:38:51
Original commit files touched by this commit
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)
1.4_1
19 May 2007 20:32:57
Original commit files touched by this commit
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}.
1.4
30 Apr 2007 06:27:41
Original commit files touched by this commit
nemoliu search for other commits by this committer
Use my @FreeBSD.org address.

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

Submitted by:   Nemo LIU <nemoliu at gmail dot com>
PR:             ports/109233
1.3.3
03 Sep 2006 06:12:58
Original commit files touched by this commit
kris search for other commits by this committer
Allow package builds
1.3.3
30 Jan 2006 11:30:48
Original commit files touched by this commit
edwin search for other commits by this committer
SHA256ify (and sometimes SIZEify)
Approved by: krion@
1.3.3
14 Oct 2005 01:09:20
Original commit files touched by this commit
glewis search for other commits by this committer
. Update to 1.3.3 (missed in the last commit somehow).

PR:             87375
Submitted by:   Ronald Klop <ronald@cs.vu.nl>
1.3.3
14 Oct 2005 01:08:30
Original commit files touched by this commit
glewis search for other commits by this committer
. Update to 1.3.3.

PR:             87375
Submitted by:   Ronald Klop <ronald@cs.vu.nl>
1.3.2_1
11 Oct 2005 15:10:45
Original commit files touched by this commit
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
1.3.2_1
08 Jun 2005 15:51:06
Original commit files touched by this commit
glewis search for other commits by this committer
. Update to 1.3.2 update.

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

Submitted by:   "DAIGU" <daigu@pop02.odn.ne.jp>
1.3.1_1
09 Sep 2004 18:38:25
Original commit files touched by this commit
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)
1.3.1_1
03 Sep 2004 03:34:29
Original commit files touched by this commit
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)
1.3.1
13 Jan 2004 22:33:36
Original commit files touched by this commit
znerd search for other commits by this committer
Improved download URL to be more specific.
1.3_1
10 Jul 2003 04:15:01
Original commit files touched by this commit
daichi search for other commits by this committer
fix java/javamail: Fix pkg-plist of port java/javamail 1.3.1.

PR:             54275
Submitted by:   Ronald Klop <ronald@cs.vu.nl>
Pointed out by: "Sergey A. Osokin" <osa@freebsd.org>
1.3.1
09 Jul 2003 05:22:22
Original commit files touched by this commit
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>
1.3_1
07 Mar 2003 06:04:45
Original commit files touched by this commit
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.
1.3_1
07 Nov 2002 13:54:08
Original commit files touched by this commit
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>
1.2_1
07 May 2002 22:30:54
Original commit files touched by this commit
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
03 Sep 2001 19:36:33
commit hash: fp1.18359@dev.null.freshports.orgcommit hash: fp1.18359@dev.null.freshports.orgcommit hash: fp1.18359@dev.null.freshports.orgcommit hash: fp1.18359@dev.null.freshports.org files touched by this commit
knu search for other commits by this committer
Update to 1.2.    
08 Oct 2000 03:02:04
commit hash: fp1.4754@dev.null.freshports.orgcommit hash: fp1.4754@dev.null.freshports.orgcommit hash: fp1.4754@dev.null.freshports.orgcommit hash: fp1.4754@dev.null.freshports.org files touched by this commit
asami search for other commits by this committer
Convert category java to new layout.  

Number of commits found: 49