aboutsummaryrefslogtreecommitdiffstats
path: root/java/javamail
Commit message (Collapse)AuthorAgeFilesLines
* . Update to 1.4.3.glewis2009-12-212-10/+10
|
* Reset nemoliu due to maintainer-timeouts and no response to email.linimon2008-12-081-1/+1
| | | | Hat: portmgr
* - Update to 1.4.1gahr2008-06-232-6/+5
| | | | | | PR: 124206 Submitted by: yours truly Approved by: nemoliu (maintainer)
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1
| | | | | | | | | | 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)
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Use my @FreeBSD.org address.nemoliu2007-04-301-1/+1
| | | | Approved by: delphij (mentor)
* Update to 1.4.delphij2007-02-223-20/+23
| | | | | Submitted by: Nemo LIU <nemoliu at gmail dot com> PR: ports/109233
* Allow package buildskris2006-09-031-1/+1
|
* SHA256ify (and sometimes SIZEify)edwin2006-01-301-0/+1
| | | | Approved by: krion@
* . Update to 1.3.3 (missed in the last commit somehow).glewis2005-10-141-2/+2
| | | | | PR: 87375 Submitted by: Ronald Klop <ronald@cs.vu.nl>
* . Update to 1.3.3.glewis2005-10-141-6/+6
| | | | | PR: 87375 Submitted by: Ronald Klop <ronald@cs.vu.nl>
* . No need for ${MKDIR} ${JAVAJARDIR}, its been automatically createdglewis2005-10-111-1/+0
| | | | | | by mtree for more than 3 years now. Pointed out by: hq
* . Update to 1.3.2 update.glewis2005-06-082-3/+4
| | | | | PR: 82027 Submitted by: Hans Voogt <dehans@xs4all.nl>
* . Update to 1.3.2.glewis2005-05-042-6/+5
| | | | Submitted by: "DAIGU" <daigu@pop02.odn.ne.jp>
* Fix DOWNLOAD_URL.hq2004-09-101-2/+2
| | | | | Reported by: Ronald Klop <ronald-freebsd8@klop.yi.org> Approved by: portmgr, glewis (mentor)
* - Fixed DISTNAME [1]hq2004-09-033-419/+46
| | | | | | | | | | | | | | | | | | | - 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)
* Improved download URL to be more specific.znerd2004-01-141-1/+1
|
* fix java/javamail: Fix pkg-plist of port java/javamail 1.3.1.daichi2003-07-101-3/+4
| | | | | | PR: 54275 Submitted by: Ronald Klop <ronald@cs.vu.nl> Pointed out by: "Sergey A. Osokin" <osa@freebsd.org>
* update java/javamail: 1.3 -> 1.3.1daichi2003-07-092-3/+3
| | | | | PR: 54239 Submitted by: Ronald Klop <ronald@cs.vu.nl>
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Update to the java/javamail port from version 1.2 to 1.3.edwin2002-11-073-350/+355
| | | | | | | Changing maintainer to java@freebsd.org PR: ports/44558 Submitted by: Jose Marques <noway@nohow.demon.co.uk>
* Cleaned things up here and there.znerd2002-05-082-399/+406
| | | | | | | | | | | 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
* Update to 1.2.knu2001-09-044-91/+105
| | | | | | PR: ports/29968 Submitted by: Jose Marques <noway@nohow.demon.co.uk> (MAINTAINER) (in Audit-Trail)
* Update to 1.1.3.knu2000-04-253-375/+380
| | | | | PR: ports/17913 Submitted by: Palle Girgensohn <girgen@partitur.se>
* Convert to the PORTNAME - PORTVERSION syntax.obrien2000-04-121-4/+4
|
* Add $FreeBSD$ tag.steve1999-11-011-1/+1
|
* Initial import of javamail version 1.1.2.steve1999-11-015-0/+423
A set of abstract Java classes that model a mail system. PR: 13163 Submitted by: Jose Marques <noway@nohow.demon.co.uk>