CVS log for ports/sysutils/javaservicewrapper/Makefile
Up to [FreeBSD] / ports / sysutils / javaservicewrapper
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed Jan 26 18:42:03 2011 UTC (12 months, 1 week ago) by beat
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_7_4_0, HEAD
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +5 -6 lines
- Update to 3.5.7 - Update MASTER_SITES - Pet portlint - Update maintainers email address - Update java version requirement - Remove MD5 checksum PR: ports/154276 Submitted by: mike jakubik <mike.jakubik AT gmail.com> (maintainer) Feature safe: yes
Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Mar 10 13:03:09 2010 UTC (23 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_8_1_0, RELEASE_6_EOL
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -3 lines
- Update to 3.3.9 PR: 144291 Submitted by: Mike Jakubik <mike.jakubik@intertainservices.com> (maintainer)
Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Jul 30 18:02:14 2009 UTC (2 years, 6 months ago) by alepulver
Branches: MAIN
CVS tags: RELEASE_8_0_0, RELEASE_7_3_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -4 lines
- Remove unneeded do-build target to pass the correct arguments to ant. - Change USE_GMAKE into a BUILD_DEPENDS entry, to avoid possible problems as the do-build target should be defined by the USE_ANT code.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Jul 30 16:28:26 2009 UTC (2 years, 6 months ago) by alepulver
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +19 -6 lines
- Change port to properly pass 32/64bit options based on current ARCH to the ant build process. - Remove javaservicewrapper/files/patch-build.xml, this patch should no longer be necessary due to the update above. - Strip resulting binary. - Take over maintainership, Alejandro no longer uses this port. Changes by alepulver: - Keep USE_GMAKE because Ant calls it when building the C code. - Put do-build before bsd.port.pre.mk to avoid a target redefinition warning. PR: ports/137267 Submitted by: Mike Jakubik <mikej@rogers.com>
Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Jul 28 21:35:37 2009 UTC (2 years, 6 months ago) by alepulver
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +5 -5 lines
- Update to version 3.3.5.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Jun 6 14:03:09 2008 UTC (3 years, 8 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +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.4: download - view: text, markup, annotated - select for diffs
Wed Dec 5 17:12:36 2007 UTC (4 years, 2 months ago) by alepulver
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0, RELEASE_5_EOL
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -1 lines
- Add missing -fPIC to fix building in amd64. Reported by: pav Approved by: portmgr (pav)
Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Nov 30 16:34:43 2007 UTC (4 years, 2 months ago) by alepulver
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -2 lines
- Add missing USE_GMAKE. - Remove BROKEN. Approved by: portmgr (linimon)
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Oct 14 14:11:14 2007 UTC (4 years, 3 months ago) by erwin
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -0 lines
Mark BROKEN: does not build
Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Sep 14 06:14:42 2007 UTC (4 years, 4 months ago) by alepulver
Branches: MAIN
The Java Service Wrapper is an application which has evolved out of a desire to solve a number of problems common to many Java applications: - Run as a Windows Service or Unix Daemon. - Application Reliability. - Standard, Out of the Box Scripting. - On Demand Restarts. - Flexible Configuration. - Ease Application Installations. - Logging. WWW: http://wrapper.tanukisoftware.org/
