| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
24 Apr 2013 15:41:23
1.0.15
|
ale  |
Update to 1.0.15 release.
PR: ports/178109
Submitted by: girgen |
10 Dec 2012 11:25:28
1.0.10_1
|
bapt  |
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to USE_JAVA= 1.5+ (part1) |
13 Jun 2012 11:21:24
1.0.10_1
|
ale  |
Fix and improve -wait parameter support. |
26 Mar 2012 13:21:03
1.0.10
|
ale  |
Update to 1.0.10 release:
- complete port overhaul
- install documentation
- add LICENSE
- take maintainership
- avoid unexpected sleep()s
Approved by: maintainer
Feature safe: yes |
21 Jul 2011 05:03:02
1.0.3
|
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 14:59:23
1.0.3
|
ohauer  |
-remove MD5 |
20 Sep 2010 09:20:29
1.0.3
|
decke  |
- Remove leftover file from last commit
Reported by: Simon Olofsson <simon at olofsson dot de> |
20 Sep 2010 08:35:24
1.0.3
|
decke  |
- Update to 1.0.3
- Unbreak on amd64
- Pet Portlint
- Update WWW
PR: ports/149722
Submitted by: Simon Olofsson <simon at olofsson dot de>
Approved by: Ronald Klop <ronald at echteman dot nl> (maintainer), beat
(co-mentor) |
27 Feb 2008 15:10:54
1.0.1
|
ehaupt  |
Apache Commons project are no longer hosted under MASTER_SITES_APACHE
jakarta/commons subdirectory, they have been moved one directory up.
Introduce MASTER_SITE_APACHE_COMMONS_SOURCE and adjust 22 ports accordingly.
PR: 121041
Submitted by: Marcin Cieslak <saper@system.pl>
Approved by: portmgr (linimon) |
29 Jul 2007 01:15:26
1.0.1
|
pav  |
- Mark BROKEN outside i386 |
09 Jul 2007 17:13:53
1.0.1
|
miwi  |
- Remove Makefile.orgi |
09 Jul 2007 17:09:58
1.0.1
|
miwi  |
Wrapper code to start/stop a Java application as a daemon.
Daemon is made of 2 parts. One written in C that makes the
interface to the operating system and the other in Java that
provides the Daemon API.
WWW: http://jakarta.apache.org/commons/daemon/
PR: ports/114431
Submitted by: Ronald Klop <ronald at echteman.nl> |