| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
21 Jul 2011 05:03:02
2.4
|
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
2.4
|
ohauer  |
-remove MD5 |
07 Jul 2010 00:18:23
2.4
|
lippe  |
- Update to 2.4.
Feature safe: yes |
22 Aug 2009 00:18:43
2.3_1
|
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with D |
06 Jun 2008 13:21:59
2.3_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) |
10 Mar 2008 00:52:12
2.3
|
lippe  |
- Change my mail address to lippe@.
Approved by: araujo (mentor) |
29 Feb 2008 01:09:38
2.3
|
araujo  |
- Update to 2.3. [1]
- Pass maintainership to submitter. [1]
- Fix pkg-plist. [2]
PR: ports/121192
Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com> [1],
pointyhat via erwin [2] |
25 Feb 2008 10:36:21
2.2_1
|
araujo  |
- Forgotten to bump PORTREVISION in last commit.
Submitted by: pointyhat via erwin |
20 Feb 2008 11:06:16
2.2
|
araujo  |
- Fix pkg-plist.
Reported by: pointyhat via erwin |
17 Feb 2008 16:14:35
2.2
|
araujo  |
- Update to 2.2. |
20 Jan 2008 13:21:35
2.1
|
araujo  |
- Update to 2.1.
Approved by: stas (mentor, implicit) |
29 Jun 2007 16:29:19
2.0_1
|
araujo  |
- Change my mail address to araujo@.
Approved by: stas (mentor) |
19 May 2007 20:32:57
2.0_1
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
09 Jan 2007 22:25:55
2.0
|
miwi  |
- Update to 2.0
- Pass maintainership to submitter
PR: ports/107576
Submitted by: Marcelo Araujo <araujo@bsdmail.org> |
13 Dec 2006 12:56:01
1.1_1
|
linimon  |
Reset whitekid@gmail.com after timeouts and no response to email.
Hat: portmgr |
23 Feb 2006 10:40:45
1.1_1
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
22 Jan 2006 08:30:12
1.1
|
edwin  |
SHA256ify
Approved by: krion@ |
15 Nov 2005 06:52:12
1.1
|
ade  |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
10 Mar 2005 16:11:59
1.1
|
hq  |
Fix MASTER_SITE_SUBDIR |
10 Mar 2005 16:09:48
1.1
|
hq  |
Forced commit to fix last commit log
PR: 78389
Submitted by: Choe, Cheng-Dae <whitekid@gmail.com> |
10 Mar 2005 15:27:41
1.1
|
hq  |
Jep embeds CPython in Java. It is safe to use in a heavily threaded
environment, it is quite fast and its stability is a main feature and goal.
WWW: http://jepp.sourceforge.net
PR: 78339
Submitted by: Choe, Cheng-Dae <whitekid@gmail.com> |