| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
10 Dec 2012 13:18:29
2.3.1_1
|
bapt  |
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION= 1.5+ (part2) |
05 Aug 2012 23:19:40
2.3.1_1
|
dougb  |
Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op |
14 Jan 2012 08:57:23
2.3.1_1
|
dougb  |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
21 Jul 2011 05:03:02
2.3.1_1
|
linimon  |
Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,
remove support for them from bsd.java.mk. As Jikes is not available in Java 1.5
or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports
which used it (only occurences were USE_JIKES=no). Support for the Blackdown VM
is also removed, as it is not available in Java 1.5 and higher.
Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect
old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5.
While here, replace static values of JAVA_VERSION in files/*.in by
%%JAVA_VERSION%% .
PR: ports/158969
Submitted by: rene
Tested on: pointyhat-west -exp |
03 Jul 2011 13:53:52
2.3.1_1
|
ohauer  |
- remove MD5 |
27 Mar 2010 00:15:24
2.3.1_1
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
31 May 2009 20:31:08
2.3.1_1
|
pav  |
- Resolve LATEST_LINK conflict |
08 Dec 2008 06:43:50
2.3.1_1
|
linimon  |
Reset nemoliu due to maintainer-timeouts and no response to email.
Hat: portmgr |
06 Jun 2008 13:43:09
2.3.1_1
|
edwin  |
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) |
23 Apr 2008 08:05:40
2.3.1
|
nemoliu  |
- update to 2.3.1
Approved by: delphij (mentor,implicit) |
14 Mar 2008 16:00:08
2.3.0_1
|
pav  |
- Stop packaging mtree symlinks
PR: ports/121691
Submitted by: Scot Hetzel <swhetzel@gmail.com> |
19 May 2007 20:32:57
2.3.0_1
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
30 Apr 2007 06:27:41
2.3.0
|
nemoliu  |
Use my @FreeBSD.org address.
Approved by: delphij (mentor) |
09 Apr 2007 20:44:47
2.3.0
|
miwi  |
The Apache Java Enterprise Mail Server (a.k.a. Apache James) is a 100% pure
Java SMTP and POP3 Mail server and NNTP News server. We have designed James
to be a complete and portable enterprise mail engine solution based on
currently available open protocols.
James is also a mail application platform. We have developed a Java API to
let you write Java code to process emails that we call the mailet API. A
mailet can generate an automatic reply, update a database, prevent spam,
build a message archive, or whatever you can imagine. A matcher determines
whether your mailet should process an email in the server. The James project
hosts the Mailet API, and James provides an implementation of this mail appli
-cation platform API.
James is based upon the Apache Avalon application framework, formerly a
product of the Apache Avalon project.
WWW: http://james.apache.org/
PR: ports/111041
Submitted by: Nemo Liu <nemoliu at gmail.com> |