| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
07 Feb 2013 12:37:48
3.1.13
|
gahr  |
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: www)
Approved by: portmgr |
08 Jan 2013 05:10:45
3.1.13
|
jgh  |
- update to 3.1.13
PR: 175119
Submitted by: maintainer, 5u623l20@gmail.com |
10 Dec 2012 13:43:44
3.1.12_3
|
bapt  |
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION= 1.5+ (part3) |
17 Oct 2012 21:34:35
3.1.12_3
|
jgh  |
- unbreak rc script and cleanup, convert to optionsNG
PR: 172748
Submitted by: jgh@
Spotted by: lasse@bitmand.com (private mail)
Approved by: maintainer, 5u623l20@gmail.com
Feature safe: yes |
04 Apr 2012 17:38:13
3.1.12_2
|
jgh  |
- remove BEFORE in rc script
- bump PORTREVISION
Submitted by: dougb ( via mail )
Approved by: maintainer ( via mail ), 5u623l20@gmail.com
Feature safe: yes |
02 Apr 2012 23:51:25
3.1.12_1
|
jgh  |
- reorg of rc script based on standards and move from .sh => .in
- bump PORTREVISION
PR: ports/166445
Submitted by: jgh (me)
Approved by: maintainer, 5u623l20@gmail.com
Feature safe: yes |
14 Mar 2012 18:09:37
3.1.12
|
jgh  |
- Update to 3.1.12
PR: ports/166080
Submitted by: maintainer, 5u623l20@gmail.com
Feature safe: yes |
13 Mar 2012 16:29:23
3.1.11
|
jgh  |
- Update to 3.1.11 [1]
- while here [2]
- remove apache13 support, and move apache22 to options framework
- Use default user of www
- Remove pkg-install and pkg-deinstall files (not necessary now)
- Remove advanced packaging message and put text into standard package message
- Remove apache packaging message and put into standard package message
- Use SUB_FILES and remove REPLACE_FILES
- Use rc subroutine method
- Remove COPYDIRS of libexec64 (no longer distributed), and use different
method for installation (resulting in unnecessary install.sh)
- SUBSTITUTIONS are done automatically now through SUB_LIST w/ SUB_FILES,
and trim subsititions (some are not used)
- Don't install war file, as it isn't cleaned up properly when resin starts
- Remove resin.conf patch, in favor of REINPLACE_CMD
- Move installation from install.sh into port's Makefile
PR: ports/165669
Submitted by: maintainer [1], jgh@ [2]
Approved by: maintainer, 5u623l20@gmail.com
Feature safe: yes |
14 Jan 2012 08:57:23
3.1.9
|
dougb  |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
23 Sep 2011 22:26:39
3.1.9
|
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
21 Jul 2011 05:03:02
3.1.9
|
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 |
19 Mar 2011 12:38:54
3.1.9
|
miwi  |
- Get Rid MD5 support |
04 Dec 2010 07:34:27
3.1.9
|
ade  |
Sync to new bsd.autotools.mk |
22 Nov 2009 12:04:53
3.1.9
|
wen  |
- Update to 3.1.9
- Reset maintaiership |
02 Aug 2009 19:36:34
3.1.8
|
mezz  |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
16 Mar 2009 14:46:27
3.1.8
|
miwi  |
- Update to 3.1.8
- Pass maintainership to submitter
PR: 131207
Submitted by: Wen Heping <wenheping@gmail.com>
Approved by: maintainer |
20 Jan 2009 23:03:32
3.1.6
|
pav  |
- Update to 3.1.6
PR: ports/130480
Submitted by: Wen Heping <wenheping@gmail.com>
Approved by: Boris Kovalenko <boris@tagnet.ru> (maintainer) |
06 Jun 2008 14:07:24
3.1.5_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) |
28 Mar 2008 02:06:53
3.1.5
|
vanilla  |
Upgrade to 3.1.5.
PR: ports/122103
Submitted by: maintainer |
15 Jan 2008 01:09:31
3.1.4
|
vanilla  |
Upgrade to 3.1.4.
PR: ports/119650
Submitted by: maintainer |
23 Oct 2007 14:43:18
3.1.3
|
vanilla  |
Upgrade to 3.1.3.
PR: ports/117397
Submitted by: maintainer |
05 Sep 2007 14:50:55
3.1.2
|
rafan  |
- Update to 3.1.2
- Fix 64bit build and install
PR: ports/115849
Submitted by: Boris Kovalenko <boris at tagnet.ru> (maintainer) |
19 May 2007 20:32:57
3.1.0_1
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
12 Apr 2007 14:19:33
3.1.0
|
miwi  |
- switch maintainership to submitter
PR: 111496
Submitted by: Boris Kovalenko <boris@tagnet.ru>
Approved by: Jean-Baptiste Quenot <jbq@caraldi.com> (old maintainer) |
03 Jan 2007 21:15:45
3.1.0
|
miwi  |
- Update to 3.1.0
PR: ports/107422
Submitted by: Jean-Baptiste Quenot <jbq@caraldi.com> (maintainer) |
21 Dec 2006 23:07:50
3.0.22
|
miwi  |
- Update to 3.0.22
PR: ports/106903
Submitted by: Jean-Baptiste Quenot <jbq@caraldi.com> (maintainer) |
16 Dec 2006 22:03:16
3.0.21_1
|
miwi  |
- Fix build on 64-bit architectures
PR: ports/106816
Submitted by: Jean-Baptiste Quenot <jbq@caraldi.com> (maintainer) |
28 Aug 2006 21:32:16
3.0.21
|
hq  |
Update to 3.0.21
PR: 102597
Submitted by: maintainer |
28 Aug 2006 21:25:05
3.0.20
|
hq  |
Fix rc.d script when using "faststart"
PR: 101767
Submitted by: maintainer
Tested by: Boris Kovalenko <boris@tagnet.ru> |
09 Aug 2006 21:18:10
3.0.20
|
hq  |
- Update to 3.0.20
- A new option can be set in rc.conf to specify Java version to be used:
resin3_java_version
- Change maintainer address
PR: 101648
Submitted by: maintainer |
07 Jun 2006 15:44:06
3.0.19_1
|
hq  |
- Set REQUIRE and KEYWORD in rc(8) script
- Bump PORTREVISION
PR: 96794
Submitted by: John Nielsen <john@jnielsen.net>
Approved by: maintainer timeout |
18 May 2006 08:30:30
3.0.19
|
hq  |
Update to 3.0.19
PR: 97393
Submitted by: maintainer |
11 Apr 2006 18:04:38
3.0.18
|
scrappy  |
apply patch that fixes issues with compling WITH_APACHE2
PR: ports/95334
Submitted by: Jean-Baptiste Quenot <jbq@caraldi.com> |
04 Apr 2006 16:24:31
3.0.18
|
lawrance  |
Pass LDFLAGS in CONFIGURE_ENV. Left out from a prior fix.
Submitted by: Jean-Baptiste Quenot <jb.quenot@caraldi.com> (maintainer) |
03 Apr 2006 15:07:49
3.0.18
|
vd  |
* Update from 3.0.17 to 3.0.18
* Fix the issue with the hardcoded -lc_r
Add forgotten files/patch-configure |
03 Apr 2006 15:06:06
3.0.18
|
vd  |
* Update from 3.0.17 to 3.0.18
* Fix the issue with the hardcoded -lc_r
Related PRs: ports/93289 and ports/94131
Submitted by: Jean-Baptiste Quenot <jbq@caraldi.com> (maintainer) |
02 Mar 2006 23:26:24
3.0.17
|
kris  |
BROKEN: hard-codes libc_r linkage
Approved by: portmgr (implicit) |
07 Jan 2006 02:14:18
3.0.17
|
edwin  |
Maintainer update: www/resin3 updated to 3.0.17
This is an update of www/resin3 to 3.0.17. Thanks in advance!
PR: ports/91390
Submitted by: Jean-Baptiste Quenot <jb.quenot@caraldi.com> |
20 Dec 2005 22:38:35
3.0.16
|
edwin  |
[PATCH] www/resin3: update to 3.0.16
- Update to 3.0.16
PR: ports/90322
Submitted by: Boris Kovalenko <boris@tagnet.ru>
Approved by: Jean-Baptiste Quenot <jb.quenot@caraldi.com> |
04 Dec 2005 00:18:15
3.0.14
|
clement  |
- prepare removal of www/apache2 in favor of www/apache20 for naming
consistency
- add entries in UPDATING (for apache22 too)
PR: ports/78119
Repocopied by: marcus |
01 Sep 2005 14:26:39
3.0.14
|
hq  |
Install mod_caucho.so during 'install' target rather than 'build' target. This
will fix an error I introduced with my last commit.
PR: 85460
Reported by: Boris Kovalenko <boris@tagnet.ru>
Submitted by: maintainer |
29 Aug 2005 14:56:50
3.0.14
|
hq  |
- Update to 3.0.14 [1]
- Fix the install target creating files in ${WRKSRC} that could not be removed
without superuser rights [2]
PR: 84577 [1]
Submitted by: maintainer [1], me [2]
Approved by: maintainer [2]
Discussed in: ports/79707 [2] |
16 May 2005 20:33:47
3.0.13
|
hq  |
- Update to 3.0.13
- Add a patch to handle this issue:
http://www.caucho.com/support/resin-interest/0505/0091.html
- Add $FreeBSD$ tags
PR: 81103
Submitted by: maintainer |
25 Apr 2005 22:13:54
3.0.12
|
hq  |
Fix two OpenSSL issues:
- Use -lcrypto, not -lcrypt
- Pick up the right OpenSSL
PR: 80320
Submitted by: maintainer
Reported by: kris (pointyhat) |
20 Apr 2005 14:47:35
3.0.12
|
hq  |
- Unbreak: unroll loops (see www/resin2/Makefile rev 1.8)
- ECHO_CMD -> ECHO_MSG
- Address the move to GPL license in pkg-descr
PR: 80156
Submitted by: maintainer |
27 Mar 2005 02:07:02
3.0.12
|
kris  |
BROKEN: Does not build
Approved by: portmgr (self) |
19 Mar 2005 18:44:29
3.0.12
|
krion  |
Remove hardcoded WRKDIRPREFIX.
Proposed by: des |
25 Feb 2005 14:01:15
3.0.12
|
hq  |
Update to 3.0.12
PR: 78063
Submitted by: maintainer |
24 Feb 2005 22:50:29
3.0.11
|
hq  |
- Update to 3.0.11 [1]
- Replace perl wrapper with a new python control script and an RCng startup
script [1]
- Update to bsd.java.mk 2.0
- Add $FreeBSD$ tags
- Tweak pkg-descr to calm portlint
- Use provided ${FMT} macro
PR: 77989 [1]
Submitted by: maintainer [1] |
14 Oct 2004 06:37:41
3.0.9
|
vanilla  |
This is an update of www/resin3 to 3.0.9. The port adds two patches to
activate the Apache modules.
PR: ports/72506
Submitted by: maintainer |
24 Jun 2004 07:43:27
3.0.8
|
vs  |
Update to 3.0.8:
http://www.caucho.com/resin-3.0/features/resin-3.0.8.xtp
PR: ports/68002
Submitted by: maintainer |
29 Mar 2004 16:40:24
3.0.7
|
glewis  |
. Upgrade to 3.0.7, fixes Apache support
. GNU make is now required for compilation
. USE_REINPLACE and REINPLACE_CMD instead of sed -i
. make makesum to compute file size
. config files in etc/resin3
PR: 64844
Submitted by: Jean-Baptiste Quenot <jb.quenot@caraldi.com> (maintainer) |
19 Feb 2004 23:19:29
3.0.6
|
glewis  |
. Set LATEST_LINK to avoid a conflict with www/resin2.
PR: 62843
Submitted by: Jean-Baptiste Quenot <jb.quenot@caraldi.com> |
26 Jan 2004 10:23:38
3.0.6
|
clement  |
- Update to 3.0.6
PR: 61766 [1]
Submitted by: Xin LI <delphij@frontfree.net> [1],
Jean-Baptiste Quenot <jb.quenot@caraldi.com> (maintainer) |
21 Nov 2003 15:02:35
3.0.3_1
|
glewis  |
. Remove unneeded patches.
Submitted by: Jean-Baptiste Quenot <jb.quenot@caraldi.com> (maintainer) |
20 Nov 2003 21:44:14
3.0.3_1
|
glewis  |
. Avoid conflict between resin2 and resin3
. Fix resin{2,3}ctl first line (perl path)
. Pid file is no more created in the Makefile
. New resin.sh startup script, manages pid file
. pkg-[de]install and pkg-message are now generated
. Do not write anything after including bsd.port.post.mk
. Packages are now supported (reported by Arcadius Ahouansou)
. Integration with apxs for [de]activating mod_caucho
PR: 57566
Submitted by: Jean-Baptiste Quenot <jbq@caraldi.com> (maintainer) |
29 Sep 2003 12:57:59
3.0.3
|
znerd  |
New port: resin3.
PR: 54853
Submitted by: Jean-Baptiste Quenot <jb.quenot@caraldi.com>
See: http://caraldi.com/jbq/resin/ |