Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
22 Jan 2021 19:17:30
5.16.1

|
nc  |
net/activemq: Update to 5.16.1
Approved by: 0mp (mentor, implicit) |
05 Jan 2021 15:33:40
5.16.0

|
nc  |
Set MAINTAINER of my ports to my FreeBSD handle (nc@).
Reviewed by: 0mp (mentor)
Approved by: 0mp (mentor)
Differential Revision: https://reviews.freebsd.org/D27966 |
11 Dec 2020 11:03:23
5.16.0

|
mikael  |
net/activemq: Update to 5.16.0
also, pass maintainership.
PR: 251750
Submitted by: Neel Chauhan |
28 Sep 2020 05:05:25
5.15.13

|
tobik  |
Reset MAINTAINER |
30 May 2020 00:30:40
5.15.13

|
tobik  |
net/activemq: Update to 5.15.13 |
22 Mar 2020 03:18:41
5.15.12

|
tobik  |
net/activemq: Update to 5.15.12
Clean up the port a little and drop build time configuration knobs
MQDB, MQUSER, MQGROUP. All of these have runtime equivalents that
can be set in rc.conf instead.
Changes: https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12346500&styleName=&projectId=12311210 |
26 Nov 2019 21:46:13
5.15.11

|
jkim  |
Clean up after java/openjdk6 and java/openjdk6-jre removal
java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and
java/openjdk6 and java/openjdk6-jre were removed from the ports tree
(r512663). Now this patch completely removes remaining stuff from the
ports tree.
PR: 241953 (exp-run)
Reviewed by: glewis
Approved by: portmgr (antoine)
Differential Revision: https://reviews.freebsd.org/D22342 |
26 Nov 2019 10:44:08
5.15.11

|
tobik  |
net/activemq: Update to 5.15.11
Changes: https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12345958&styleName=Text&projectId=12311210 |
05 Sep 2019 08:07:19
5.15.10

|
tobik  |
net/activemq: Update to 5.15.10
Changes: https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12345171&projectId=12311210 |
18 Apr 2019 09:03:10
5.15.9_1

|
tobik  |
net/activemq: Fix rc script stop command
The stop command fails because it cannot connect to activemq, so
the rc script currently always kills activemq which might lead to
lost data, database corruption, left-over lock files, etc. Run the
stop command under the activemq user too like the jps command in
activemq_check_pidfile() so that it can actually shutdown activemq.
- While here fix log files location
PR: 207881
Reported by: bwilliamson@bex.net |
18 Apr 2019 08:10:58
5.15.9

|
tobik  |
net/activemq: Update to 5.15.9
Changes: https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12344450&styleName=&projectId=12311210 |
18 Apr 2019 08:07:24
5.14.4_1

|
tobik  |
net/activemq: Clean up port
- Simplify port and make it maintainable
- Do not make /var/db/activemq world readable
- Assign to myself |
06 Nov 2018 21:13:55
5.14.4

|
rene  |
Return tj's ports to the pool after his commit bit got safekept. |
06 Apr 2017 02:06:06
5.14.4

|
tj  |
Update to 5.14.4
Changes:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311210&version=12338909 |
03 Oct 2016 16:01:17
5.14.1

|
tj  |
Update to 5.14.1
Changes:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311210&version=12338124 |
25 Mar 2016 15:29:56
5.13.2

|
tj  |
Update to 5.13.2
Changes: http://activemq.apache.org/activemq-5132-release.html
Fix stop/status in rc script.
PR: 207881 |
23 Dec 2015 15:55:38
5.13.0

|
tj  |
Upgrade to 5.13.0
Changes: http://activemq.apache.org/activemq-5130-release.html
PR: 164466
Submitted by: zi |
31 Aug 2015 12:16:26
5.10.1

|
amdmi3  |
- Add LICENSE_FILE
- Switch to options helpers
- Switch to @sample
Approved by: portmgr blanket |
11 May 2015 18:34:58
5.10.1

|
mat  |
Cleanup DIST* variables.
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup
With hat: portmgr
Sponsored by: Absolight |
14 Apr 2015 09:04:54
5.10.1

|
robak  |
net/activemq: add CPE information
PR: 198910
Submitted by: Shun <shun.fbsd.pr@dropcut.net> |
30 Jan 2015 16:55:58
5.10.1

|
tj  |
Update to 5.10.1
Changes:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311210&version=12326456 |
09 Dec 2014 17:29:50
5.10.0

|
bapt  |
Cleanup plist |
08 Sep 2014 14:12:56
5.10.0

|
tj  |
Upgrade to 5.10.0.
Changes:
http://activemq.apache.org/activemq-5100-release.html |
21 Feb 2014 20:05:35
5.9.0_3

|
tj  |
* pkg-plist cleanup
* Create log and datadirs in rc script
* Put logs in /var/log/activemq by default not in /var/db/activemq |
21 Feb 2014 13:38:29
5.9.0_2

|
ehaupt  |
Remove trailing whitespaces from category net |
10 Feb 2014 13:54:28
5.9.0_2

|
ehaupt  |
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt) |
30 Dec 2013 20:55:19
5.9.0_2

|
ohauer  |
- rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20
- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4
PR: ports/184785
Submitted by: ohauer
Reviewed by: tabthorpe
Approved by: portmgr (tabthorpe@) |
15 Nov 2013 20:46:00
5.9.0_2

|
tj  |
Fix scala library version number in the plist |
15 Nov 2013 14:34:53
5.9.0_1

|
tj  |
Remove some instances of %%OSREL%% that slipped into pkg-plist. |
31 Oct 2013 22:33:38
5.9.0

|
tj  |
* Update to 5.9.0
* Convert to stage dir
Changes: http://activemq.apache.org/activemq-590-release.html |
20 Sep 2013 22:10:25
5.8.0

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
12 Jun 2013 13:34:32
5.8.0

|
miwi  |
- Do not remove directories not created by this port
Reported by: pkg (DEVELOPER_MODE) |
19 May 2013 16:06:17
5.8.0

|
tj  |
Update to 5.8.0.
This upgrade switches the required JVM to 1.7.
Changes: http://activemq.apache.org/activemq-580-release.html |
17 Mar 2013 16:44:03
5.7.0

|
eadler  |
Fix minor nit: use the canconical FreeBSD.org form for email addresses.
This was causing me issues when attempting to gather certain statistics.
While here trim header
Approved by: miwi, adrian, tj
No objection from: db, bjk, cperciva, scheidell, osa |
09 Dec 2012 00:26:03
5.7.0

|
tj  |
Update to 5.7.0
Changes:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311210&version=12321258
PR: ports/173595
Submitted by: Attila Nagy <bra@fsn.hu>
Feature safe: yes
Approved by: eadler (mentor) |
26 Oct 2012 14:07:37
5.6.0

|
tj  |
* Update to 5.6.0
* Remove legacy Makefile header
* Make user and group overridable
* Fix install to create data directory
* Move working data to /var/db/activemq
* Update required java version to 1.6+
* Add entry to updating for move of data directory.
* Take over maintainer
Changes: http://activemq.apache.org/new-features-in-56.html
Feature safe: yes
Approved by: g.veniamin@googlemail.com (maintainer)
Approved by: eadler (mentor) |
14 Jan 2012 08:57:23
5.5.0 
|
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. |
09 Jan 2012 15:41:08
5.5.0 
|
tabthorpe  |
- The proper acronym for Apache Software License 2 is really AL2
- Thanks to crees@ for generating the initial patch
PR: ports/163521
Submitted by: Pedro Giffuni <pfg apache.org>
Hat: portmgr
Exp run by: pav |
27 Jun 2011 13:29:23
5.5.0 
|
jlaffaye  |
Update to 5.5.0 [1]
Use USERS and GROUPS
Do not override configuration files
PR: ports/156947 [1]
Submitted by: "Sergey V. Dyatko" <sergey.dyatko@gmail.com>
Approved by: Veniamin Gvozdikov <g.veniamin@googlemail.com> (maintainer),
tabthorpe (mentor) |
24 Dec 2010 22:15:25
5.4.2 
|
jpaetzel  |
Update to 5.4.2
Added license
PR: ports/153413
Submitted by: Radim Kolar <hsn@sendmail.cz>
Approved by: Veniamin Gvozdikov <g.veniamin@googlemail.com> (maintainer) |
18 Nov 2010 13:57:12
5.4.1 
|
pav  |
- Update to 5.4.1
PR: ports/151705
Submitted by: Alex Deiter <alex.deiter@gmail.com>
Approved by: maintainer |
13 Jun 2010 08:05:08
5.3.2_1 
|
wen  |
- Fix the PLIST
PR: ports/147810
Submitted by: Gvozdikov Veniamin <g.veniamin@googlemail.com> (maintainer) |
12 Jun 2010 01:11:12
5.3.2 
|
wen  |
Apache ActiveMQ is the most popular and powerful open source messaging
and Integration Patterns provider.
WWW: http://activemq.apache.org
PR: ports/147759
Submitted by: Gvozdikov Veniamin <g.veniamin@googlemail.com> |