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: misc/py-tqdm/Makefile

Number of commits found: 107 (showing only 100 on this page)

1 | 2  »  

Thursday, 29 Feb 2024
07:18 Charlie Li (vishwin) search for other commits by this committer
devel/py-setuptools-scm: update to 8.0.4

Directory and PORTNAME changed to match normalised name in release
tarball; consumers updated to match.

Although setuptools itself is specified as a run dependency in the
Python package metadata, it is currently left out here to prevent
environment pollution until at least PR 270510 is committed.
Additionally, this version of setuptools-scm requires setuptools>=61,
which means this version is only meant for USE_PYTHON=pep517 ports
as all USE_PYTHON=distutils ports will switch to devel/py-setuptools58
also after PR 270510. science/py-emmet-core is switched to
devel/py-setuptools_scm7 accordingly, as it specifies setuptools-scm<8.
devel/py-{flit-scm,hatch-vcs} have ${PY_SETUPTOOLS} added to
RUN_DEPENDS to compensate.

Further details: https://wiki.freebsd.org/Python/setuptools

Reported by: yuri
Co-authored by: matthew
Exp-run by: antoine (earlier iteration)
Approved by: yuri (science/py-emmet-core, previous iteration)
PR: 272134
Differential Revision: https://reviews.freebsd.org/D39288
commit hash: 5d4139f8bdb67bd6e8328422f9762661bd0d6454 commit hash: 5d4139f8bdb67bd6e8328422f9762661bd0d6454 commit hash: 5d4139f8bdb67bd6e8328422f9762661bd0d6454 commit hash: 5d4139f8bdb67bd6e8328422f9762661bd0d6454 5d4139f
Wednesday, 21 Feb 2024
15:07 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
misc/py-tqdm: Update to 4.66.2

Changes:	https://github.com/tqdm/tqdm/releases
		https://tqdm.github.io/releases/
commit hash: 29441d03ba82ab38a205933b4e003daf37c0cd5e commit hash: 29441d03ba82ab38a205933b4e003daf37c0cd5e commit hash: 29441d03ba82ab38a205933b4e003daf37c0cd5e commit hash: 29441d03ba82ab38a205933b4e003daf37c0cd5e 29441d0
Monday, 21 Aug 2023
19:01 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
misc/py-tqdm: Add NOTEBOOK and SLACK options
commit hash: 94b022add5516b2353255b6eb1f91394e61b5c34 commit hash: 94b022add5516b2353255b6eb1f91394e61b5c34 commit hash: 94b022add5516b2353255b6eb1f91394e61b5c34 commit hash: 94b022add5516b2353255b6eb1f91394e61b5c34 94b022a
17:04 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
misc/py-tqdm: Update to 4.66.1

- Update WWW

Changes:	https://github.com/tqdm/tqdm/releases
		https://tqdm.github.io/releases/
commit hash: a9a9c95be8a7ebf6779eb74b0bb9feba24d453fa commit hash: a9a9c95be8a7ebf6779eb74b0bb9feba24d453fa commit hash: a9a9c95be8a7ebf6779eb74b0bb9feba24d453fa commit hash: a9a9c95be8a7ebf6779eb74b0bb9feba24d453fa a9a9c95
Tuesday, 18 Jul 2023
00:53 Charlie Li (vishwin) search for other commits by this committer
devel/py-setuptools: convert individual consumers to ${PY_SETUPTOOLS}

Currently a no-op, but in the future outputs the correct setuptools
port depending on whether USES_PYTHON=distutils is specified.

With hat: python
PR: 270510, 270358
commit hash: 9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0a commit hash: 9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0a commit hash: 9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0a commit hash: 9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0a 9a80a6e
Tuesday, 27 Jun 2023
19:34 Rene Ladan (rene) search for other commits by this committer
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>
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb 3d9a815
Wednesday, 5 Apr 2023
17:30 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
misc/py-tqdm: Update to 4.65.0

- Convert to USE_PYTHON=pep517

Changes:	https://github.com/tqdm/tqdm/releases
commit hash: 56870bf6d0feb4c566d23478d3e9c3fbb6eed9f3 commit hash: 56870bf6d0feb4c566d23478d3e9c3fbb6eed9f3 commit hash: 56870bf6d0feb4c566d23478d3e9c3fbb6eed9f3 commit hash: 56870bf6d0feb4c566d23478d3e9c3fbb6eed9f3 56870bf
Wednesday, 11 Jan 2023
15:58 Dmitry Marakasov (amdmi3) search for other commits by this committer
*/*: rename CHEESESHOP to PYPI in MASTER_SITES

PR:			267994
Differential revision:	D37518
Approved by:		bapt
commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 77d6847
Saturday, 10 Sep 2022
13:02 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
misc/py-tqdm: Update to 4.64.1

Changes:	https://github.com/tqdm/tqdm/releases
commit hash: 337333356032e8f2dbb036951d013f696485fcd1 commit hash: 337333356032e8f2dbb036951d013f696485fcd1 commit hash: 337333356032e8f2dbb036951d013f696485fcd1 commit hash: 337333356032e8f2dbb036951d013f696485fcd1 3373333
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
Saturday, 16 Apr 2022
04:19 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
misc/py-tqdm: Update to 4.64.0

Changes:	https://github.com/tqdm/tqdm/releases
commit hash: 96aeb650b8dd1b9f53784c7da328e7dfbd958895 commit hash: 96aeb650b8dd1b9f53784c7da328e7dfbd958895 commit hash: 96aeb650b8dd1b9f53784c7da328e7dfbd958895 commit hash: 96aeb650b8dd1b9f53784c7da328e7dfbd958895 96aeb65
Wednesday, 30 Mar 2022
22:21 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
misc/py-tqdm: Update to 4.63.1

Changes:	https://github.com/tqdm/tqdm/releases
commit hash: cf8cd15e3f9641799990104e91f198720193ede5 commit hash: cf8cd15e3f9641799990104e91f198720193ede5 commit hash: cf8cd15e3f9641799990104e91f198720193ede5 commit hash: cf8cd15e3f9641799990104e91f198720193ede5 cf8cd15
Friday, 25 Mar 2022
13:37 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
misc/py-tqdm: Update to 4.63.0

Changes:	https://github.com/tqdm/tqdm/releases
commit hash: ba05a586f0c5a56b2878be94c8b0476c5b0955b7 commit hash: ba05a586f0c5a56b2878be94c8b0476c5b0955b7 commit hash: ba05a586f0c5a56b2878be94c8b0476c5b0955b7 commit hash: ba05a586f0c5a56b2878be94c8b0476c5b0955b7 ba05a58
Monday, 25 Oct 2021
15:57 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
misc/py-tqdm: Cosmetic change
commit hash: cb1e7506e131a65400bacb0ff5f06162e990078f commit hash: cb1e7506e131a65400bacb0ff5f06162e990078f commit hash: cb1e7506e131a65400bacb0ff5f06162e990078f commit hash: cb1e7506e131a65400bacb0ff5f06162e990078f cb1e750
Thursday, 14 Oct 2021
10:09 Stefan Eßer (se) search for other commits by this committer
misc/py-tqdm: Add CPE information

Approved by:	portmgr (blanket)
commit hash: 17246062c656ea8f341146c5db02118d8ea60c8e commit hash: 17246062c656ea8f341146c5db02118d8ea60c8e commit hash: 17246062c656ea8f341146c5db02118d8ea60c8e commit hash: 17246062c656ea8f341146c5db02118d8ea60c8e 1724606
Monday, 27 Sep 2021
15:56 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
misc/py-tqdm: Update to 4.62.3

Changes:	https://github.com/tqdm/tqdm/releases
commit hash: b2f352db4da3f1536f4d012db8ae5af90dee26a1 commit hash: b2f352db4da3f1536f4d012db8ae5af90dee26a1 commit hash: b2f352db4da3f1536f4d012db8ae5af90dee26a1 commit hash: b2f352db4da3f1536f4d012db8ae5af90dee26a1 b2f352d
Tuesday, 21 Sep 2021
03:44 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
misc/py-tqdm: Update to 4.62.2

Changes:	https://github.com/tqdm/tqdm/releases
commit hash: 39b331c618c8dddc03c1ff60db2cddfd0fb5e448 commit hash: 39b331c618c8dddc03c1ff60db2cddfd0fb5e448 commit hash: 39b331c618c8dddc03c1ff60db2cddfd0fb5e448 commit hash: 39b331c618c8dddc03c1ff60db2cddfd0fb5e448 39b331c
Sunday, 8 Aug 2021
14:54 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
misc/py-tqdm: Update to 4.62.0

Changes:	https://github.com/tqdm/tqdm/releases
commit hash: d3a27ada24eb143f2a334608919082bff7644bcc commit hash: d3a27ada24eb143f2a334608919082bff7644bcc commit hash: d3a27ada24eb143f2a334608919082bff7644bcc commit hash: d3a27ada24eb143f2a334608919082bff7644bcc d3a27ad
Wednesday, 14 Jul 2021
16:10 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
misc/py-tqdm: Update to 4.61.2

Changes:	https://github.com/tqdm/tqdm/releases
commit hash: 31d3c5f98fa79ff47f873839ac3b5c0b8cbf9f73 commit hash: 31d3c5f98fa79ff47f873839ac3b5c0b8cbf9f73 commit hash: 31d3c5f98fa79ff47f873839ac3b5c0b8cbf9f73 commit hash: 31d3c5f98fa79ff47f873839ac3b5c0b8cbf9f73 31d3c5f
Sunday, 20 Jun 2021
11:37 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
misc/py-tqdm: Update to 4.61.1

Changes:	https://github.com/tqdm/tqdm/releases
commit hash: 3b6a9bdd6b48a06481c8b0b8a3bf369b9d585dab commit hash: 3b6a9bdd6b48a06481c8b0b8a3bf369b9d585dab commit hash: 3b6a9bdd6b48a06481c8b0b8a3bf369b9d585dab commit hash: 3b6a9bdd6b48a06481c8b0b8a3bf369b9d585dab 3b6a9bd
Wednesday, 26 May 2021
18:59 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
misc/py-tqdm: Update to 4.61.0

Changes:	https://github.com/tqdm/tqdm/releases
commit hash: a5e9515621142129bc6416fedfae50718b5695e6 commit hash: a5e9515621142129bc6416fedfae50718b5695e6 commit hash: a5e9515621142129bc6416fedfae50718b5695e6 commit hash: a5e9515621142129bc6416fedfae50718b5695e6 a5e9515
Thursday, 29 Apr 2021
14:24 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
misc/py-tqdm: Add CATEGORIES=python
commit hash: 8ccdca27932d323b40605982dadfd151b236fc16 commit hash: 8ccdca27932d323b40605982dadfd151b236fc16 commit hash: 8ccdca27932d323b40605982dadfd151b236fc16 commit hash: 8ccdca27932d323b40605982dadfd151b236fc16 8ccdca2
Sunday, 25 Apr 2021
20:35 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
misc/py-tqdm: Update to 4.60.0

Changes:	https://github.com/tqdm/tqdm/releases
commit hash: ce1f98a101e366f18b7ab15a212df83ae659c9f0 commit hash: ce1f98a101e366f18b7ab15a212df83ae659c9f0 commit hash: ce1f98a101e366f18b7ab15a212df83ae659c9f0 commit hash: ce1f98a101e366f18b7ab15a212df83ae659c9f0 ce1f98a
Friday, 23 Apr 2021
18:25 Antoine Brodin (antoine) search for other commits by this committer
misc/py-tqdm: py27 flavor is no longer needed
commit hash: 30588b4ccce373a8304bf9de6e595c1f261b4217 commit hash: 30588b4ccce373a8304bf9de6e595c1f261b4217 commit hash: 30588b4ccce373a8304bf9de6e595c1f261b4217 commit hash: 30588b4ccce373a8304bf9de6e595c1f261b4217 30588b4
Sunday, 18 Apr 2021
05:43 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
misc/py-tqdm: Update to 4.59.0

Changes:	https://github.com/tqdm/tqdm/releases
commit hash: 31bbeff5909e72aa6daf95182fffdb6dfa27d412 commit hash: 31bbeff5909e72aa6daf95182fffdb6dfa27d412 commit hash: 31bbeff5909e72aa6daf95182fffdb6dfa27d412 commit hash: 31bbeff5909e72aa6daf95182fffdb6dfa27d412 31bbeff
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
Sunday, 7 Mar 2021
22:21 sunpoet search for other commits by this committer
Update to 4.58.0

Changes:	https://github.com/tqdm/tqdm/releases
Original commitRevision:567695 
Wednesday, 3 Mar 2021
18:12 sunpoet search for other commits by this committer
Update to 4.56.2

Changes:	https://github.com/tqdm/tqdm/releases
Original commitRevision:567181 
Wednesday, 17 Feb 2021
18:08 sunpoet search for other commits by this committer
Update to 4.56.1

Changes:	https://github.com/tqdm/tqdm/releases
Original commitRevision:565618 
Thursday, 4 Feb 2021
14:35 mat search for other commits by this committer
Those ports are allowed to build a 2.7 flavor, for now.
Original commitRevision:564031 
Tuesday, 26 Jan 2021
17:36 sunpoet search for other commits by this committer
Update to 4.56.0

Changes:	https://github.com/tqdm/tqdm/releases
Original commitRevision:562820 
Sunday, 10 Jan 2021
23:14 sunpoet search for other commits by this committer
Update to 4.55.2

Changes:	https://github.com/tqdm/tqdm/releases
Original commitRevision:561148 
08:21 sunpoet search for other commits by this committer
Add TELEGRAM option
Original commitRevision:560958 
Wednesday, 6 Jan 2021
20:32 sunpoet search for other commits by this committer
Update to 4.55.1

Changes:	https://github.com/tqdm/tqdm/releases
Original commitRevision:560602 
Sunday, 3 Jan 2021
20:15 sunpoet search for other commits by this committer
Update to 4.55.0

Changes:	https://github.com/tqdm/tqdm/releases
Original commitRevision:560135 
Sunday, 13 Dec 2020
14:43 sunpoet search for other commits by this committer
Update to 4.54.1

Changes:	https://github.com/tqdm/tqdm/releases
Original commitRevision:557931 
Thursday, 10 Dec 2020
21:41 sunpoet search for other commits by this committer
Update to 4.54.0

Changes:	https://github.com/tqdm/tqdm/releases
Original commitRevision:557586 
Thursday, 26 Nov 2020
21:17 sunpoet search for other commits by this committer
Update to 4.53.0

Changes:	https://github.com/tqdm/tqdm/releases
Original commitRevision:556363 
Saturday, 21 Nov 2020
09:20 sunpoet search for other commits by this committer
Update to 4.52.0

Changes:	https://github.com/tqdm/tqdm/releases
Original commitRevision:555855 
Sunday, 8 Nov 2020
17:20 sunpoet search for other commits by this committer
Update to 4.51.0

Changes:	https://github.com/tqdm/tqdm/releases
Original commitRevision:554549 
Tuesday, 13 Oct 2020
18:42 sunpoet search for other commits by this committer
Update to 4.50.2

Changes:	https://github.com/tqdm/tqdm/releases
Original commitRevision:552258 
Saturday, 10 Oct 2020
17:56 sunpoet search for other commits by this committer
Update to 4.50.1

Changes:	https://github.com/tqdm/tqdm/releases
Original commitRevision:551958 
Tuesday, 29 Sep 2020
18:22 sunpoet search for other commits by this committer
Update to 4.50.0

Changes:	https://github.com/tqdm/tqdm/releases
Original commitRevision:550606 
Monday, 14 Sep 2020
17:46 sunpoet search for other commits by this committer
Update to 4.49.0

Changes:	https://github.com/tqdm/tqdm/releases
Original commitRevision:548649 
Wednesday, 19 Aug 2020
16:20 sunpoet search for other commits by this committer
Update to 4.48.2

Changes:	https://github.com/tqdm/tqdm/releases
Original commitRevision:545376 
Saturday, 15 Aug 2020
16:31 sunpoet search for other commits by this committer
Update to 4.48.1

Changes:	https://github.com/tqdm/tqdm/releases
Original commitRevision:544992 
Friday, 24 Jul 2020
07:13 sunpoet search for other commits by this committer
Update to 4.48.0

Changes:	https://github.com/tqdm/tqdm/releases
Original commitRevision:543069 
Wednesday, 8 Jul 2020
19:01 sunpoet search for other commits by this committer
Update to 4.47.0

Changes:	https://github.com/tqdm/tqdm/releases
Original commitRevision:541564 
Sunday, 14 Jun 2020
14:24 sunpoet search for other commits by this committer
Update to 4.46.1

Changes:	https://github.com/tqdm/tqdm/releases
Original commitRevision:538775 
Saturday, 9 May 2020
06:50 sunpoet search for other commits by this committer
Take maintainership
Original commitRevision:534714 
06:47 pi search for other commits by this committer
misc/py-tqdm: reset maintainer, update to 4.46.0

Submitted by:	Neel Chauhan <neel@neelc.org>
Original commitRevision:534713 
Friday, 10 Jan 2020
19:18 sunpoet search for other commits by this committer
Update to 4.41.1

Changes:	https://github.com/tqdm/tqdm/releases
PR:		243250
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
Original commitRevision:522609 
Saturday, 28 Dec 2019
07:43 sunpoet search for other commits by this committer
Update to 4.41.0

Changes:	https://github.com/tqdm/tqdm/releases
PR:		242901
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
Original commitRevision:521202 
Sunday, 8 Dec 2019
15:07 tcberner search for other commits by this committer
misc/py-tqdm: Update to 4.40.1

PR:		242507
Submitted by:	Neel Chauhan <neel@neelc.org>  (maintainer)
Original commitRevision:519305 
Saturday, 7 Dec 2019
22:29 tcberner search for other commits by this committer
misc/py-tqdm: Update to 4.40.0

PR:		242482
Submitted by:	Neel Chauhan <neel@neelc.org>  (maintainer)
Original commitRevision:519245 
Wednesday, 27 Nov 2019
19:59 joneum search for other commits by this committer
Update to 4.39.0

PR:		242210
Sponsored by:	Netzkommune GmbH
Original commitRevision:518532 
Tuesday, 19 Nov 2019
06:25 pi search for other commits by this committer
misc/py-tqdm: upgrade 4.37.0 -> 4.38.0

PR:		242063
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
Relnotes:	https://github.com/tqdm/tqdm/releases
Original commitRevision:517940 
Saturday, 2 Nov 2019
21:07 tcberner search for other commits by this committer
misc/py-tqdm: Update to 4.37.0

PR:		241678
Submitted by:	Neel Chauhan <neel@neelc.org>  (maintainer)
Original commitRevision:516368 
Monday, 7 Oct 2019
14:52 swills search for other commits by this committer
misc/py-tqdm: Update to 4.36.1

PR:		241093
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
Original commitRevision:513954 
Monday, 26 Aug 2019
11:50 sunpoet search for other commits by this committer
Update to 4.35.0

Changes:	https://github.com/tqdm/tqdm/releases
PR:		240112
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
Original commitRevision:509937 
Saturday, 22 Jun 2019
16:55 kai search for other commits by this committer
misc/py-tqdm: Update to 4.32.2

Changelog:

https://github.com/tqdm/tqdm/releases/tag/v4.32.2

PR:		238746
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
Original commitRevision:504877 
Friday, 7 Jun 2019
23:05 sunpoet search for other commits by this committer
Update to 4.32.1

Changes:	https://github.com/tqdm/tqdm/releases
PR:		238395
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
Original commitRevision:503669 
Wednesday, 10 Apr 2019
06:18 antoine search for other commits by this committer
Bump a few PORTREVISIONs after r498529

With hat:	portmgr
Original commitRevision:498530 
Thursday, 21 Feb 2019
16:37 sunpoet search for other commits by this committer
Update to 4.31.1

Changes:	https://github.com/tqdm/tqdm/releases
PR:		235815
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
Original commitRevision:493518 
Sunday, 27 Jan 2019
16:25 swills search for other commits by this committer
misc/py-tqdm: update to 4.30.0

PR:		235247
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
Original commitRevision:491365 
Saturday, 12 Jan 2019
16:36 sunpoet search for other commits by this committer
Update to 4.29.1

- Change MASTER_SITES from GitHub to CHEESESHOP

Changes:	https://github.com/tqdm/tqdm/releases
PR:		234898
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
Original commitRevision:490063 
Tuesday, 8 Jan 2019
15:54 swills search for other commits by this committer
misc/py-tqdm: update to 4.29.0

PR:		234698
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
Original commitRevision:489720 
Friday, 9 Nov 2018
16:49 swills search for other commits by this committer
misc/py-tqdm: Update to 4.28.1

PR:		232998
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
Original commitRevision:484527 
Saturday, 27 Oct 2018
03:09 swills search for other commits by this committer
misc/py-tqdm: Update to 4.27.0

PR:		232426
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
Original commitRevision:483106 
Sunday, 16 Sep 2018
00:08 sunpoet search for other commits by this committer
Update to 4.26.0

Changes:	https://github.com/tqdm/tqdm/releases
PR:		231367
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
Original commitRevision:479870 
Wednesday, 22 Aug 2018
17:59 swills search for other commits by this committer
misc/py-tqdm: Update to 4.25.0

PR:		230817
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
Original commitRevision:477804 
Saturday, 28 Jul 2018
00:47 yuri search for other commits by this committer
misc/py-tqdm: Update 4.23.4 -> 4.24.0

PR:		230083
Submitted by:	Neel Chauhan <neel@neelc.org> (mantainer)
Original commitRevision:475478 
Friday, 25 May 2018
03:52 swills search for other commits by this committer
misc/py-tqdm: Update to 4.23.4

PR:		228475
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
Original commitRevision:470819 
Saturday, 5 May 2018
17:22 sunpoet search for other commits by this committer
Update to 4.23.2

Changes:	https://github.com/tqdm/tqdm/releases
PR:		227980
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
Original commitRevision:469154 
Saturday, 28 Apr 2018
20:11 sunpoet search for other commits by this committer
Update to 4.23.1

- While I'm here, add LICENSE_FILE

Changes:	https://github.com/tqdm/tqdm/releases
PR:		227817
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
Original commitRevision:468590 
Monday, 16 Apr 2018
16:34 krion search for other commits by this committer
Update to 4.23.0

PR:		227557
Submitted by:	maintainer
Original commitRevision:467488 
Friday, 13 Apr 2018
05:22 yuri search for other commits by this committer
misc/py-tqdm: Update 4.21.0 -> 4.22.0

PR:		227479
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
Original commitRevision:467208 
Monday, 9 Apr 2018
07:20 yuri search for other commits by this committer
misc/py-tqdm: Update 4.20.0 -> 4.21.0

PR:		227373
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
Original commitRevision:466839 
Saturday, 7 Apr 2018
16:35 sunpoet search for other commits by this committer
Update to 4.20.0

Changes:	https://github.com/tqdm/tqdm/releases
PR:		227348
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
Original commitRevision:466755 
Tuesday, 27 Feb 2018
19:24 yuri search for other commits by this committer
misc/py-tqdm: Update to 4.19.6

Port changes:
* Changed to DISTVERSION
* Added USE_PYTHON=concurrent

PR:		226240
Submitted by:	Neel Chauhan <neel@neelc.org>
Approved by:	tcberner (mentor, implicit)
Original commitRevision:463152 
Monday, 22 Jan 2018
18:10 rm search for other commits by this committer
misc/py-tqdm: update to 4.19.5

PR:		225367
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
Original commitRevision:459680 
Thursday, 30 Nov 2017
15:50 mat search for other commits by this committer
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
Original commitRevision:455210 
Tuesday, 28 Nov 2017
21:56 dbaio search for other commits by this committer
misc/py-tqdm: Update to 4.19.4

Changes:	https://github.com/tqdm/tqdm/releases/tag/v4.19.4

PR:		223941
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
Original commitRevision:455082 
Friday, 13 Oct 2017
10:47 culot search for other commits by this committer
- Update to 4.19.2

Changes:	https://github.com/tqdm/tqdm/releases/tag/v4.19.2
PR:		222906
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
Original commitRevision:451978 
Wednesday, 4 Oct 2017
15:02 culot search for other commits by this committer
- Update to 4.19.1

Changes:	https://github.com/tqdm/tqdm/releases/tag/v4.19.1
PR:		222773
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
Original commitRevision:451232 
Wednesday, 27 Sep 2017
13:33 culot search for other commits by this committer
- Update to 4.18.0

PR:		222640
Submitted by: 	Neel Chauhan <neel@neelc.org> (maintainer)
Original commitRevision:450749 
Thursday, 21 Sep 2017
23:39 dbaio search for other commits by this committer
misc/py-tqdm: Update to 4.17.0

Changes:	https://github.com/tqdm/tqdm/releases/tag/v4.16.0
		https://github.com/tqdm/tqdm/releases/tag/v4.17.0

PR:		222492
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
Original commitRevision:450311 
Friday, 1 Sep 2017
02:34 dbaio search for other commits by this committer
misc/py-tqdm: Update to 4.15.0

While here, silence portlint warning about order of USES/USE_*.

PR:		221871
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
Original commitRevision:449055 
Friday, 28 Jul 2017
01:23 dbaio search for other commits by this committer
misc/py-tqdm: Update license

Approved by:	portmgr (blanket)
Original commitRevision:446792 
Saturday, 10 Jun 2017
17:39 dbaio search for other commits by this committer
misc/py-tqdm: Update to 4.13.0

While here, adjust license

Changes: https://github.com/tqdm/tqdm/releases/tag/v4.13.0

PR:		219735
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
Approved by:	garga (mentor)
Differential Revision:	https://reviews.freebsd.org/D11044
Original commitRevision:443105 
Friday, 17 Mar 2017
07:41 araujo search for other commits by this committer
- Create a python3 version of misc/py-tqdm.
Original commitRevision:436318 
Tuesday, 31 Jan 2017
20:05 olivierd search for other commits by this committer
Update to 4.11.2

PR:		216612
Submitted by:	Neel Chauhan (maintainer)
Original commitRevision:432950 
Thursday, 17 Nov 2016
22:29 pi search for other commits by this committer
misc/py-tqdm: update 4.9.0 -> 4.10.0

PR:		214534
Changes:	https://github.com/tqdm/tqdm/releases
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
Original commitRevision:426300 
Thursday, 10 Nov 2016
18:39 pi search for other commits by this committer
misc/py-tqdm: update 4.8.4 -> 4.9.0

PR:		214229
Changes:	https://github.com/tqdm/tqdm/releases
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
Original commitRevision:425851 
Saturday, 20 Aug 2016
15:34 pawel search for other commits by this committer
Update to version 4.8.4

PR:		212003
Submitted by:	Neel Chauhan (maintainer)
Original commitRevision:420514 
Wednesday, 3 Aug 2016
22:39 pawel search for other commits by this committer
Update to version 4.8.3

PR:		211556
Submitted by:	Neel Chauhan (maintainer)
Original commitRevision:419561 
Wednesday, 27 Jul 2016
21:04 pawel search for other commits by this committer
Update to version 4.8.1

PR:		211408
Submitted by:	Neel Chauhan (maintainer)
Original commitRevision:419200 
Sunday, 3 Jul 2016
16:08 pawel search for other commits by this committer
- Update to version 4.7.6 [1]
- Don't set GH_ACCOUNT to it's default setting

PR:		210745
Submitted by:	Neel Chauhan (maintainer) [1]
Original commitRevision:417977 
Thursday, 9 Jun 2016
13:48 amdmi3 search for other commits by this committer
- Update to 4.7.4

PR:		210048
Submitted by:	neel@neelc.org (maintainer)
Original commitRevision:416604 

Number of commits found: 107 (showing only 100 on this page)

1 | 2  »