notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: devel/soapui/Makefile
SVNWeb

Number of commits found: 36

Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 20 Jul 2022
[ 14:21 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  aa6eefd  (Only the first 10 of 5087 ports in this commit are shown above. View all ports for this commit)
devel: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  <jkoshy@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron H. K. Diep <ahkdiep@gmail.com>
  *  Aaron Hurt <ahurt@anbcs.com>
  *  Abel Chow <abel_chow@yahoo.com>
  *  Adam McLaurin
  *  Adam Saponara <as@php.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Thu, 28 Nov 2019
[ 17:00 pi search for other commits by this committer ] Original commit   Revision:518592
devel/soapui: upgrade 5.2.1 -> 5.5.0

Submitted by:	Vikash Badal <vikashb@where-ever.za.net>
Relnotes:	https://github.com/SmartBear/soapui/blob/next/RELEASENOTES.txt
Tue, 26 Nov 2019
[ 21:46 jkim search for other commits by this committer ] Original commit   Revision:518482 (Only the first 10 of 443 ports in this commit are shown above. View all ports for this commit)
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
Wed, 6 Nov 2019
[ 12:48 antoine search for other commits by this committer ] Original commit   Revision:516880 (Only the first 10 of 268 ports in this commit are shown above. View all ports for this commit)
Mark a few ports BROKEN, unfetchable
Sat, 27 Jan 2018
[ 17:42 dbaio search for other commits by this committer ] Original commit   Revision:460134
devel/soapui: Fix LICENSE and MASTER_SITES

License CPL was not correctly defined (missing permissions).
The SoapUI download has moved from SourceForge to a new address[1].

While here, fix WWW.

[1] - https://sourceforge.net/projects/soapui/files/?source=navbar

PR:		223385
Approved by:	maintainer timeout (pi, > 2 weeks)
Sat, 4 Nov 2017
[ 11:43 dbaio search for other commits by this committer ] Original commit   Revision:453453 (Only the first 10 of 61 ports in this commit are shown above. View all ports for this commit)
Update license of ports using MPL (without version)

All ports now should use MPL[10|11|20] license.

Approved by:	portmgr (blanket)
Thu, 26 May 2016
[ 03:44 pi search for other commits by this committer ] Original commit   Revision:415874
devel/soapui: fix license

PR:		209602
Submitted by:	amdmi3
Wed, 18 May 2016
[ 13:19 amdmi3 search for other commits by this committer ] Original commit   Revision:415443
- Simplify MASTER_SITES
- Add NO_ARCH
- Switch to options helpers

Approved by:	portmgr blanket
Sun, 8 Nov 2015
[ 07:54 pi search for other commits by this committer ] Original commit   Revision:401039
devel/soapui: 5.2.0 -> 5.2.1

Changes:
  http://www.soapui.org/news/SoapUI-5-2-1-Released.html
Tue, 7 Jul 2015
[ 14:22 pi search for other commits by this committer ] Original commit   Revision:391504
devel/soapui: 5.1.3 -> 5.2.0

http://www.soapui.org/news/SoapUI-5-2-released.html
- You can use 4 new JSONPath-based assertions:
  o JsonPath Count
    Calculates the number of element occurrences in a JSON response.
  o JsonPath Existence Match
    Extracts data from a JSON response and compares it with an expected
    value.
  o JsonPath Match
    Checks if a JSON response contains specific node.
  o JsonPath RegEx Match
    Extracts data from a JSON response and verifies it with a regular
    expression.
  You can find the new assertions in the Add Assertions dialog, in
  the Property Content assertion group.
- You can create new empty projects (in earlier versions, projects
  had to be based on WSDL or WADL, or URI).
- Support for Java 6 has been dropped.
  To run SoapUI, now you need to have Java 7 on your computer.
- Old-style icons have been replaced with newer icons.
- Several bugs fixed.
Thu, 23 Apr 2015
[ 13:22 amdmi3 search for other commits by this committer ] Original commit   Revision:384569
- Add CPE info
Fri, 10 Apr 2015
[ 18:29 pi search for other commits by this committer ] Original commit   Revision:383747
devel/soapui: 5.1.2 -> 5.1.3

Changes:
- Removed version conflict affecting Maven builds
Tue, 31 Mar 2015
[ 18:10 pi search for other commits by this committer ] Original commit   Revision:382856
devel/soapui: 5.0.0 -> 5.1.2

Changes:
http://www.soapui.org/about-soapui/whats-new-in-5-1.html
Sun, 8 Jun 2014
[ 19:05 pi search for other commits by this committer ] Original commit   Revision:357068 (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
Mass-update maintainer from fbsd-ports@opsec.eu -> pi@FreeBSD.org
Tue, 22 Apr 2014
[ 19:36 pi search for other commits by this committer ] Original commit   Revision:351879
devel/soapui: update from 4.6.4 to 5.0.0

PR:             ports/188851
Obtained from:	Federico Bernoldi
Submitted by:   pi (myself)
Approved by:    culot (mentor)
Fri, 17 Jan 2014
[ 14:51 wg search for other commits by this committer ] Original commit   Revision:340050
devel/soapui: update to 4.6.4

PR:		ports/185825
Submitted by:	maintainer
Thu, 19 Dec 2013
[ 15:11 wg search for other commits by this committer ] Original commit   Revision:336921
devel/soapui: update to 4.6.3

PR:		ports/184991
Submitted by:	maintainer
Sun, 10 Nov 2013
[ 10:30 wg search for other commits by this committer ] Original commit   Revision:333371
devel/soapui: update to 4.6.1

- Update to 4.6.1
- Allow staging
- Add LICENSE (GPLv2)

PR:		ports/183815
Submitted by:	Vladimir Kondratiev <wulf mail.mipt.ru>
Approved by:	maintainer
Fri, 20 Sep 2013
[ 17:17 bapt search for other commits by this committer ] Original commit   Revision:327726 (Only the first 10 of 623 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4)
Wed, 25 Jul 2012
[ 06:32 cs search for other commits by this committer ] Original commit  (Only the first 10 of 125 ports in this commit are shown above. View all ports for this commit)
Fix typos in COMMENT
Sun, 1 Jul 2012
[ 10:09 jase search for other commits by this committer ] Original commit 
- Update to 4.5.1 [1]
- Convert to optionsNG and add DOCS,EXAMPLES options
- Add some pkg-plist entries not present in submitted patch
- Fix PORTDOCS,PORTEXAMPLES dirrm in pkg-plist
- Replace hardcoded DATADIR and DOCSDIR paths in pkg-plist

PR:             ports/169508 [1]
Submitted by:   Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
Approved by:    culot (mentor)
Mon, 18 Jun 2012
[ 21:05 beech search for other commits by this committer ] Original commit 
- Update to 4.5.0
- Pass maintainership to submitter

PR:             ports/168945
Submitted by:   Kurt Jaeger <fbsd-ports@opsec.eu>
Mon, 14 Nov 2011
[ 17:16 tabthorpe search for other commits by this committer ] Original commit  (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
- Reassign these ports back to the heap

Feature safe:   yes
Tue, 6 Apr 2010
[ 18:06 niels search for other commits by this committer ] Original commit 
- Upgrade to latest version (3.5)
- Take maintainership

Approved by:    itetcu (mentor)
Sat, 22 Aug 2009
[ 00:18 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 417 ports in this commit are shown above. View all ports for this commit)
- Switch SourceForge ports to the new File Release System: categories starting
with D
Sat, 31 Jan 2009
[ 20:23 arved search for other commits by this committer ] Original commit 
Drop maintainership

There is a new version out, but i couldn't make it work. Since the project i
used this for is history i am not that interested in the port anymore.
Fri, 6 Jun 2008
[ 13:21 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 367 ports in this commit are shown above. View all ports for this commit)
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
Thu, 31 Jan 2008
[ 13:44 arved search for other commits by this committer ] Original commit 
Update to 2.0.2
Fri, 18 Jan 2008
[ 20:25 arved search for other commits by this committer ] Original commit 
Update to 2.0.1
Tue, 1 Jan 2008
[ 17:59 arved search for other commits by this committer ] Original commit 
Update to 2.0
Sun, 7 Oct 2007
[ 16:47 arved search for other commits by this committer ] Original commit 
Bump PORTREVISION, because plist changed with the last commit

Reminded by:    erwin
Tue, 2 Oct 2007
[ 19:27 arved search for other commits by this committer ] Original commit 
Update to 1.7.6
Thu, 9 Aug 2007
[ 17:16 arved search for other commits by this committer ] Original commit 
Update to 1.7.5
Thu, 26 Jul 2007
[ 19:26 arved search for other commits by this committer ] Original commit 
Add soapui, a Java application for testing web services over HTTP

Number of commits found: 36