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

Number of commits found: 29

Fri, 22 Sep 2023
[ 03:17 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:77d9aa74a8431b52bd99fa98178e6d3bfe479c2a  commit hash:77d9aa74a8431b52bd99fa98178e6d3bfe479c2a  commit hash:77d9aa74a8431b52bd99fa98178e6d3bfe479c2a  77d9aa7 
devel/py-argcomplete: Update to 3.1.2

Changes:	https://github.com/kislyuk/argcomplete/releases
Mon, 4 Sep 2023
[ 09:04 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:bf89aa1b96a6d46b3a459104aa0700156647b4f7  commit hash:bf89aa1b96a6d46b3a459104aa0700156647b4f7  commit hash:bf89aa1b96a6d46b3a459104aa0700156647b4f7  bf89aa1 
devel/py-argcomplete: Update to 3.1.1

Changes:	https://github.com/kislyuk/argcomplete/releases
Sat, 26 Aug 2023
[ 23:19 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:04bfa336fe271f9dfed81bfe0ef5156ad31893d4  commit hash:04bfa336fe271f9dfed81bfe0ef5156ad31893d4  commit hash:04bfa336fe271f9dfed81bfe0ef5156ad31893d4  04bfa33 
devel/py-argcomplete: Update WWW
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>
Sun, 9 Apr 2023
[ 13:36 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:69512db5c3b8a4dbeca228a0c5012e35b86a5391  commit hash:69512db5c3b8a4dbeca228a0c5012e35b86a5391  commit hash:69512db5c3b8a4dbeca228a0c5012e35b86a5391  69512db 
devel/py-argcomplete: Convert to USE_PYTHON=unittest
Wed, 5 Apr 2023
[ 17:30 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:8874bfd464ffce7e3107a3e920f33ef42fb6e309  commit hash:8874bfd464ffce7e3107a3e920f33ef42fb6e309  commit hash:8874bfd464ffce7e3107a3e920f33ef42fb6e309  8874bfd 
devel/py-argcomplete: Update to 2.1.2

- Update WWW and clean up pkg-descr

Changes:	https://github.com/kislyuk/argcomplete/releases
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)
Mon, 28 Feb 2022
[ 12:46 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:748141c6a1ab9dbd012714687ce0dd77076a28e9  commit hash:748141c6a1ab9dbd012714687ce0dd77076a28e9  commit hash:748141c6a1ab9dbd012714687ce0dd77076a28e9  748141c 
devel/py-argcomplete: Update to 2.0.0

Changes:	https://github.com/kislyuk/argcomplete/releases
Tue, 25 May 2021
[ 13:55 Dmitry Marakasov (amdmi3) search for other commits by this committer ]    commit hash:0729af4255a63ee299e0c63a18b6a86520a19e02  commit hash:0729af4255a63ee299e0c63a18b6a86520a19e02  commit hash:0729af4255a63ee299e0c63a18b6a86520a19e02  0729af4  (Only the first 10 of 80 ports in this commit are shown above. View all ports for this commit)
Mk: switch PYTHON_REL to 5 digits to support python 3.10.x

PR:		255013
Differential Revision:	https://reviews.freebsd.org/D29418
Exp-run by:	antoine
Approved by:	wen@, no objection from python@ or portmgr@
Sun, 25 Apr 2021
[ 20:35 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:9262fd8f69bd269dfc75b3114830f4298ccc1b5b  commit hash:9262fd8f69bd269dfc75b3114830f4298ccc1b5b  commit hash:9262fd8f69bd269dfc75b3114830f4298ccc1b5b  9262fd8 
devel/py-argcomplete: Update to 1.12.3

Changes:	https://github.com/kislyuk/argcomplete/releases
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, 26 Nov 2020
[ 21:17 sunpoet search for other commits by this committer ] Original commit   Revision:556359
Update to 1.12.2

Changes:	https://github.com/kislyuk/argcomplete/releases
Tue, 29 Sep 2020
[ 18:17 sunpoet search for other commits by this committer ] Original commit   Revision:550565
Update to 1.12.1

Changes:	https://github.com/kislyuk/argcomplete/releases
Sun, 27 Sep 2020
[ 19:31 sunpoet search for other commits by this committer ] Original commit   Revision:550314
Fix build after r549823
Fri, 24 Jul 2020
[ 07:11 sunpoet search for other commits by this committer ] Original commit   Revision:543048
Update to 1.12.0

Changes:	https://github.com/kislyuk/argcomplete/releases
Tue, 14 Jul 2020
[ 07:59 antoine search for other commits by this committer ] Original commit   Revision:542200 (Only the first 10 of 82 ports in this commit are shown above. View all ports for this commit)
Unbreak bulk -a
Wed, 15 Jan 2020
[ 17:46 sunpoet search for other commits by this committer ] Original commit   Revision:523131
Update to 1.11.1

Changes:	https://github.com/kislyuk/argcomplete/releases
Sun, 29 Dec 2019
[ 12:54 sunpoet search for other commits by this committer ] Original commit   Revision:521309
Update to 1.11.0

Changes:	https://github.com/kislyuk/argcomplete/releases
Tue, 10 Dec 2019
[ 17:11 sunpoet search for other commits by this committer ] Original commit   Revision:519702
Update to 1.10.3

Changes:	https://github.com/kislyuk/argcomplete/releases
Sun, 8 Dec 2019
[ 17:01 sunpoet search for other commits by this committer ] Original commit   Revision:519393
Update to 1.10.2

Changes:	https://github.com/kislyuk/argcomplete/releases
Wed, 15 May 2019
[ 15:54 sunpoet search for other commits by this committer ] Original commit   Revision:501713
Update to 1.10.0

Changes:	https://github.com/kislyuk/argcomplete/releases
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, 5 Apr 2019
[ 22:43 sunpoet search for other commits by this committer ] Original commit   Revision:498006
Update to 1.9.5

Changes:	https://github.com/kislyuk/argcomplete/releases
Wed, 20 Jun 2018
[ 17:05 mat search for other commits by this committer ] Original commit   Revision:472884 (Only the first 10 of 1617 ports in this commit are shown above. View all ports for this commit)
Use PY_FLAVOR for dependencies.

FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
Sat, 3 Mar 2018
[ 19:15 sunpoet search for other commits by this committer ] Original commit   Revision:463523
Update to 1.9.4

- Add TEST_DEPENDS
- Add NO_ARCH
- Allow concurrent installation (USE_PYTHON=concurrent)
- Update pkg-descr
- Add GitHub repository to WWW
- Take maintainership

Changes:	https://github.com/kislyuk/argcomplete/releases
Mon, 26 Feb 2018
[ 17:00 yuri search for other commits by this committer ] Original commit   Revision:463030
Reset maintainership of 4 ports maintained by tony@git-pull.com

Based on his reply:
"I cannot maintain these ports at this time, ... I think it may be best to
remove the ports for now."

Approved by:	tcberner (mentor, implicit)
Sun, 15 Feb 2015
[ 11:18 pi search for other commits by this committer ] Original commit   Revision:379032
New port: devel/py-argcomplete

Argcomplete provides easy, extensible command line tab completion
of arguments for your Python script.

It makes two assumptions:

- You're using bash or zsh as your shell
- You're using argparse to manage your command line arguments/options

WWW: https://pypi.python.org/pypi/argcomplete

PR:		196358
Submitted by:	Tony Narlock <tony@git-pull.com>

Number of commits found: 29