| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
10 Dec 2012 13:18:29
1.2.3_2,1
|
bapt  |
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION= 1.5+ (part2) |
21 Jul 2011 05:03:02
1.2.3_2,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 |
20 Mar 2011 12:54:45
1.2.3_2,1
|
miwi  |
- Get Rid MD5 support |
22 Aug 2009 00:24:37
1.2.3_2  |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with H,I,J,K,L |
06 Jun 2008 13:38:51
1.2.3_2,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) |
19 May 2007 20:32:57
1.2.3_1,1
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
14 Nov 2005 00:36:48
1.2.3,1
|
hq  |
Assign a new maintainer |
13 Nov 2005 17:25:40
1.2.3,1
|
hq  |
- Update to 1.2.3
- Add SHA256 checksum
- Bump PORTEPOCH
PR: 88909
Submitted by: Alex Vasylenko <lxv@omut.org> |
05 Apr 2005 00:28:07
1.2b3
|
hq  |
- Update to bsd.java.mk 2.0
- Use ${JAVAJARDIR} and %%JAVAJARDIR%%
- Use %%EXAMPLESDIR%%
- Use PORTDOCS (and honor NOPORTDOCS)
- Add $FreeBSD$ tag in pkg-plist |
03 Apr 2005 21:30:39
1.2b3
|
kris  |
Reset inactive maintainer. Thanks for your work in the past! |
31 Mar 2004 03:12:58
1.2b3
|
trevor  |
SIZEify (maintainer timeout) |
23 Jul 2003 14:30:29
1.2b3
|
znerd  |
Port devel/jakarta-ant was renamed to devel/apache-ant.
Reported by: kris
Pointy hat to: me |
17 Jul 2003 20:00:31
1.2b3
|
sheldonh  |
1) Include xjavadoc, which I had installed locally, and without which
xdoclet doesn't work.
2) Remove empty stylesheets directory that was messing up packaging. |
10 Jul 2003 12:13:49
1.2b3
|
sheldonh  |
Update to 1.2b3, the last beta anticipated for the 1.2 release.
Over 160 bugs fixed, including some really annoying ejb tag mishandling. |
26 Feb 2003 07:24:43
1.2b2
|
sheldonh  |
New port xdoclet (xdoclet-1.2b2):
XDoclet is a Java code generation engine. It enables
Attribute-Oriented Programming for java. In short, this means
that you can add more significance to your code by adding meta
data (attributes) to your java sources. This is done in special
JavaDoc tags. |