Skip site navigation (1)Skip section navigation (2)

CVS log for ports/deskutils/ganttproject/Makefile

[BACK] Up to [FreeBSD] / ports / deskutils / ganttproject

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.15: download - view: text, markup, annotated - select for diffs
Thu Jul 21 05:02:28 2011 UTC (6 months, 3 weeks ago) by linimon
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -1 lines
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

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sat Aug 22 00:17:42 2009 UTC (2 years, 5 months ago) by amdmi3
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_6_EOL
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -1 lines
- Switch SourceForge ports to the new File Release System: categories starting with D

Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Nov 26 21:49:12 2008 UTC (3 years, 2 months ago) by gahr
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -2 lines
- Update to 2.1-m3

Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri Jun 6 13:18:13 2008 UTC (3 years, 8 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -0 lines
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)

Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Mar 14 14:46:43 2008 UTC (3 years, 10 months ago) by gahr
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +4 -5 lines
- Update to 2.1 Milestone 2
- Adopt maintainship

Approved by:	miwi (mentor)

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Jan 13 18:58:02 2008 UTC (4 years ago) by miwi
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -1 lines
- Update to 2.0.6

PR:		119631
Submitted by:	Beat Gaetzi <beat@chruetertee.ch>

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Jul 7 16:38:07 2007 UTC (4 years, 7 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -2 lines
- Update to 2.0.4

PR:		113955
Submitted by:	Gerrit Kühn <gerrit@pmp.uni-hannover.de>

Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Jun 29 19:33:21 2007 UTC (4 years, 7 months ago) by linimon
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -1 lines
Reset rainer.alves@gmail.com by request due to current lack of time to
work on FreeBSD.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat May 19 20:01:31 2007 UTC (4 years, 8 months ago) by flz
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -0 lines
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Oct 7 13:13:22 2006 UTC (5 years, 4 months ago) by rafan
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -1 lines
- Update to 2.0.2

PR:		ports/102360
Submitted by:	Beat Gaetzi <beat at chruetertee.ch>
Approved by:	Rainer Alves <rainer.alves at gmail.com> (maintainer)

Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Jun 19 09:41:43 2006 UTC (5 years, 7 months ago) by hq
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +4 -3 lines
Update to 2.0.1

PR:		99137
Submitted by:	maintainer

Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Apr 3 15:02:43 2006 UTC (5 years, 10 months ago) by hq
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +16 -12 lines
- Update to 2.0 [1]
- Take maintainership [1]
- Add 'java' category [1]
- Use SUB_FILES to configure the launcher shell script
- Install in DATADIR=${JAVASHAREDIR}/${PORTNAME} as encouraged in the
  Porter's Handbook.
- Removed useless JAVA_RUN (implied when nothing is specified)
- Launch the JVM with 'exec' as stated in the Porter's Handbook
- Set JAVA_VERSION and use javavmwrapper to launch the application

PR:		93582 [1]
Submitted by:	Rainer Alves <rainer.alves@gmail.com> [1]

Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Nov 23 16:36:14 2004 UTC (7 years, 2 months ago) by vs
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_6_0_0, RELEASE_5_5_0, RELEASE_5_4_0, RELEASE_4_11_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -2 lines
Update to 1.10.1

PR:		ports/73014
Submitted by:	Peter Hofer

Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Sep 1 08:41:19 2004 UTC (7 years, 5 months ago) by ijliao
Branches: MAIN
CVS tags: RELEASE_5_3_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -8 lines
utilize USE_ANT

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Jul 6 02:38:35 2004 UTC (7 years, 7 months ago) by ijliao
Branches: MAIN
re-import ganttproject 1.9.11
Plan projects using a Gantt chart

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options