aboutsummaryrefslogtreecommitdiff
path: root/net/activemq
Commit message (Collapse)AuthorAgeFilesLines
* net/activemq: Update to 5.17.2Dan Langille2022-11-302-4/+4
|
* net/activemq: Release maintainershipNeel Chauhan2022-11-061-1/+1
|
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* net/activemq: Update to 5.17.1Neel Chauhan2022-08-064-28/+6
|
* net/activemq: Update to 5.16.5Juraj Lutter2022-08-042-4/+4
| | | | PR: 265591
* net/activemq: Update to 5.16.3Neel Chauhan2021-08-232-4/+4
|
* net/activemq: Update to 5.16.2Neel Chauhan2021-04-302-4/+4
|
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-3/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* net/activemq: Update to 5.16.1Neel Chauhan2021-01-222-4/+4
| | | | | | | Approved by: 0mp (mentor, implicit) Notes: svn path=/head/; revision=562329
* Set MAINTAINER of my ports to my FreeBSD handle (nc@).Neel Chauhan2021-01-051-1/+1
| | | | | | | | | Reviewed by: 0mp (mentor) Approved by: 0mp (mentor) Differential Revision: https://reviews.freebsd.org/D27966 Notes: svn path=/head/; revision=560410
* net/activemq: Update to 5.16.0Mikael Urankar2020-12-112-5/+5
| | | | | | | | | | also, pass maintainership. PR: 251750 Submitted by: Neel Chauhan Notes: svn path=/head/; revision=557717
* Reset MAINTAINERTobias Kortkamp2020-09-281-1/+1
| | | | Notes: svn path=/head/; revision=550400
* net/activemq: Update to 5.15.13Tobias Kortkamp2020-05-302-4/+4
| | | | Notes: svn path=/head/; revision=537020
* net/activemq: Update to 5.15.12Tobias Kortkamp2020-03-224-28/+17
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=528892
* Clean up after java/openjdk6 and java/openjdk6-jre removalJung-uk Kim2019-11-261-1/+0
| | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=518482
* net/activemq: Update to 5.15.11Tobias Kortkamp2019-11-262-4/+4
| | | | | | | Changes: https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12345958&styleName=Text&projectId=12311210 Notes: svn path=/head/; revision=518460
* net/activemq: Update to 5.15.10Tobias Kortkamp2019-09-052-5/+4
| | | | | | | Changes: https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12345171&projectId=12311210 Notes: svn path=/head/; revision=511158
* net/activemq: Fix rc script stop commandTobias Kortkamp2019-04-183-5/+23
| | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=499241
* net/activemq: Update to 5.15.9Tobias Kortkamp2019-04-182-5/+4
| | | | | | | Changes: https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12344450&styleName=&projectId=12311210 Notes: svn path=/head/; revision=499239
* net/activemq: Clean up portTobias Kortkamp2019-04-183-613/+51
| | | | | | | | | - Simplify port and make it maintainable - Do not make /var/db/activemq world readable - Assign to myself Notes: svn path=/head/; revision=499238
* Return tj's ports to the pool after his commit bit got safekept.Rene Ladan2018-11-061-1/+1
| | | | Notes: svn path=/head/; revision=484353
* Update to 5.14.4Tom Judge2017-04-063-13/+13
| | | | | | | Changes: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311210&version=12338909 Notes: svn path=/head/; revision=437852
* Update to 5.14.1Tom Judge2016-10-033-17/+10
| | | | | | | Changes: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311210&version=12338124 Notes: svn path=/head/; revision=423205
* Update to 5.13.2Tom Judge2016-03-254-10/+11
| | | | | | | | | | | Changes: http://activemq.apache.org/activemq-5132-release.html Fix stop/status in rc script. PR: 207881 Notes: svn path=/head/; revision=411851
* Upgrade to 5.13.0Tom Judge2015-12-233-358/+363
| | | | | | | | | | Changes: http://activemq.apache.org/activemq-5130-release.html PR: 164466 Submitted by: zi Notes: svn path=/head/; revision=404302
* - Add LICENSE_FILEDmitry Marakasov2015-08-312-65/+28
| | | | | | | | | | - Switch to options helpers - Switch to @sample Approved by: portmgr blanket Notes: svn path=/head/; revision=395667
* Cleanup DIST* variables.Mathieu Arnold2015-05-111-2/+1
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=386097
* net/activemq: add CPE informationBartek Rutkowski2015-04-141-0/+2
| | | | | | | | PR: 198910 Submitted by: Shun <shun.fbsd.pr@dropcut.net> Notes: svn path=/head/; revision=383989
* Update to 5.10.1Tom Judge2015-01-302-3/+3
| | | | | | | Changes: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311210&version=12326456 Notes: svn path=/head/; revision=378168
* Cleanup plistBaptiste Daroussin2014-12-091-203/+0
| | | | Notes: svn path=/head/; revision=374410
* Upgrade to 5.10.0.Tom Judge2014-09-083-952/+62
| | | | | | | | Changes: http://activemq.apache.org/activemq-5100-release.html Notes: svn path=/head/; revision=367629
* * pkg-plist cleanupTom Judge2014-02-213-42/+52
| | | | | | | | * Create log and datadirs in rc script * Put logs in /var/log/activemq by default not in /var/db/activemq Notes: svn path=/head/; revision=345533
* Remove trailing whitespaces from category netEmanuel Haupt2014-02-211-1/+1
| | | | Notes: svn path=/head/; revision=345423
* According to the Porter's Handbook (5.12.2.3.) default options must be added toEmanuel Haupt2014-02-101-0/+3
| | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=343634
* - rename AL2 to APACHE20 in Mk/bsd.licenses.db.mkOlli Hauer2013-12-301-1/+1
| | | | | | | | | | | | | | | | | - 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@) Notes: svn path=/head/; revision=338168
* Fix scala library version number in the plistTom Judge2013-11-152-2/+2
| | | | Notes: svn path=/head/; revision=333919
* Remove some instances of %%OSREL%% that slipped into pkg-plist.Tom Judge2013-11-152-3/+4
| | | | Notes: svn path=/head/; revision=333870
* * Update to 5.9.0Tom Judge2013-10-316-196/+1442
| | | | | | | | | * Convert to stage dir Changes: http://activemq.apache.org/activemq-590-release.html Notes: svn path=/head/; revision=332291
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net) Notes: svn path=/head/; revision=327755
* - Do not remove directories not created by this portMartin Wilke2013-06-121-1/+0
| | | | | | | Reported by: pkg (DEVELOPER_MODE) Notes: svn path=/head/; revision=320686
* Update to 5.8.0.Tom Judge2013-05-194-73/+93
| | | | | | | | | This upgrade switches the required JVM to 1.7. Changes: http://activemq.apache.org/activemq-580-release.html Notes: svn path=/head/; revision=318541
* Fix minor nit: use the canconical FreeBSD.org form for email addresses.Eitan Adler2013-03-171-2/+1
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=314460
* Update to 5.7.0Tom Judge2012-12-093-124/+113
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=308499
* * Update to 5.6.0Tom Judge2012-10-264-289/+138
| | | | | | | | | | | | | | | | | | | * 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) Notes: svn path=/head/; revision=306442
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=289156
* - The proper acronym for Apache Software License 2 is really AL2Thomas Abthorpe2012-01-091-1/+1
| | | | | | | | | | | | - Thanks to crees@ for generating the initial patch PR: ports/163521 Submitted by: Pedro Giffuni <pfg apache.org> Hat: portmgr Exp run by: pav Notes: svn path=/head/; revision=288824
* Update to 5.5.0 [1]Julien Laffaye2011-06-276-90/+120
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=276496