| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
| |
PR: 265591
|
| |
|
| |
|
|
|
|
| |
Reported by: lwhsu
|
| |
|
| |
|
|
|
|
|
|
|
| |
Approved by: 0mp (mentor, implicit)
Notes:
svn path=/head/; revision=562329
|
|
|
|
|
|
|
|
|
| |
Reviewed by: 0mp (mentor)
Approved by: 0mp (mentor)
Differential Revision: https://reviews.freebsd.org/D27966
Notes:
svn path=/head/; revision=560410
|
|
|
|
|
|
|
|
|
|
| |
also, pass maintainership.
PR: 251750
Submitted by: Neel Chauhan
Notes:
svn path=/head/; revision=557717
|
|
|
|
| |
Notes:
svn path=/head/; revision=550400
|
|
|
|
| |
Notes:
svn path=/head/; revision=537020
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Changes: https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12345958&styleName=Text&projectId=12311210
Notes:
svn path=/head/; revision=518460
|
|
|
|
|
|
|
| |
Changes: https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12345171&projectId=12311210
Notes:
svn path=/head/; revision=511158
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Changes: https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12344450&styleName=&projectId=12311210
Notes:
svn path=/head/; revision=499239
|
|
|
|
|
|
|
|
|
| |
- Simplify port and make it maintainable
- Do not make /var/db/activemq world readable
- Assign to myself
Notes:
svn path=/head/; revision=499238
|
|
|
|
| |
Notes:
svn path=/head/; revision=484353
|
|
|
|
|
|
|
| |
Changes: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311210&version=12338909
Notes:
svn path=/head/; revision=437852
|
|
|
|
|
|
|
| |
Changes: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311210&version=12338124
Notes:
svn path=/head/; revision=423205
|
|
|
|
|
|
|
|
|
|
|
| |
Changes: http://activemq.apache.org/activemq-5132-release.html
Fix stop/status in rc script.
PR: 207881
Notes:
svn path=/head/; revision=411851
|
|
|
|
|
|
|
|
|
|
| |
Changes: http://activemq.apache.org/activemq-5130-release.html
PR: 164466
Submitted by: zi
Notes:
svn path=/head/; revision=404302
|
|
|
|
|
|
|
|
|
|
| |
- Switch to options helpers
- Switch to @sample
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=395667
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
PR: 198910
Submitted by: Shun <shun.fbsd.pr@dropcut.net>
Notes:
svn path=/head/; revision=383989
|
|
|
|
|
|
|
| |
Changes: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311210&version=12326456
Notes:
svn path=/head/; revision=378168
|
|
|
|
| |
Notes:
svn path=/head/; revision=374410
|
|
|
|
|
|
|
|
| |
Changes:
http://activemq.apache.org/activemq-5100-release.html
Notes:
svn path=/head/; revision=367629
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
| |
Notes:
svn path=/head/; revision=345423
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
Notes:
svn path=/head/; revision=333919
|
|
|
|
| |
Notes:
svn path=/head/; revision=333870
|
|
|
|
|
|
|
|
|
| |
* Convert to stage dir
Changes: http://activemq.apache.org/activemq-590-release.html
Notes:
svn path=/head/; revision=332291
|
|
|
|
|
|
|
| |
net)
Notes:
svn path=/head/; revision=327755
|
|
|
|
|
|
|
| |
Reported by: pkg (DEVELOPER_MODE)
Notes:
svn path=/head/; revision=320686
|
|
|
|
|
|
|
|
|
| |
This upgrade switches the required JVM to 1.7.
Changes: http://activemq.apache.org/activemq-580-release.html
Notes:
svn path=/head/; revision=318541
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|