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-boto/Makefile
SVNWeb

Number of commits found: 70

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, 23 Nov 2021
[ 22:11 Stefan Eßer (se) search for other commits by this committer ]    commit hash:5933ac0b099d61d98eb531d373cf57a8927bc7af  commit hash:5933ac0b099d61d98eb531d373cf57a8927bc7af  commit hash:5933ac0b099d61d98eb531d373cf57a8927bc7af  5933ac0  (Only the first 10 of 157 ports in this commit are shown above. View all ports for this commit)
*/*: Remove redundant '-[0-9]*' from CONFLICTS_INSTALL

The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").

Approved by: portmgr (blanket)
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, 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
Fri, 4 Jan 2019
[ 20:33 rm search for other commits by this committer ] Original commit   Revision:489267
devel/py-boto: update to 2.49.0
Fri, 29 Dec 2017
[ 09:01 antoine search for other commits by this committer ] Original commit   Revision:457499 (Only the first 10 of 50 ports in this commit are shown above. View all ports for this commit)
Simplify some USES=python

With hat:	portmgr
Fri, 14 Jul 2017
[ 20:18 rm search for other commits by this committer ] Original commit   Revision:445827
devel/py-boto: update to 2.48.0
Tue, 6 Jun 2017
[ 20:52 rm search for other commits by this committer ] Original commit   Revision:442797
devel/py-boto: update to 2.47.0
Thu, 23 Feb 2017
[ 09:50 rm search for other commits by this committer ] Original commit   Revision:434660
devel/py-boto: update to 2.46.1
Sun, 5 Feb 2017
[ 16:13 rm search for other commits by this committer ] Original commit   Revision:433425
devel/py-boto: enable concurrent install

Enable concurrent feature to let boto be installed simultaneously both
with python2 and python3.

PR:		216579
Submitted by:	John W. O'Brien <john@saltant.com>
Sun, 18 Dec 2016
[ 14:14 rm search for other commits by this committer ] Original commit   Revision:428851
devel/py-boto: update to 2.45.0
Fri, 9 Dec 2016
[ 22:20 rm search for other commits by this committer ] Original commit   Revision:428247
devel/py-boto: update to 2.44.0
Fri, 28 Oct 2016
[ 20:18 rm search for other commits by this committer ] Original commit   Revision:424880
devel/py-boto: update to 2.43.0
Sun, 21 Aug 2016
[ 16:26 rm search for other commits by this committer ] Original commit   Revision:420566
devel/py-boto: update to 2.42.0
Sun, 13 Mar 2016
[ 18:20 rm search for other commits by this committer ] Original commit   Revision:411011
devel/py-boto: update to 2.39.0
Thu, 13 Aug 2015
[ 19:49 rm search for other commits by this committer ] Original commit   Revision:394189
devel/py-boto: update to 2.38.0
Sun, 22 Feb 2015
[ 09:32 rm search for other commits by this committer ] Original commit   Revision:379587
devel/py-boto: update to 2.36.0
Tue, 13 Jan 2015
[ 08:42 rm search for other commits by this committer ] Original commit   Revision:376909
devel/py-boto: update to 2.35.1
Wed, 20 Aug 2014
[ 12:41 rm search for other commits by this committer ] Original commit   Revision:365459
devel/py-boto: update 2.32.1, python3 is now supported

Reported by:    koobs
Tue, 8 Jul 2014
[ 06:22 rm search for other commits by this committer ] Original commit   Revision:361179
devel/py-boto: update to 2.30.0
Sun, 1 Jun 2014
[ 05:44 rm search for other commits by this committer ] Original commit   Revision:356041
devel/py-boto: update to 2.29.1
Tue, 20 May 2014
[ 07:00 rm search for other commits by this committer ] Original commit   Revision:354606
devel/py-boto: update to 2.28.0

PR:		189736
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
Sat, 5 Apr 2014
[ 14:23 rm search for other commits by this committer ] Original commit   Revision:350234
devel/py-boto: update to 2.27.0
Wed, 12 Feb 2014
[ 12:27 rm search for other commits by this committer ] Original commit   Revision:343911
- update to to 2.25.0

Release notes:
https://github.com/boto/boto/blob/develop/docs/source/releasenotes/v2.25.0.rst
Sat, 18 Jan 2014
[ 19:03 rm search for other commits by this committer ] Original commit   Revision:340204
- update to 2.23.0
Tue, 7 Jan 2014
[ 21:36 rm search for other commits by this committer ] Original commit   Revision:339039
- update to 2.22.1
Sun, 29 Dec 2013
[ 19:12 rm search for other commits by this committer ] Original commit   Revision:338037
- update to 2.21.2

release notes:
https://github.com/boto/boto/blob/develop/docs/source/releasenotes/v2.21.2.rst
Tue, 24 Dec 2013
[ 15:26 rm search for other commits by this committer ] Original commit   Revision:337360
- update to 2.21.1
Sun, 22 Dec 2013
[ 18:47 rm search for other commits by this committer ] Original commit   Revision:337208
- update to 2.21.0
Sun, 10 Nov 2013
[ 19:16 rm search for other commits by this committer ] Original commit   Revision:333426
- update to 2.16.0
- staging support
- autoplist

changelog:
http://docs.pythonboto.org/en/latest/releasenotes/v2.16.0.html
Wed, 16 Oct 2013
[ 21:27 rm search for other commits by this committer ] Original commit   Revision:330546
- update to 2.14.0

changes:
https://github.com/boto/boto/blob/develop/docs/source/releasenotes/v2.14.0.rst
Fri, 20 Sep 2013
[ 19:50 rm search for other commits by this committer ] Original commit   Revision:327740
- update to 2.13.3

Purely bugfix release, and 2.13.3 fixing an packaging error.

release notes:
https://github.com/boto/boto/blob/develop/docs/source/releasenotes/v2.13.2.rst
[ 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)
Sat, 14 Sep 2013
[ 09:41 rm search for other commits by this committer ] Original commit   Revision:327255
- update to 2.13.0
Sat, 31 Aug 2013
[ 14:04 rm search for other commits by this committer ] Original commit   Revision:325809
- update to 2.11.0

changelog:
https://github.com/boto/boto/blob/develop/docs/source/releasenotes/v2.11.0.rst
Thu, 29 Aug 2013
[ 15:36 rm search for other commits by this committer ] Original commit   Revision:325605
- update to 2.10.0
Fri, 2 Aug 2013
[ 07:32 rm search for other commits by this committer ] Original commit   Revision:324149
- update to 2.9.9

changelog:
https://github.com/boto/boto/blob/develop/docs/source/releasenotes/v2.9.9.rst
Fri, 19 Jul 2013
[ 12:12 rm search for other commits by this committer ] Original commit   Revision:323282
- update to 2.9.8

changelog:
https://github.com/boto/boto/blob/develop/docs/source/releasenotes/v2.9.8.rst
Mon, 15 Jul 2013
[ 00:56 rm search for other commits by this committer ] Original commit   Revision:323012
- update to 2.9.7

changelog:
https://github.com/boto/boto/blob/develop/docs/source/releasenotes/v2.9.7.rst
Sun, 7 Jul 2013
[ 17:03 rm search for other commits by this committer ] Original commit   Revision:322454
- update to 2.9.6

changelog:
https://github.com/boto/boto/blob/develop/docs/source/releasenotes/v2.9.6.rst

> Description of fields to fill in above:                     76 columns --|
> PR:            If a GNATS PR is affected by the change.
> Submitted by:  If someone else sent in the change.
> Reviewed by:   If someone else reviewed your modification.
> Approved by:   If you needed approval for this commit.
> Obtained from: If the change is from a third party.
> MFC after:     N [day[s]|week[s]|month[s]].  Request a reminder email.
> Security:      Vulnerability reference (one per line) or description.
> Sponsored by:  If the change was sponsored by an organization.
> Empty fields above will be automatically removed.

M    py-boto/Makefile
M    py-boto/distinfo
Wed, 29 May 2013
[ 22:27 rm search for other commits by this committer ] Original commit   Revision:319393
- update to 2.9.5
Thu, 16 May 2013
[ 15:10 rm search for other commits by this committer ] Original commit   Revision:318322
- update to 2.9.3

changelog:
http://goo.gl/V7ZZL
Wed, 1 May 2013
[ 20:38 rm search for other commits by this committer ] Original commit   Revision:317048
- update to 2.9.2
Fri, 19 Apr 2013
[ 13:47 rm search for other commits by this committer ] Original commit   Revision:316104
- update to 2.9.0

Feature safe:	yes
Mon, 4 Mar 2013
[ 14:00 rm search for other commits by this committer ] Original commit   Revision:313409
- update to 2.8.0
- remove stale GOOGLE_CODE mirror
Fri, 21 Sep 2012
[ 06:14 rm search for other commits by this committer ] Original commit   Revision:304607
- update to 2.6.0
Thu, 21 Jun 2012
[ 19:25 rm search for other commits by this committer ] Original commit 
- update to 2.5.2
Thu, 14 Jun 2012
[ 16:32 rm search for other commits by this committer ] Original commit 
- update to 2.5.1
Fri, 18 May 2012
[ 04:42 rm search for other commits by this committer ] Original commit 
- update to 2.4.1
- take maintainership
- drop conflicts with no more existing devel/py-boto-devel

PR:             168007
Submitted by:   rm (myself)
Approved by:    Peter Schuller <peter.schuller at infidyne dot com> (maintainer)
Sun, 8 Apr 2012
[ 05:53 rm search for other commits by this committer ] Original commit 
- update to 2.3.0
- add LICENSE (MIT)
- strict python versions to 2.x only
- register conflict with dns/p5-Net-Amazon-Route53 (bin/route53)
- update WWW

PR:             166390
Submitted by:   rm (myself)
Approved by:    maintainer timeout (2 weeks)
Feature safe:   yes
Wed, 23 Nov 2011
[ 09:27 lwhsu search for other commits by this committer ] Original commit 
- Update to 2.1.1

PR:             ports/159409 (based on)
Submitted by:   ychsiao <ychsiao@ychsiao.org>
Approved by:    maintainer timeout
Feature safe:   yes
Mon, 7 Feb 2011
[ 10:11 lwhsu search for other commits by this committer ] Original commit 
- Register CONFLICTS with devel/py-boto-devel
- Some minor cleanup

PR:             ports/154271
Submitted by:   lwhsu
Approved by:    Peter Schuller <peter.schuller AT infidyne.com> (maintainer)

Feature safe:   yes
Tue, 5 Jan 2010
[ 07:06 wen search for other commits by this committer ] Original commit 
- Update to 1.9b

PR:             ports/142224
Submitted by:   Peter Schuller <peter.schuller@infidyne.com> (maintainer)
Fri, 1 Jan 2010
[ 18:24 lwhsu search for other commits by this committer ] Original commit 
- Update to 1.9a

PR:             ports/141849
Submitted by:   Gea-Suan Lin <gslin AT gslin.org>
Approved by:    Peter Schuller <peter.schuller AT infidyne.com> (maintainer)
Tue, 14 Jul 2009
[ 17:29 lwhsu search for other commits by this committer ] Original commit 
- Update to 1.8d

PR:             ports/136760
Submitted by:   Gea-Suan Lin <gslin AT gslin.org>
Approved by:    Peter Schuller <peter.schuller AT infidyne.com> (maintainer)
Sat, 4 Jul 2009
[ 22:38 miwi search for other commits by this committer ] Original commit 
- Update to 1.8c

PR:             136153
Submitted by:   Wen Heping <wenheping@gmail.com>
Approved by:    maintainer
Sun, 26 Apr 2009
[ 23:26 miwi search for other commits by this committer ] Original commit 
- Update to 1.7a

PR:             133992
Submitted by:   Peter Schuller <peter.schuller@infidyne.com> (maintainer)
Thu, 15 Jan 2009
[ 18:43 amdmi3 search for other commits by this committer ] Original commit 
- Update to 1.6b

PR:             130590
Submitted by:   Peter Schuller <peter dot schuller at infidyne dot com>
(maintainer)
Wed, 24 Dec 2008
[ 22:23 miwi search for other commits by this committer ] Original commit 
- Update to 1.5d

PR:             129502
Submitted by:   Wen Heping <wenheping@gmail.com>
Approved by:    maintainer
Thu, 2 Oct 2008
[ 22:32 amdmi3 search for other commits by this committer ] Original commit 
- Update to 1.4c. This is a bugfix-only upstream release relative to 1.4a
(currently in ports).

PR:             127805
Submitted by:   peter dot schuller at infidyne dot com (maintainer)
Sun, 7 Sep 2008
[ 04:49 rafan search for other commits by this committer ] Original commit 
- Update to 1.4a

PR:             ports/127164
Submitted by:   maintainer
Fri, 15 Aug 2008
[ 01:02 edwin search for other commits by this committer ] Original commit 
[PATCH] devel/py-boto: update to 1.3a

        - Update to 1.3a

PR:             ports/125988
Submitted by:   peter.schuller@infidyne.com
Thu, 6 Mar 2008
[ 22:19 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 39 ports in this commit are shown above. View all ports for this commit)
Use ${MASTER_SITE_GOOGLE_CODE} instead of
http://something.googlecode.com/files

PR:             ports/121435 (related)
Sun, 20 Jan 2008
[ 21:57 miwi search for other commits by this committer ] Original commit 
- Update to 1.0a

PR:             119798
Submitted by:   peter.schuller@infidyne.com (maintainer)
Wed, 12 Dec 2007
[ 11:53 vd search for other commits by this committer ] Original commit 
Upgrade devel/py-boto from 0.9b to 0.9d.

PR:             ports/118379
Submitted by:   peter.schuller@infidyne.com (maintainer)
Thu, 30 Aug 2007
[ 15:16 vd search for other commits by this committer ] Original commit 
Add new port devel/py-boto: Python interface to Amazon Web Services

An integrated interface to current and future infrastructural services
offered by Amazon Web Services. Currently, this includes:

  * Simple Storage Service (S3)
  * Simple Queue Service (SQS)
  * Elastic Compute Cloud (EC2)
  * Mechanical Turk

WWW: http://code.google.com/p/boto

PR:             ports/115761
Submitted by:   Peter Schuller <peter.schuller@infidyne.com>

Number of commits found: 70