Port details |
- axis2 Provides a Web Services,SOAP and WSDL engine from Apache
- 1.8.0_1 www
=5 1.8.0_1Version of this port present on the latest quarterly branch. - There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
![search for ports maintained by this maintainer search for ports maintained by this maintainer](/images/search.jpg) - Port Added: 2011-09-20 01:25:30
- Last Update: 2024-12-31 08:57:55
- Commit Hash: 0835676
- People watching this port, also watch:: pslist, vlc, monit, cacti, libmatroska
- Also Listed In: java
- License: APACHE20
- WWW:
- https://axis.apache.org/axis2/java/core/
- Description:
- Apache Axis2 is a Web Services / SOAP / WSDL engine, the successor to the
widely used Apache Axis SOAP stack. There are two implementations of the Apache
Axis2 Web services engine - Apache Axis2/Java and Apache Axis2/C
¦ ¦ ¦ ¦ ![SVNWeb SVNWeb](/images/subversion.png)
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/www/axis2/ && make install clean
- To add the package, run one of these commands:
- pkg install www/axis2
- pkg install axis2
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: axis2
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1629395038
SHA256 (axis2-1.8.0-bin.zip) = b1c3dd77fe54e960a72efab65df2980373b429a672be1ce84d92ed150c2bf796
SIZE (axis2-1.8.0-bin.zip) = 35033716
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- bootstrap.jar : www/tomcat9
- java : java/openjdk8
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for axis2-1.8.0_1:
EXAMPLES=on: Build and/or install examples
====> Options available for the single AS: you have to select exactly one of them
TOMCAT9=on: Use Tomcat 9.0.x
TOMCAT101=off: Use Tomcat 10.1.x
===> Use 'make config' to modify these settings
- Options name:
- www_axis2
- USES:
- cpe java zip
- pkg-message:
- If upgrading from < 1.8.0:
- From Apache Axis2 1.8.0 Release Note: Because of the HTTPClient 4.x changes and
also JAX-WS changes in the 1.7.x series, users are strongly encouraged to
update their axis2.xml.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.8.0_1 31 Dec 2024 08:57:55
![commit hash: 0835676e361bca74b28b09fe0425ed5ee958f26b commit hash: 0835676e361bca74b28b09fe0425ed5ee958f26b](/images/git.png) ![commit hash: 0835676e361bca74b28b09fe0425ed5ee958f26b commit hash: 0835676e361bca74b28b09fe0425ed5ee958f26b](/images/codeberg.svg) ![commit hash: 0835676e361bca74b28b09fe0425ed5ee958f26b commit hash: 0835676e361bca74b28b09fe0425ed5ee958f26b](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Muhammad Moinur Rahman (bofh) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Mk/**java.mk: Convert bsd.java.mk to USES
The following features have been added or changed:
- Instead of USE_JAVA use USES=java. This defaults to
USES=java:build,run if NO_BUILD is undefined. Else it defaults to
USES=java:run
- Instead of USE_ANT=yes use USES=java:ant which also implies
USES=java:build
- Instead of JAVA_BUILD=yes use USES=java:build. Does not imply run or
extract
- Instead of JAVA_EXTRACT=yes use USES=java:extract does not imply
build or run
- Instead of JAVA_RUN=yes use USES=java:run does not imply extract or
build
- Instead of USE_JAVA=<version> use USES=java and JAVA_VERSION=<version>
Approved by: mat (portmgr), glewis
Differential Revision: https://reviews.freebsd.org/D48201 |
1.8.0_1 04 Aug 2024 12:23:08
![commit hash: e244e26128c29c500f56dcba5ee0638d395bd8cb commit hash: e244e26128c29c500f56dcba5ee0638d395bd8cb](/images/git.png) ![commit hash: e244e26128c29c500f56dcba5ee0638d395bd8cb commit hash: e244e26128c29c500f56dcba5ee0638d395bd8cb](/images/codeberg.svg) ![commit hash: e244e26128c29c500f56dcba5ee0638d395bd8cb commit hash: e244e26128c29c500f56dcba5ee0638d395bd8cb](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Rene Ladan (rene) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
www/axis2: use Tomcat 9 by default as Tomcat 8.5 expired |
1.8.0 18 Jul 2023 17:45:19
![commit hash: b98c2f83e60b77415828b53df653c69e71a58d40 commit hash: b98c2f83e60b77415828b53df653c69e71a58d40](/images/git.png) ![commit hash: b98c2f83e60b77415828b53df653c69e71a58d40 commit hash: b98c2f83e60b77415828b53df653c69e71a58d40](/images/codeberg.svg) ![commit hash: b98c2f83e60b77415828b53df653c69e71a58d40 commit hash: b98c2f83e60b77415828b53df653c69e71a58d40](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Vladimir Druzenko (vvd) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Mk/bsd.options.desc.mk: sort out TOMCAT options
1. Removed EOLed tomcat 6, 7 and 8.
2. Replaced tomcat10 with tomcat101.
3. Changed TOMCAT*_DESC to more correct.
Approved by: arrowd (mentor)
Differential Revision: https://reviews.freebsd.org/D41054
MFH: 2023Q3 |
1.8.0 24 Sep 2022 13:05:11
![commit hash: 907f709da11e7cad44cc356d3ae4f1536e14726c commit hash: 907f709da11e7cad44cc356d3ae4f1536e14726c](/images/git.png) ![commit hash: 907f709da11e7cad44cc356d3ae4f1536e14726c commit hash: 907f709da11e7cad44cc356d3ae4f1536e14726c](/images/codeberg.svg) ![commit hash: 907f709da11e7cad44cc356d3ae4f1536e14726c commit hash: 907f709da11e7cad44cc356d3ae4f1536e14726c](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Danilo G. Baio (dbaio) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
*: Release a few ports to the pool |
07 Sep 2022 21:58:51
![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/git.png) ![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/codeberg.svg) ![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Stefan Eßer (se) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove WWW entries moved into port Makefiles
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) |
1.8.0 07 Sep 2022 21:10:59
![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/git.png) ![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/codeberg.svg) ![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Stefan Eßer (se) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add WWW entries to port Makefiles
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.
(Only the first 15 lines of the commit message are shown above ) |
1.8.0 29 Jun 2022 16:33:10
![commit hash: 4020cf3241ccae30b1bf25b146167ebded3b5ad6 commit hash: 4020cf3241ccae30b1bf25b146167ebded3b5ad6](/images/git.png) ![commit hash: 4020cf3241ccae30b1bf25b146167ebded3b5ad6 commit hash: 4020cf3241ccae30b1bf25b146167ebded3b5ad6](/images/codeberg.svg) ![commit hash: 4020cf3241ccae30b1bf25b146167ebded3b5ad6 commit hash: 4020cf3241ccae30b1bf25b146167ebded3b5ad6](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Po-Chuan Hsieh (sunpoet) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
www/axis2: Update WWW
Approved by: portmgr (blanket) |
1.8.0 19 Aug 2021 19:09:44
![commit hash: c618c925ff11969e29d043660c0f047a5a9e84b3 commit hash: c618c925ff11969e29d043660c0f047a5a9e84b3](/images/git.png) ![commit hash: c618c925ff11969e29d043660c0f047a5a9e84b3 commit hash: c618c925ff11969e29d043660c0f047a5a9e84b3](/images/codeberg.svg) ![commit hash: c618c925ff11969e29d043660c0f047a5a9e84b3 commit hash: c618c925ff11969e29d043660c0f047a5a9e84b3](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Danilo G. Baio (dbaio) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
www/axis2: Update to 1.8.0
Add new TOMCAT options and set version 8.5 as default because 7.0 is
deprecated.
From Apache Axis2 1.8.0 Release Note: Because of the HTTPClient 4.x changes
and also JAX-WS changes in the 1.7.x series, users are strongly encouraged to
update their axis2.xml.
Changelog: https://axis.apache.org/axis2/java/core/release-notes/1.8.0.html |
1.7.9_1 07 Apr 2021 08:09:01
![commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c](/images/git.png) ![commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c](/images/codeberg.svg) ![commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Mathieu Arnold (mat) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.7.9_1 06 Apr 2021 14:31:07
![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/git.png) ![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/codeberg.svg) ![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Mathieu Arnold (mat) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove # $FreeBSD$ from Makefiles. |
1.7.9_1 26 Nov 2019 21:46:13
![Revision:518482 Revision:518482](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
jkim ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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 |
1.7.9_1 11 Aug 2019 21:40:39
![Revision:508682 Revision:508682](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
rene ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
www/axis2: drop tomcat6 as a suported option, bump PORTREVISION |
1.7.9 23 Nov 2018 23:29:56
![Revision:485715 Revision:485715](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
dbaio ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
www/axis2: Update to 1.7.9
Changes: http://axis.apache.org/axis2/java/core/release-notes/1.7.9.html |
1.7.8 29 May 2018 23:07:47
![Revision:471115 Revision:471115](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
dbaio ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
www/axis2: Update to 1.7.8
Changes: http://axis.apache.org/axis2/java/core/release-notes/1.7.8.html |
1.7.7 24 Dec 2017 14:02:46
![Revision:457163 Revision:457163](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
dbaio ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
www/axis2: Update to 1.7.7
Changes: http://axis.apache.org/axis2/java/core/release-notes/1.7.7.html |
1.7.6 11 Aug 2017 00:39:19
![Revision:447729 Revision:447729](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
dbaio ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
www/axis2: Update to 1.7.6, Fixes security vulnerability
- Add TOMCAT85 as new option
Changes: http://axis.apache.org/axis2/java/core/release-notes/1.7.6.html
MFH: 2017Q3
Security: c1265e85-7c95-11e7-93af-005056925db4 |
1.7.5 19 May 2017 01:03:57
![Revision:441205 Revision:441205](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
dbaio ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
www/axis2: Update to 1.7.5
Maintenance release that includes fixes for several issues, including a local
file inclusion vulnerability (AXIS2-5846).
Changes: http://axis.apache.org/axis2/java/core/release-notes/1.7.5.html
Approved by: garga (mentor)
MFH: 2017Q2
Differential Revision: https://reviews.freebsd.org/D10784 |
1.7.4 08 May 2017 17:21:49
![Revision:440442 Revision:440442](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
dbaio ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update my email address
Approved by: garga (mentor)
Differential Revision: https://reviews.freebsd.org/D10648 |
1.7.4 31 Oct 2016 07:10:43
![Revision:424977 Revision:424977](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
jhale ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 1.7.4
PR: 213792
Submitted by: Danilo G. Baio <dbaio@bsd.com.br> (maintainer)
MFH: 2016Q4
Security: ac18046c-9b08-11e6-8011-005056925db4 |
1.7.3 20 Oct 2016 18:58:46
![Revision:424346 Revision:424346](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
feld ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
www/axis2: Update to 1.7.3
- Resolve CVE-2010-3981 [1]
- Switch to options helper
- Add LICENSE_FILE
- Install missing files through axis2.war. Reported upstream [2]
- Set architecture neutral
- Take maintainer'ship
- Fix permissions
[1] http://axis.apache.org/axis2/java/core/release-notes/1.7.3.html
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-3981
[2] https://issues.apache.org/jira/browse/AXIS2-5816
PR: 213536
MFH: 2016Q4
Security: CVE-2010-3981 |
1.7.1 01 Apr 2016 14:33:58
![Revision:412351 Revision:412351](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
mat ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
1.7.1 26 Feb 2016 14:46:00
![Revision:409611 Revision:409611](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
mi ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update from 1.7.0 to 1.7.1. The upstream maintainers urge all users
to upgrade:
http://axis.apache.org/axis2/java/core/release-notes/1.7.1.html
Notified by: portscout |
1.7.0 05 Feb 2016 21:45:51
![Revision:408271 Revision:408271](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
pi ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
www/axis2: 1.6.4 -> 1.7.0
Changes:
https://axis.apache.org/axis2/java/core/release-notes/1.7.0.html
PR: 206858
Submitted by: w.schwarzenfeld@aon.at |
1.6.4 21 Jan 2016 20:27:10
![Revision:406875 Revision:406875](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
pi ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
www/axis2: 1.6.2 -> 1.6.4
Changes:
http://axis.apache.org/axis2/java/core/release-notes/1.6.3.html
http://axis.apache.org/axis2/java/core/release-notes/1.6.4.html
fixes approx. 55 issues
PR: 206024
Submitted by: w.schwarzenfeld@aon.at |
1.6.2_1 17 Jun 2015 20:04:14
![Revision:389992 Revision:389992](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
amdmi3 ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Fix build on pre-10.x after previous commit |
1.6.2_1 08 Jun 2015 01:24:15
![Revision:388824 Revision:388824](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
amdmi3 ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Simplify installation
- Switch to @sample
- Drop @dirrm* from plist |
1.6.2_1 11 May 2015 18:34:58
![Revision:386097 Revision:386097](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
mat ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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 |
1.6.2_1 28 Mar 2015 12:18:00
![Revision:382473 Revision:382473](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
sunpoet ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Add CPE information
PR: 198959
Submitted by: shun <shun.fbsd.pr@dropcut.net> |
1.6.2_1 25 May 2014 05:15:52
![Revision:355113 Revision:355113](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
miwi ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Stage support
PR: 189933 |
1.6.2_1 10 Mar 2014 18:01:09
![Revision:347789 Revision:347789](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
bapt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Convert www to USES=zip |
1.6.2_1 21 Feb 2014 13:39:58
![Revision:345437 Revision:345437](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
ehaupt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove trailing whitespaces from category www |
1.6.2_1 10 Feb 2014 13:54:28
![Revision:343634 Revision:343634](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
ehaupt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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) |
1.6.2_1 09 Jan 2014 21:41:13
![Revision:339288 Revision:339288](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
nemysis ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Send www/axis2 back to the pool, since I no longer use it |
1.6.2_1 30 Dec 2013 20:55:19
![Revision:338168 Revision:338168](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
ohauer ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- 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@) |
1.6.2_1 18 Dec 2013 10:20:49
![Revision:336812 Revision:336812](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
nemysis ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Change maintainer email of my ports to @FreeBSD.org
Approved by: pawel / wg (mentors, implicit) |
1.6.2_1 20 Sep 2013 23:36:54
![Revision:327776 Revision:327776](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
bapt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
1.6.2_1 20 Nov 2012 19:07:56
![Revision:307596 Revision:307596](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
jgh ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- drop tomcat55 as an option, and pass maintainership to submitter
- drop hard-coded install in favor of ${INSTALL}
PR: 173035
Submitted by: nemysis@gmx.ch
Feature safe: yes |
1.6.2_1 03 Oct 2012 01:15:48
![Revision:305180 Revision:305180](/images/subversion.png) ![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
jgh ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- reset maintainer to heap |
1.6.2_1 21 Aug 2012 05:21:04
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
jgh ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- fix examples installation, bump portrevision
PR: 170807
Submitted by: Artis.Caune@gmail.com |
1.6.2 25 Jun 2012 23:09:08
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
jgh ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- adopt optionsNG |
1.6.2 30 Apr 2012 16:40:05
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
jgh ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update to 1.6.2
- shorten MASTER_SITES
- move default to tomcat6
Changes:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10611&version=12317875
Sponsored by: Experts-Exchange, LLC. |
1.6.1_3 24 Apr 2012 20:00:44
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
jgh ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- fix package installations, %D% => %D
- bump PORTREVISION
Sponsored by: Experts-Exchange, LLC. |
1.6.1_2 09 Jan 2012 15:41:08
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
tabthorpe ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- 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 |
1.6.1_2 20 Dec 2011 17:10:20
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
jgh ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
move contributor address => jgh
Approved by: crees (mentor) |
1.6.1_2 03 Dec 2011 08:29:29
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
eadler ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Package installation fixed for exec's
- Account for local web.xml file
- portrevision Bump (pkg-plist change)
PR: ports/163032
Submitted by: Jason Helfman <jhelfman@experts-exchange.com> (maintainer)
Feature safe: yes |
1.6.1_1 01 Dec 2011 20:04:08
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
eadler ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Move to binary distribution to support building applications.
- Bump portrevision.
PR: ports/162999
Submitted by: Jason Helfman <jhelfman@experts-exchange.com> (maintainer)
Feature safe: yes |
1.6.1 28 Sep 2011 17:21:46
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
crees ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove reference to UNZIP_CMD in install target -- missed in previous commit.
Submitted by: Jason Helfman (maintainer) |
1.6.1 27 Sep 2011 18:38:18
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
crees ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Fix build and fail if no app servers are selected.
Submitted by: Jason Helfman (maintainer), eadler |
1.6.1 20 Sep 2011 01:24:42
![This port version is marked as vulnerable. This port version is marked as vulnerable.](/images/vuxml.gif) |
eadler ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Apache Axis2 is a Web Services / SOAP / WSDL engine, the successor to the
widely used Apache Axis SOAP stack. There are two implementations of the Apache
Axis2 Web services engine - Apache Axis2/Java and Apache Axis2/C
WWW: http://axis.apache.org/axis2/java/core/
PR: ports/159269
Reviewed by: glewis
Submitted by: Jason Helfman <jhelfman@e-e.com>
Approved by: bapt (mentor) |