notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: www/axis2/Makefile

Number of commits found: 45

Tuesday, 18 Jul 2023
17:45 Vladimir Druzenko (vvd) search for other commits by this committer
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
commit hash: b98c2f83e60b77415828b53df653c69e71a58d40 commit hash: b98c2f83e60b77415828b53df653c69e71a58d40 commit hash: b98c2f83e60b77415828b53df653c69e71a58d40 commit hash: b98c2f83e60b77415828b53df653c69e71a58d40 b98c2f8
Saturday, 24 Sep 2022
13:05 Danilo G. Baio (dbaio) search for other commits by this committer
*: Release a few ports to the pool
commit hash: 907f709da11e7cad44cc356d3ae4f1536e14726c commit hash: 907f709da11e7cad44cc356d3ae4f1536e14726c commit hash: 907f709da11e7cad44cc356d3ae4f1536e14726c commit hash: 907f709da11e7cad44cc356d3ae4f1536e14726c 907f709
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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.

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)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Thursday, 19 Aug 2021
19:09 Danilo G. Baio (dbaio) search for other commits by this committer
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
commit hash: c618c925ff11969e29d043660c0f047a5a9e84b3 commit hash: c618c925ff11969e29d043660c0f047a5a9e84b3 commit hash: c618c925ff11969e29d043660c0f047a5a9e84b3 commit hash: c618c925ff11969e29d043660c0f047a5a9e84b3 c618c92
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Tuesday, 26 Nov 2019
21:46 jkim search for other commits by this committer
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
Original commitRevision:518482 
Sunday, 11 Aug 2019
21:40 rene search for other commits by this committer
www/axis2: drop tomcat6 as a suported option, bump PORTREVISION
Original commitRevision:508682 
Friday, 23 Nov 2018
23:29 dbaio search for other commits by this committer
www/axis2: Update to 1.7.9

Changes:	http://axis.apache.org/axis2/java/core/release-notes/1.7.9.html
Original commitRevision:485715 
Tuesday, 29 May 2018
23:07 dbaio search for other commits by this committer
www/axis2: Update to 1.7.8

Changes:	http://axis.apache.org/axis2/java/core/release-notes/1.7.8.html
Original commitRevision:471115 
Sunday, 24 Dec 2017
14:02 dbaio search for other commits by this committer
www/axis2: Update to 1.7.7

Changes:	http://axis.apache.org/axis2/java/core/release-notes/1.7.7.html
Original commitRevision:457163 
Friday, 11 Aug 2017
00:39 dbaio search for other commits by this committer
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
Original commitRevision:447729 
Friday, 19 May 2017
01:03 dbaio search for other commits by this committer
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
Original commitRevision:441205 
Monday, 8 May 2017
17:21 dbaio search for other commits by this committer
Update my email address

Approved by:	garga (mentor)
Differential Revision:	https://reviews.freebsd.org/D10648
Original commitRevision:440442 
Monday, 31 Oct 2016
07:10 jhale search for other commits by this committer
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
Original commitRevision:424977 
Thursday, 20 Oct 2016
18:58 feld search for other commits by this committer
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
Original commitRevision:424346 
Friday, 1 Apr 2016
14:33 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412351 
Friday, 26 Feb 2016
14:46 mi search for other commits by this committer
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
Original commitRevision:409611 
Friday, 5 Feb 2016
21:45 pi search for other commits by this committer
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
Original commitRevision:408271 
Thursday, 21 Jan 2016
20:27 pi search for other commits by this committer
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
Original commitRevision:406875 
Wednesday, 17 Jun 2015
20:04 amdmi3 search for other commits by this committer
- Fix build on pre-10.x after previous commit
Original commitRevision:389992 
Monday, 8 Jun 2015
01:24 amdmi3 search for other commits by this committer
- Simplify installation
- Switch to @sample
- Drop @dirrm* from plist
Original commitRevision:388824 
Monday, 11 May 2015
18:34 mat search for other commits by this committer
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
Original commitRevision:386097 
Saturday, 28 Mar 2015
12:18 sunpoet search for other commits by this committer
- Add CPE information

PR:		198959
Submitted by:	shun <shun.fbsd.pr@dropcut.net>
Original commitRevision:382473 
Sunday, 25 May 2014
05:15 miwi search for other commits by this committer
- Stage support

PR:		189933
Original commitRevision:355113 
Monday, 10 Mar 2014
18:01 bapt search for other commits by this committer
Convert www to USES=zip
Original commitRevision:347789 
Friday, 21 Feb 2014
13:39 ehaupt search for other commits by this committer
Remove trailing whitespaces from category www
Original commitRevision:345437 
Monday, 10 Feb 2014
13:54 ehaupt search for other commits by this committer
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)
Original commitRevision:343634 
Thursday, 9 Jan 2014
21:41 nemysis search for other commits by this committer
- Send www/axis2 back to the pool, since I no longer use it
Original commitRevision:339288 
Monday, 30 Dec 2013
20:55 ohauer search for other commits by this committer
- 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@)
Original commitRevision:338168 
Wednesday, 18 Dec 2013
10:20 nemysis search for other commits by this committer
- Change maintainer email of my ports to @FreeBSD.org

Approved by:	pawel / wg (mentors, implicit)
Original commitRevision:336812 
Friday, 20 Sep 2013
23:36 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
Original commitRevision:327776 
Tuesday, 20 Nov 2012
19:07 jgh search for other commits by this committer
- 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
Original commitRevision:307596 
Wednesday, 3 Oct 2012
01:15 jgh search for other commits by this committer
- reset maintainer to heap
Original commitRevision:305180 
Tuesday, 21 Aug 2012
05:21 jgh search for other commits by this committer
- fix examples installation, bump portrevision

PR:	170807
Submitted by:	Artis.Caune@gmail.com
Original commit
Monday, 25 Jun 2012
23:09 jgh search for other commits by this committer
- adopt optionsNG
Original commit
Monday, 30 Apr 2012
16:40 jgh search for other commits by this committer
- 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.
Original commit
Tuesday, 24 Apr 2012
20:00 jgh search for other commits by this committer
- fix package installations, %D% => %D
- bump PORTREVISION

Sponsored by: Experts-Exchange, LLC.
Original commit
Monday, 9 Jan 2012
15:41 tabthorpe search for other commits by this committer
- 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
Original commit
Tuesday, 20 Dec 2011
17:10 jgh search for other commits by this committer
move contributor address => jgh

Approved by:    crees (mentor)
Original commit
Saturday, 3 Dec 2011
08:29 eadler search for other commits by this committer
- 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
Original commit
Thursday, 1 Dec 2011
20:04 eadler search for other commits by this committer
- 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
Original commit
Wednesday, 28 Sep 2011
17:21 crees search for other commits by this committer
Remove reference to UNZIP_CMD in install target -- missed in previous commit.

Submitted by:   Jason Helfman (maintainer)
Original commit
Tuesday, 27 Sep 2011
18:38 crees search for other commits by this committer
Fix build and fail if no app servers are selected.

Submitted by:   Jason Helfman (maintainer), eadler
Original commit
Tuesday, 20 Sep 2011
01:24 eadler search for other commits by this committer
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)
Original commit

Number of commits found: 45