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/py-jmespath/Makefile
SVNWeb

Number of commits found: 26

Tue, 27 Jun 2023
[ 19:34 Rene Ladan (rene) search for other commits by this committer ]    commit hash:3d9a815d9c5acbb71f4bb07738bdeab4879feacb  commit hash:3d9a815d9c5acbb71f4bb07738bdeab4879feacb  commit hash:3d9a815d9c5acbb71f4bb07738bdeab4879feacb  3d9a815  (Only the first 10 of 4481 ports in this commit are shown above. View all ports for this commit)
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
Wed, 11 Jan 2023
[ 15:58 Dmitry Marakasov (amdmi3) search for other commits by this committer ]    commit hash:77d68471aded6907dbbcb5ef50d557e4c69db656  commit hash:77d68471aded6907dbbcb5ef50d557e4c69db656  commit hash:77d68471aded6907dbbcb5ef50d557e4c69db656  77d6847  (Only the first 10 of 3335 ports in this commit are shown above. View all ports for this commit)
*/*: rename CHEESESHOP to PYPI in MASTER_SITES

PR:			267994
Differential revision:	D37518
Approved by:		bapt
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, 21 Jun 2022
[ 16:32 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:fd3a8795f4e1cc1fe5d895dc82afe2709ba33f33  commit hash:fd3a8795f4e1cc1fe5d895dc82afe2709ba33f33  commit hash:fd3a8795f4e1cc1fe5d895dc82afe2709ba33f33  fd3a879 
devel/py-jmespath: Update to 1.0.1

Changes:	https://github.com/jmespath/jmespath.py/blob/develop/CHANGELOG.rst
Fri, 13 May 2022
[ 11:39 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:80b2045b7e82090fc3625644a0fa2baac4760252  commit hash:80b2045b7e82090fc3625644a0fa2baac4760252  commit hash:80b2045b7e82090fc3625644a0fa2baac4760252  80b2045 
devel/py-jmespath: Update to 1.0.0

Changes:	https://github.com/jmespath/jmespath.py/blob/develop/CHANGELOG.rst
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.
Mon, 28 Dec 2020
[ 23:02 antoine search for other commits by this committer ] Original commit   Revision:559531 (Only the first 10 of 1942 ports in this commit are shown above. View all ports for this commit)
Drop python 2.7 support from a few ports

With hat:	portmgr
Wed, 13 May 2020
[ 20:40 sunpoet search for other commits by this committer ] Original commit   Revision:535147
Update to 0.10.0

Changes:	https://github.com/jmespath/jmespath.py/blob/develop/CHANGELOG.rst
Tue, 25 Feb 2020
[ 20:53 sunpoet search for other commits by this committer ] Original commit   Revision:527108
Update to 0.9.5

Changes:	https://github.com/jmespath/jmespath.py/blob/develop/CHANGELOG.rst
Wed, 10 Apr 2019
[ 06:18 antoine search for other commits by this committer ] Original commit   Revision:498530 (Only the first 10 of 399 ports in this commit are shown above. View all ports for this commit)
Bump a few PORTREVISIONs after r498529

With hat:	portmgr
Mon, 25 Feb 2019
[ 23:46 sunpoet search for other commits by this committer ] Original commit   Revision:493916
Update to 0.9.4

- Update WWW

Changes:	https://github.com/jmespath/jmespath.py/blob/develop/CHANGELOG.rst
Sun, 5 Aug 2018
[ 19:06 sunpoet search for other commits by this committer ] Original commit   Revision:476434
- Take maintainership
Wed, 18 Jul 2018
[ 22:48 yuri search for other commits by this committer ] Original commit   Revision:474910
devel/py-jmespath: Update 0.9.0 -> 0.9.3

Port changes:
* Use DISTVERSION
* Add LICENSE_FILE
* Add NO_ARCH
[ 22:20 yuri search for other commits by this committer ] Original commit   Revision:474907 (Only the first 10 of 26 ports in this commit are shown above. View all ports for this commit)
Reset maintainership of the ports maintained by alexey@renatasystems.org

Based on the timeout of 3+ months (2018-03-23-now) on bug#226885 for net/ucarp

Also, looking at the subversion log, there were timeouts on:
* bug#224169 r465659 | ygy | 2018-03-26 19:51:12
* bug#224768 r459066 | swills | 2018-01-15 07:16:28
* bug#224755 r459058 | swills | 2018-01-15 06:55:08

The last approval from alexey@renatasystems.org was over a year ago:
bug#218563 r438885 | lifanov | 2017-04-19 08:30:28 (devel/py-colorama)
Tue, 14 Feb 2017
[ 10:50 demon search for other commits by this committer ] Original commit   Revision:434074
Allow concurrent install.

PR:		216583
Submitted by:	John W. O'Brien <john@saltant.com>
Tue, 27 Oct 2015
[ 08:33 wen search for other commits by this committer ] Original commit   Revision:400222
- Update to 0.9.0

PR:		203306
Submitted by:	bradleythughes@fastmail.fm
Approved by:	maintainer(timeout, >30 days)
Thu, 4 Dec 2014
[ 12:49 bapt search for other commits by this committer ] Original commit   Revision:373884
Update awscli to 1.6.5
Update py-botocore to 0.76
Update py-jmespath to 0.5.0
Mon, 20 Oct 2014
[ 16:04 mva search for other commits by this committer ] Original commit   Revision:371280 (Only the first 10 of 564 ports in this commit are shown above. View all ports for this commit)
- Convert ports of devel/ to USES=python

Approved by:	portmgr (implicit)
Sat, 31 May 2014
[ 08:28 alexey search for other commits by this committer ] Original commit   Revision:355943
* devel/awscli - update to 1.3.12
* devel/py-botocore - update to 0.46.0
* devel/py-jmespath - update to 0.4.1

Approved by:	wg (mentor)
Wed, 26 Mar 2014
[ 12:21 alexey search for other commits by this committer ] Original commit   Revision:349245
* devel/awscli - update to 1.3.2
* devel/py-botocore - update to 0.36.0
* devel/py-jmespath - update to 0.3.1

Approved by:	wg (mentor)
Sun, 15 Dec 2013
[ 19:30 alexey search for other commits by this committer ] Original commit   Revision:336572
* devel/awscli - update to 1.2.8
* devel/py-botocore - update to 0.28.0
* devel/py-jmespath - update to 0.2.0
* While here, change USE_PYDISTUTILS from "easy_install" to "yes".

Approved by:	wg (mentor)
Sun, 24 Nov 2013
[ 12:39 alexey search for other commits by this committer ] Original commit   Revision:334721
* Update devel/awscli to 1.2.5
* Update devel/py-botocore 0.25.0
* Update devel/py-bcdoc to 0.11.0
* Update devel/py-jmespath to 0.1.0
* Add STAGE support in updated ports.

Approved by:	wg (mentor)
Tue, 22 Oct 2013
[ 10:11 wg search for other commits by this committer ] Original commit   Revision:331248
devel/py-jmespath: update to 0.0.3

- Update to 0.0.3 [1]
- Use autoplist

PR:		ports/182933
Submitted by:	Alexey Degtyarev <alexey renatasystems.org> (maintainer)
Fri, 20 Sep 2013
[ 17:13 bapt search for other commits by this committer ] Original commit   Revision:327724 (Only the first 10 of 2998 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 3)
Fri, 10 May 2013
[ 20:43 rm search for other commits by this committer ] Original commit   Revision:317839
JMESPath (pronounced "jaymz path") allows you to declaratively specify how to
extract elements from a JSON document.

WWW: https://github.com/boto/jmespath

PR:		178351
Submitted by:	Alexey V. Degtyarev <alexey@renatasystems.org>

Number of commits found: 26