56 Commits

Author SHA1 Message Date
kurt
9120126e26 This version is not compatible with jdk-11. Adjust MODJAVA_VER to 1.8 only.
okay sthen@
2019-09-23 15:14:25 +00:00
sthen
48b0b9660c replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:48:23 +00:00
kurt
7705a5ad0b Revision bump all java ports for the jre package removal and java.port.mk
changes.
2019-06-11 00:38:33 +00:00
sthen
b546754bf3 update to openfire-4.2.3, from Marc Peters who is dropping MAINTAINER. 2018-10-01 20:08:53 +00:00
espie
f4b7f81318 convert to PKGSTEM 2018-09-04 12:46:09 +00:00
rpe
9a8b5ccd06 Change the shebang line from /bin/sh to /bin/ksh in all ports rc.d
daemon scripts and bump subpackages that contain the *.rc scripts.

discussed with and OK aja@
OK tb
2018-01-11 19:27:01 +00:00
ian
97bf458179 Update openfire to 4.1.5. From maintainer Marc Peters marc at mpeters.org 2017-08-14 16:56:40 +00:00
ajacoutot
7995708f3c Bring rc_bg back. 2017-05-27 19:57:05 +00:00
ajacoutot
958bb491e0 I forgot the bump commit... 2017-05-27 13:55:58 +00:00
ajacoutot
13730769c8 Cope with recent rc.subr(8) change (removal of rc_bg etc.) 2017-05-27 13:53:06 +00:00
espie
5547286ead kill most of the / at the end of WRK* variables 2017-05-11 20:50:55 +00:00
juanfra
34fbbce44f Update to openfire 4.1.3. From Marc Peters (MAINTAINER). 2017-02-28 22:29:32 +00:00
juanfra
306436c845 Update to openfire 4.1.1. From Marc Peters (MAINTAINER). 2017-01-02 21:44:28 +00:00
juanfra
8f367a1d4e Update to openfire 4.1.0. From Marc Peters (MAINTAINER).
This version includes security fixes:
http://download.igniterealtime.org/openfire/docs/4.1.0/changelog.html
2016-12-28 19:51:02 +00:00
ajacoutot
c3ce0991c8 /etc/rc.d/foo -> rcctl
from tyr at poczta dot fm
2016-12-20 19:26:32 +00:00
landry
57d3c28152 Update to openfire 4.0.3, from MAINTAINER Marc Peters 2016-08-30 12:01:40 +00:00
benoit
1e31b0760f Update to openfire-4.0.2.
from Marc Peters (maintainer)
2016-04-02 16:06:04 +00:00
benoit
435b547fec Update to openfire-4.0.1.
from Marc Peters (maintainer)
2016-02-04 15:22:47 +00:00
sthen
7c43e99fd6 update to Openfire 4.0.0, from maintainer Marc Peters, ok ian@ 2016-01-25 15:19:09 +00:00
benoit
7e57c9343c Update to openfire-3.10.3.
from Marc Peters (maintainer)
2015-11-23 14:17:43 +00:00
ajacoutot
1daa7e362b Update to openfire-3.10.2.
from Marc Peters (maintainer)
2015-06-26 07:29:09 +00:00
jasper
f1439171e2 marc peters takes maintainership 2015-05-16 18:56:55 +00:00
jasper
3ef6b80513 - security update to openfire-3.10.0
* http://www.openwall.com/lists/oss-security/2015/04/23/16

tested by marc peters
2015-05-15 10:48:36 +00:00
ajacoutot
085ee80fea pkg_scripts is not a variable anymore. 2014-07-12 14:55:40 +00:00
sthen
a85065247f update to openfire-3.9.3, from Marc Peters, plus small tweak by me 2014-05-28 11:20:17 +00:00
sthen
24812b490b update to Openfire 3.9.1, from Marc Peters 2014-03-16 01:34:31 +00:00
sthen
4405f85044 update to openfire-3.8.2, from Marc Peters, ok ian@ 2013-11-20 14:18:57 +00:00
jasper
5179817bc8 Allow to built with Ant 1.9. 2013-07-15 06:59:35 +00:00
sthen
7ff6452a24 update openfire to 3.8.1, based on a diff from Marc Peters for 3.8.0
- add @extraunexec to fix pkg_delete -c
2013-03-19 16:55:01 +00:00
espie
eae66e4a7b PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:35:43 +00:00
ajacoutot
3c1fa65ec8 Explicitely set path to javaPathHelper; we do not want to rely whether
LOCALBASE/bin is in the PATH or not and this is consistent with what
other java rc scripts do.

prodded by Marc Peters
2013-03-04 15:56:13 +00:00
jasper
2702048a64 - update to openfire-3.7.1
from marc peters
2012-10-23 20:43:52 +00:00
ajacoutot
6bb66a06ba ${SYSCONFDIR}/rc.d -> ${RCDIR} 2012-08-06 08:46:59 +00:00
kili
92a7c14269 JAVA_HOME is now added to MAKE_ENV in java.port.mk 2011-12-15 21:33:19 +00:00
espie
d0fa01c846 normalize pkgpath 2011-09-16 11:13:37 +00:00
jasper
ee67799759 somehow i missed previous' breakage. 2011-09-05 06:55:16 +00:00
jasper
bad7396e53 - switch to MODJAVA_BUILD 2011-09-01 17:18:50 +00:00
jasper
fa7be240b1 - bump REVISION after recent java.port.mk change 2011-08-30 17:16:35 +00:00
ajacoutot
70ac96c395 rc_scripts -> pkg_scripts 2011-07-08 02:14:58 +00:00
ajacoutot
f982995f2b Add a consistent header that substitutes FULLPKGNAME for the READMEs.
ok jasper@ sthen@
2011-06-02 13:41:36 +00:00
landry
246ade0791 Explicitely add 1.7 to the list of allowed jdks. Needed by an incoming
apache-ant update, and it's more correct anyway since MODJAVA_VER is set
to 1.7+.
From Daniel Dickman.
2011-05-01 09:25:02 +00:00
ajacoutot
1b3e438fa4 I'm a consistency freak... no functionnal change it's only cosmetic. 2011-03-09 17:08:00 +00:00
ian
4f39341fa2 Major update to 3.7.0. License changed to ASL2.0. Add rc.d script,
replacing openfirectl, using javaPathHelper. set MODJAVA_JRE =  Yes.
Upstream incorporated my previous patches, so rm them.  Remove MESSAGE
(missed during bulk conversion to pkg-readmes). Tweak README.

Requires a fairly current rc.subr - uses rc_bg !!!

Improved & OK sthen@
2011-03-09 16:50:40 +00:00
kurt
3b1e485094 Correct snafu with pkg version going backwards. Clue bat
beating from espie@ help and okay landry@
2011-01-13 22:35:52 +00:00
espie
0397d65db0 new depends 2010-11-19 22:31:32 +00:00
ajacoutot
4242ed8531 Move to pkg-readmes. 2010-11-13 07:31:59 +00:00
jolan
7f12af7cd1 drop maintainer 2010-07-25 23:45:05 +00:00
sthen
d1c6f80880 use REVISION, checked with before/after make show=PKGNAMES (plus some
extra-careful checking where there are complicated PSEUDO_FLAVORS).
2010-07-12 22:07:37 +00:00
jcs
38b53f8958 correct path to config file, bump pkgname
ok jolan@
2010-03-24 02:38:29 +00:00
ian
b24fb12c52 Add patch to correct typos in messages; bump. OK jolan@ (maintainer) 2009-11-14 19:35:01 +00:00