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: databases/py-pgcli/Makefile

Number of commits found: 54

Saturday, 23 Mar 2024
14:31 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/py-pgcli: Convert to USE_PYTHON=pep517

- Bump PORTREVISION for package change
commit hash: 83e6d033ac19d190f995fbbbf903f3e3e457e817 commit hash: 83e6d033ac19d190f995fbbbf903f3e3e457e817 commit hash: 83e6d033ac19d190f995fbbbf903f3e3e457e817 commit hash: 83e6d033ac19d190f995fbbbf903f3e3e457e817 83e6d03
Thursday, 2 Nov 2023
07:37 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/py-pgcli: Update to 4.0.1

Changes:	https://github.com/dbcli/pgcli/blob/main/changelog.rst
commit hash: c0f5dbab61a9a07e6dd1eb3bf4636f49880bb36a commit hash: c0f5dbab61a9a07e6dd1eb3bf4636f49880bb36a commit hash: c0f5dbab61a9a07e6dd1eb3bf4636f49880bb36a commit hash: c0f5dbab61a9a07e6dd1eb3bf4636f49880bb36a c0f5dba
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
databases/py-pgcli: Update WWW and clean up pkg-descr
commit hash: d31ece78ec415dcb99d79a84279c990f3d35e7e4 commit hash: d31ece78ec415dcb99d79a84279c990f3d35e7e4 commit hash: d31ece78ec415dcb99d79a84279c990f3d35e7e4 commit hash: d31ece78ec415dcb99d79a84279c990f3d35e7e4 d31ece7
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
Monday, 3 Oct 2022
02:14 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/py-pgcli: Update to 3.5.0

Changes:	https://github.com/dbcli/pgcli/blob/main/changelog.rst
commit hash: 282abefa8b731ef822386e31a67c9e41f2902cd1 commit hash: 282abefa8b731ef822386e31a67c9e41f2902cd1 commit hash: 282abefa8b731ef822386e31a67c9e41f2902cd1 commit hash: 282abefa8b731ef822386e31a67c9e41f2902cd1 282abef
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
Wednesday, 20 Jul 2022
14:21 Tobias C. Berner (tcberner) search for other commits by this committer
databases: remove 'Created by' lines

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

  *  "Choe, Cheng-Dae" whitekid
  *  "Mahdi Mokhtari <mokhi64@gmail.com>"
  *  "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
  *  <hvo.pm@xs4all.nl>
  *  <jsmith@resonatingmedia.com>
  *  <ports@c0decafe.net>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alan Snelson <Alan@Wave2.org>
  *  Aldis Berjoza <graudeejs@gmail.com>
  *  Alessando Sagratini <ale_sagra@hotmail.com>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Samorukov <samm@freebsd.org>
  *  Alexander Logvinov <ports@logvinov,com>
  *  Alexander Logvinov <ports@logvinov.com>
  *  Alexander Nedotsukov <bland@FreeBSD.org>
  *  Alexander Novitsky
  *  Alexander Zhuravlev <zaa@zaa.pp.ru>
  *  Alexey Degtyarev <alexey@renatasystems.org>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Anders Nordby <anders@fix.no>
  *  Andrei Antoukh <niwi@niwi.be>
  *  Andrew McNaughton <andrew@scoop.co.nz>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Andrey Kostenko <andrey@kostenko.name>
  *  Andrey Simonenko
  *  Andrey Zakhvatov
  *  Anes Mukhametov <anes@anes.su>
  *  Anton Berezin <tobez@FreeBSD.org>
  *  Anton Berezin <tobez@tobez.org>
  *  Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
  *  Antonio Carlos Venancio Junior (<antonio@php.net>)
  *  Autrijus Tang <autrijus@autrijus.org>
  *  Babak Farrokhi <farrokhi@FreeBSD.org>
  *  Bartek Rutkowski <r@robakdesign.com>
  *  Bernard Spil <brnrd@FreeBSD.org>
  *  Brent J. Nordquist <bjn@visi.com>
  *  Cezary Morga <cm@therek.net>
  *  Cheng-Lung Sung <clsung@FreeBSD.org>
  *  Choe, Cheng-Dae
  *  Chris D. Faulhaber <jedgar@FreeBSD.org>
  *  Chris Larsen <darth@vader.dk>
  *  Damian Gerow <dgerow@afflictions.org>
  *  Daniel O'Connor
  *  Daniel Wijnands <daniel@itxl.nl>
  *  Dave Green <dg@fastmail.co.uk>
  *  David Thiel <lx@FreeBSD.org>
  *  Davíð Steinn Geirsson <david@isnic.is>
  *  Denis Generalov <gd.workbox@gmail.com>
  *  Denis Generalov <gd@rambler-co.ru>
  *  Denis Shaposhnikov <dsh@bamus.cz>
  *  Dermot Tynan <dtynan@kalopa.com>
  *  Dmitry Liakh <dliakh@ukr.net>
  *  Dmitry Sivachenko <demon@FreeBSD.org>
  *  Dmitry Sivachenko <dima@Chg.RU>
  *  Dmitry Sivachenko <mitya@yandex-team.ru>
  *  Domas Mituzas <midom@dammit.lt>
  *  Dominic Mitchell
  *  Don Owens <don@regexguy.com>
  *  Dryice Dong Liu <dryice@dryice.name>
  *  Edwin Groothuis (edwin@mavetju.org)
  *  Eric Freeman <freebsdports@chillibear.com>
  *  Espen Tagestad <espen@tagestad.no>
  *  Espen Volden aka voldern <voldern@hoeggen.net>
  *  Evan Sarmiento <bsdports@wayfair.com>
  *  Fernan Aguero <fernan@iib.unsam.edu.ar>
  *  Frank Wall <fw@moov.de>
  *  Ganbold Tsagaankhuu <ganbold@FreeBSD.org>
  *  Gary Palmer <gpalmer@FreeBSD.org>
  *  Gea-Suan Lin <gslin@gslin.org>
  *  Geraud CONTINSOUZAS <geraud@gcu.info>
  *  Gerrit Beine <tux@pinguru.net>
  *  Greg Larkin <glarkin@FreeBSD.org>
  *  Grzegorz Blach <gblach@FreeBSD.org>
  *  Hansjoerg Pehofer <hansjoerg.pehofer@uibk.ac.at>
  *  Henk van Oers <hvo.pm@xs4all.nl>
  *  Henrik Hodne <henrik@hodne.io>
  *  Hiroyuki Hanai <hanai@FreeBSD.org>
  *  Horia Racoviceanu <horia@racoviceanu.com>
  *  Hye-Shik Chang
  *  Hye-Shik Chang <perky@python.or.kr>
  *  Ilia Chipitsine <ilia@jane.cgu.chel.su>
  *  Ivan Voras <ivoras@FreeBSD.org>
  *  J.F. Dockes
  *  Jaap Boender <jaapb@kerguelen.org>
  *  Jake Smith <jake@xz.cx>
  *  James FitzGibbon <jfitz@FreeBSD.org>
  *  Janos Mohacsi <janos.mohacsi@bsd.hu>
  *  Janos.Mohacsi@bsd.hu
  *  Jason Helfman <jgh@FreeBSD.org>
  *  Jens Rehsack <rehsack@liwing.de>
  *  Jeremy Chadwick <koitsu@FreeBSD.org>
  *  Jev Björsell <ports@ecadlabs.com>
  *  Jim Ohlstein <jim@ohlste.in>
  *  Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
  *  Joe Horn <joehorn@gmail.com>
  *  Joe Marcus Clarke <marcus@FreeBSD.org>
  *  Johannes Meixner <johannes@perceivon.net>
  *  John Chen <johnpupu@gmail.com>
  *  John Marino <marino@FreeBSD.org>
  *  John Merryweather Cooper
  *  John Merryweather Cooper et al
  *  Jon Nistor <nistor@snickers.org>
  *  Jonathan Weiss (<jw@innerewut.de>)
  *  Jose Jachuf <jjachuf@gmail.com>
  *  Joshua D. Abraham <jabra@ccs.neu.edu>
  *  Jov <amutu@amutu.com>
  *  Jov amutu@amutu.com
  *  Jui-Nan Lin <jnlin@freebsd.cs.nctu.edu.tw>
  *  Julien Laffaye <kimelto@gmail.com>
  *  Jyun-Yan You <jyyou@cs.nctu.edu.tw>
  *  Keith Gaughan <k@sterechro.me>
  *  Kevin Bowling <kbowling@freebsd.org>
  *  Kimo <kimor79@yahoo.com>
  *  Kimura Fuyuki <fuyuki@nigredo.org>
  *  Koop Mast <kwm@FreeBSD.org>
  *  Lars Balker Rasmussen <lbr@FreeBSD.org
  *  Lars Balker Rasmussen <lbr@FreeBSD.org>
  *  Lars Eggert <larse@isi.edu>
  *  Lars Thegler <lars@thegler.dk>
  *  Lars Thegler <lth@FreeBSD.org>
  *  Li-Wen Hsu <lwhsu@FreeBSD.org>
  *  Loïc BARTOLETTI
  *  Loïc BARTOLETTI <lbartoletti@FreeBSD.org>
  *  Lubomir Marinov <lubomir_m@abv.bg>
  *  Mahdi Mokhtari <mokhi64@gmail.com>
  *  Mahlon E. Smith <mahlon@martini.nu>
  *  Marc G. Fournier <scrappy@FreeBSD.org>
  *  Mark Felder <feld@FreeBSD.org>
  *  Markus Brueffer <markus@FreeBSD.org>
  *  Martin Matuska <martin@matuska.org>
  *  Martin Matuska <mm@FreeBSD.org>
  *  Martin Wilke <miwi@FreeBSD.org>
  *  Mathieu Arnold <m@absolight.net>
  *  Matthew Seaman
  *  Matthias Andree <mandree@FreeBSD.org>
  *  Matthias Fechner <mfechner@FreeBSD.org>
  *  Matthias Petermann <matthias@petermann-it.de>
  *  Max Khon
  *  Max Khon <fjoe@FreeBSD.org>
  *  Michael Johnson <ahze@FreeBSD.org>
  *  Michael Johnson <ahze@ahze.net>
  *  Michael Winking <mwfp@foldl.net>
  *  Mikael URANKAR and Loïc BARTOLETTI
  *  Mike Carlson (carlson39@llnl.gov)
  *  Mikhail T. <michael@fun-box.ru>
  *  Mikhail Teterin
  *  Mikhail Teterin <mi@aldan.algebra.com>
  *  Mikolaj Golub <trociny@FreeBSD.org>
  *  Mirko Zinn <mail@derzinn.de>
  *  Mohammad S. Babaei <info@babaei.net>
  *  Muhammad Moinur Rahman <bofh@FreeBSD.org>
  *  Nick Hibma <n_hibma@freebsd.org>
  *  Nick Hilliard <nick@foobar.org>
  *  Nick Sayer <nsayer@FreeBSD.org>
  *  Nicola Vitale <nivit@FreeBSD.org>
  *  Nicolas Embriz <nbari@tequila.io>
  *  Nicolas de Bari Embriz <nbari@dalmp.com>
  *  Oleg Sharoiko <os@rsu.ru>
  *  Olexander Melnyk <olexander.v.melnyk@gmail.com>
  *  Oliver Eikemeier <eikemeier@fillmore-labs.com>
  *  Olivier Duchateau <duchateau.olivier@gmail.com>
  *  Palle Girgensohn <girgen@FreeBSD.org>
  *  Palle Girgensohn <girgen@partitur.se>
  *  Palle Girgensohn <girgen@pingpong.net>
  *  Parv <parv@pair.org>
  *  Pete Fritchman <petef@databits.net>
  *  Peter Avalos <pavalos@theshell.com>
  *  Philip M. Gollucci
  *  Philip M. Gollucci <philip@p6m7g8.com>
  *  Philip Stoev <philip.stoev@galeracluster.com>
  *  Pierre-Emmanuel Andre <pea@raveland.org>
  *  Pietro Cerutti <gahr@FreeBSD.org>
  *  Piotr Kubaj <pkubaj@anongoth.pl>
  *  Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Qing Feng <qingfeng@douban.com>
  *  Quinton Dolan <q@onthenet.com.au>
  *  Radim Kolar
  *  Rainer Hurling <rhurlin@gwdg.de>
  *  Rick Miller
  *  Robert Kruus <rob.kruus@gmail.com>
  *  Rod Taylor <ports@rbt.ca>
  *  Roland van Laar <roland@micite.net>
  *  Rong-En Fan <rafan@FreeBSD.org>
  *  Roy Boerner
  *  Rozhuk Ivan <rozhuk.im@gmail.com>
  *  Rusty Nejdl
  *  Ryan Steinmetz <rpsfa@rit.edu>
  *  Ryan Steinmetz <zi@FreeBSD.org>
  *  Ryan T. Dean <rtdean@cytherianage.net>
  *  Sam Lawrance <boris@brooknet.com.au>
  *  Scott McWhirter <scott@surreytech.co.uk>
  *  Seamus Venasse <svenasse@polaris.ca>
  *  Sean Chittenden <seanc@FreeBSD.org>
  *  Sergei Kolobov <sergei@kolobov.com>
  *  Sergei Vyshenski <svysh.fbsd@gmail.com>
  *  Sergey A. Osokin <osa@FreeBSD.org.ru>
  *  Sergey A. Osokin <osa@FreeBSD.org>
  *  Sergey Matveychuk <sem@FreeBSD.org>
  *  Sergey Skvortsov <skv@FreeBSD.org>
  *  Sergey Skvortsov <skv@protey.ru>
  *  Sevan Janiyan <venture37@geeklan.co.uk>
  *  Sheldon Hearn <sheldonh@FreeBSD.org>
  *  Stanislav Svirid <count@211.ru>
  *  Stefan Schmidt <stefan.schmidt@stadtbuch.de>
  *  Steve Wills <swills@FreeBSD.org>
  *  Steve Wills <swills@freebsd.org>
  *  Steven Kreuzer <skreuzer@FreeBSD.org>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
  *  T. William Wells <bill@twwells.com>
  *  TAKATSU Tomonari <tota@FreeBSD.org>
  *  Thierry Thomas (<thierry@pompo.net>)
  *  Thomas Gellekum <tg@FreeBSD.org>
  *  Timur I. Bakeyev <bat@cpan.org>
  *  Tom Judge <tj@FreeBSD.org>
  *  Torsten Zuehlsdorff <ports@toco-domains.de>
  *  Torsten Zuhlsdorff <ports@toco-domains.de>
  *  Toshiya Saitoh (<toshiya@saitoh.nu>)
  *  Tsung-Han Yeh <snowfly@yuntech.edu.tw>
  *  Vasil Dimov <vd@FreeBSD.org>
  *  Veniamin Gvozdikov <vg@FreeBSD.org>
  *  Vladimir Timofeev <vovkasm@gmail.com>
  *  Wen Heping
  *  Wen Heping <wen@FreeBSD.org>
  *  Wen Heping <wenheping@gmail.com>
  *  Wen heping <wenheping@gmail.com>
  *  William Grzybowski <wg@FreeBSD.org>
  *  Xin Li <delphij@FreeBSD.org>
  *  Yarema <yds@CoolRat.org>
  *  Yarema <yds@Necessitu.de>
  *  Yen-Ming Lee <leeym@FreeBSD.org>
  *  Ying-Chieh Liao <ijliao@FreeBSD.org>
  *  Yoichi NAKAYAMA <yoichi@FreeBSD.org>
  *  Yuri Victorovich <yuri@rawbw.com>
  *  Zach Thompson <hideo@lastamericanempire.com>
  *  Zach Thompson <lin-chi@lastamericanempire.com>
  *  ache@FreeBSD.org
  *  alfred
  *  alp@sfedu.ru
  *  andrew@scoop.co.nz
  *  andrey@kostenko.name
  *  chinsan
  *  chinsan <chinsan.tw@gmail.com>
  *  clive
  *  clive@FreeBSD.org
  *  clsung@dragon2.net
  *  dcf@aracnet.com
  *  elvstone@gmail.com
  *  erikhb@bgnett.no
  *  erwin@FreeBSD.org
  *  gahr
  *  ijliao
  *  ijlioa
  *  ivoras
  *  johnpupu <johnpupu@gmail.com>
  *  kirk@daycos.com
  *  kuriyama
  *  lbartoletti <lbartoletti@FreeBSD.org>
  *  loïc bartoletti <lbartoletti@FreeBSD.org>
  *  mharo@FreeBSD.org
  *  michael johnson <ahze@ahze.net>
  *  milki <milki@rescomp.berkeley.edy>
  *  mm@FreeBSD.org
  *  nbm
  *  nectar@FreeBSD.org
  *  nork@FreeBSD.org
  *  nork@cityfujisawa.ne.jp
  *  olevole@olevole.ru
  *  proler@gmail.com
  *  sergey@migsoft.com.ua
  *  sobomax
  *  spam@rm-rf.kiev.ua
  *  stas
  *  tobez
  *  tremere@cainites.net
  *  vanilla
  *  vanilla@
  *  wen@FreeBSD.org
  *  wenheping<wenheping@gmail.com>
  *  wolman@cs.washington.edu
  * # Created by Kevin Bowling <kbowling@FreeBSD.org>
  * # Created by Matthias Fechner <mfechner@FreeBSD.org>

With hat:	portmgr
commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16 commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16 commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16 commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16 d076ad9
Thursday, 16 Jun 2022
13:59 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/py-pgcli: Change RUN_DEPENDS from py-pgspecial to py-pgspecial1

- Bump PORTREVISION for dependency change
commit hash: dbd0505a2cf74f3499a4ea6f68a03854c9f3fb61 commit hash: dbd0505a2cf74f3499a4ea6f68a03854c9f3fb61 commit hash: dbd0505a2cf74f3499a4ea6f68a03854c9f3fb61 commit hash: dbd0505a2cf74f3499a4ea6f68a03854c9f3fb61 dbd0505
Friday, 3 Jun 2022
16:57 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/py-pgcli: Convert to USE_PYTHON=pytest
commit hash: 9d98ca496037bfb35d4860f7660d893136c4757a commit hash: 9d98ca496037bfb35d4860f7660d893136c4757a commit hash: 9d98ca496037bfb35d4860f7660d893136c4757a commit hash: 9d98ca496037bfb35d4860f7660d893136c4757a 9d98ca4
Thursday, 21 Apr 2022
10:58 Dmitry Marakasov (amdmi3) search for other commits by this committer
databases/py-pgcli: fix tests

Switch to USES=pytest, add missing test depend, and document one
failing test

Approved by:	portmgr blanket
commit hash: b18f62915afacc17a458602975faddc466650ea0 commit hash: b18f62915afacc17a458602975faddc466650ea0 commit hash: b18f62915afacc17a458602975faddc466650ea0 commit hash: b18f62915afacc17a458602975faddc466650ea0 b18f629
Saturday, 16 Apr 2022
04:19 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/py-pgcli: Revert 3ba2ffeb5c6bca4e0bbaeb724127cf2841236e8e

- While I'm here:
  - Sort TEST_DEPENDS
  - Update version requirement of TEST_DEPENDS

net/py-sshtunnel was not added to TEST_DEPENDS because sshtunnel 0.4.0+ which is
not in the tree yet.
commit hash: d73183c2504ef681c6d27a0ca12b9b28c774b434 commit hash: d73183c2504ef681c6d27a0ca12b9b28c774b434 commit hash: d73183c2504ef681c6d27a0ca12b9b28c774b434 commit hash: d73183c2504ef681c6d27a0ca12b9b28c774b434 d73183c
Thursday, 7 Apr 2022
18:59 Dmitry Marakasov (amdmi3) search for other commits by this committer
databases/py-pgcli: add missing test depend

Approved by:	portmgr blanket
commit hash: 3ba2ffeb5c6bca4e0bbaeb724127cf2841236e8e commit hash: 3ba2ffeb5c6bca4e0bbaeb724127cf2841236e8e commit hash: 3ba2ffeb5c6bca4e0bbaeb724127cf2841236e8e commit hash: 3ba2ffeb5c6bca4e0bbaeb724127cf2841236e8e 3ba2ffe
Wednesday, 30 Mar 2022
22:21 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/py-pgcli: Update to 3.4.1

Changes:	https://github.com/dbcli/pgcli/blob/main/changelog.rst
commit hash: bcd602a8ee9e7b6ae99333732b74c84b61a4f82e commit hash: bcd602a8ee9e7b6ae99333732b74c84b61a4f82e commit hash: bcd602a8ee9e7b6ae99333732b74c84b61a4f82e commit hash: bcd602a8ee9e7b6ae99333732b74c84b61a4f82e bcd602a
Monday, 7 Mar 2022
18:11 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/py-pgcli: Update to 3.4.0

Changes:	https://github.com/dbcli/pgcli/blob/main/changelog.rst
commit hash: 371846b585943f9d167af54a8c4cd25d062b444e commit hash: 371846b585943f9d167af54a8c4cd25d062b444e commit hash: 371846b585943f9d167af54a8c4cd25d062b444e commit hash: 371846b585943f9d167af54a8c4cd25d062b444e 371846b
Tuesday, 25 Jan 2022
19:50 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/py-pgcli: Update to 3.3.1

Changes:	https://github.com/dbcli/pgcli/blob/master/changelog.rst
commit hash: 299304830f1b07255589bb5ee8285f931fb8c7b8 commit hash: 299304830f1b07255589bb5ee8285f931fb8c7b8 commit hash: 299304830f1b07255589bb5ee8285f931fb8c7b8 commit hash: 299304830f1b07255589bb5ee8285f931fb8c7b8 2993048
Sunday, 23 Jan 2022
18:19 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/py-pgcli: Update to 3.3.0

Changes:	https://github.com/dbcli/pgcli/blob/master/changelog.rst
commit hash: 1a287a7b0ae8583ae417a6c7d57c35e5421b645b commit hash: 1a287a7b0ae8583ae417a6c7d57c35e5421b645b commit hash: 1a287a7b0ae8583ae417a6c7d57c35e5421b645b commit hash: 1a287a7b0ae8583ae417a6c7d57c35e5421b645b 1a287a7
Tuesday, 21 Sep 2021
03:44 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/py-pgcli: Update to 3.2.0

Changes:	https://github.com/dbcli/pgcli/blob/master/changelog.rst
commit hash: c95b5557ce51d3ba654bfec2801d9a620222e3a4 commit hash: c95b5557ce51d3ba654bfec2801d9a620222e3a4 commit hash: c95b5557ce51d3ba654bfec2801d9a620222e3a4 commit hash: c95b5557ce51d3ba654bfec2801d9a620222e3a4 c95b555
Tuesday, 11 May 2021
21:47 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/py-pgcli: Update RUN_DEPENDS after
f043e2bdfd2063a32f59a9100cfc80bd3a580f7a
commit hash: 8d0f0f37e0e081c7f4392d1996bbc889c30f15f4 commit hash: 8d0f0f37e0e081c7f4392d1996bbc889c30f15f4 commit hash: 8d0f0f37e0e081c7f4392d1996bbc889c30f15f4 commit hash: 8d0f0f37e0e081c7f4392d1996bbc889c30f15f4 8d0f0f3
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
Saturday, 19 Dec 2020
20:09 sunpoet search for other commits by this committer
Add KEYRING option
Original commitRevision:558520 
Sunday, 13 Dec 2020
22:20 sunpoet search for other commits by this committer
Update to 3.1.0

Changes:	https://github.com/dbcli/pgcli/blob/master/changelog.rst
Original commitRevision:558022 
Friday, 11 Dec 2020
11:03 sunpoet search for other commits by this committer
Move devel/py-prompt_toolkit to devel/py-prompt-toolkit

- Bump PORTREVISION for dependency change
Original commitRevision:557718 
Tuesday, 13 Oct 2020
18:42 sunpoet search for other commits by this committer
Allow build with py-sqlparse 0.4.0

- Update WWW
- Bump PORTREVISION for package change
Original commitRevision:552253 
Saturday, 11 Jul 2020
07:45 sunpoet search for other commits by this committer
Update to 3.0.0

Changes:	https://github.com/dbcli/pgcli/blob/master/changelog.rst
Original commitRevision:541913 
Tuesday, 11 Feb 2020
17:53 sunpoet search for other commits by this committer
Update version requirement of RUN_DEPENDS
Original commitRevision:525842 
Sunday, 8 Dec 2019
17:01 sunpoet search for other commits by this committer
Update to 2.2.0

Changes:	https://github.com/dbcli/pgcli/blob/master/changelog.rst
Original commitRevision:519389 
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
Original commitRevision:507372 
Friday, 31 May 2019
10:27 sunpoet search for other commits by this committer
Update to 2.1.1

Changes:	https://github.com/dbcli/pgcli/blob/master/changelog.rst
Original commitRevision:503136 
Tuesday, 28 May 2019
08:55 koobs search for other commits by this committer
databases/py-pgcli: Fix runtime dependency failures

pgcli depends on sqlparse<0.3.0,>=0.2.2, and sqlparse was updated to 0.3.0
in ports r495481.

pgcli depends on psycopg2>=2.7.4,<2.8, and psycopg2 was updated to 2.8.2
in ports r502646.

These broke run time, with the following error(s)

  raise DistributionNotFound(req, requirers)
  pkg_resources.DistributionNotFound: The 'sqlparse<0.3.0,>=0.2.2' distribution
was not found and is required by pgcli

  raise DistributionNotFound(req, requirers)
  pkg_resources.DistributionNotFound: The 'psycopg2>=2.7.4,<2.8' distribution
was not found and is required by pgcli

Upstream upgraded sqlparse support to include 0.3.0 in PR #1052 [1], this
change backports that PR accordingly.

Upstream has an open PR to unpin psycopg2 [2][3] but it needs to be updated
to use psycopg2 (not psycopg2-binary) in install_requires.

This change patches out the psycopg2 max version. The test results shows
no test failure delta with 2.8.2 over 2.7.7 (the version before ports
r502646).

While I'm here:

  - Declare pinned (maximum) RUN_DEPENDS versions according to setup.py
    to pick these issues up earlier during QA (max versions not being
    satisfied will error out during dependency builds/verification
    pre-commit

[1] https://github.com/dbcli/pgcli/pull/1052
[2] https://github.com/dbcli/pgcli/pull/1059
[3] https://github.com/dbcli/pgcli/issues/1036

PR:		238182
Reported by:	Marcin Cieslak <saper saper info>
Approved by:	portmgr (blanket: run time fix, just fix it)
Original commitRevision:502867 
Wednesday, 17 Apr 2019
18:48 sunpoet search for other commits by this committer
Update to 2.1.0

Changes:	https://github.com/dbcli/pgcli/blob/master/changelog.rst
Original commitRevision:499188 
Tuesday, 16 Apr 2019
23:50 sunpoet search for other commits by this committer
Update to 2.0.2

Changes:	https://github.com/dbcli/pgcli/blob/master/changelog.rst
Original commitRevision:499137 
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 
Wednesday, 12 Dec 2018
01:35 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
Original commitRevision:487272 
Tuesday, 25 Sep 2018
16:08 sunpoet search for other commits by this committer
Update to 1.11.0

Changes:	https://github.com/dbcli/pgcli/blob/master/changelog.rst
Original commitRevision:480673 
Sunday, 29 Jul 2018
19:15 sunpoet search for other commits by this committer
Update to 1.10.3

Changes:	https://github.com/dbcli/pgcli/blob/master/changelog.rst
Original commitRevision:475730 
Wednesday, 20 Jun 2018
17:05 mat search for other commits by this committer
Use PY_FLAVOR for dependencies.

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

Sponsored by:	Absolight
Original commitRevision:472884 
Friday, 6 Apr 2018
16:26 sunpoet search for other commits by this committer
Update to 1.9.1

Changes:	https://github.com/dbcli/pgcli/blob/master/changelog.rst
Original commitRevision:466660 
Saturday, 3 Mar 2018
16:30 sunpoet search for other commits by this committer
Update to 1.9.0

- Update WWW

Changes:	https://github.com/dbcli/pgcli/blob/master/changelog.rst
Original commitRevision:463500 
Thursday, 21 Dec 2017
17:41 sunpoet search for other commits by this committer
Update to 1.8.2

Changes:	https://github.com/dbcli/pgcli/blob/master/changelog.rst
Original commitRevision:456922 
Sunday, 3 Dec 2017
20:36 sunpoet search for other commits by this committer
Fix py-cli-helpers dependency

- Bump PORTREVISION for package change

Obtained
from:	https://github.com/dbcli/pgcli/commit/4093a8546b330bcbd257610ea6b27219af1615aa
Original commitRevision:455454 
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 
Wednesday, 20 Sep 2017
16:31 sunpoet search for other commits by this committer
Update to 1.8.1

Changes:	https://github.com/dbcli/pgcli/blob/master/changelog.rst
Original commitRevision:450214 
Friday, 15 Sep 2017
19:17 sunpoet search for other commits by this committer
Update to 1.8.0

Changes:	https://github.com/dbcli/pgcli/blob/master/changelog.rst
Original commitRevision:449926 
Sunday, 16 Jul 2017
16:09 sunpoet search for other commits by this committer
Update to 1.7.0

- Add LICENSE_FILE

Changes:	https://github.com/dbcli/pgcli/blob/master/changelog.rst
Original commitRevision:446019 
Sunday, 28 May 2017
23:15 sunpoet search for other commits by this committer
Update to 1.6.0

Changes:	https://github.com/dbcli/pgcli/blob/master/changelog.rst
Original commitRevision:441929 
Wednesday, 15 Mar 2017
11:31 sunpoet search for other commits by this committer
Update to 1.5.1

Changes:	https://github.com/dbcli/pgcli/blob/master/changelog.rst
Original commitRevision:436213 
Tuesday, 7 Mar 2017
17:02 sunpoet search for other commits by this committer
Update to 1.5.0

Changes:	https://github.com/dbcli/pgcli/blob/master/changelog.rst
Original commitRevision:435618 
Thursday, 12 Jan 2017
20:02 sunpoet search for other commits by this committer
Update to 1.4.0

Changes:	https://github.com/dbcli/pgcli/blob/master/changelog.rst
Original commitRevision:431303 
Saturday, 3 Dec 2016
08:32 sunpoet search for other commits by this committer
- Allow concurrent installation (USE_PYTHON=concurrent)
- Bump PORTREVISION for package change
Original commitRevision:427604 
Saturday, 19 Nov 2016
17:07 sunpoet search for other commits by this committer
- Update to 1.3.1

Changes:	https://github.com/dbcli/pgcli/blob/master/changelog.rst
Original commitRevision:426460 
Saturday, 5 Nov 2016
18:01 sunpoet search for other commits by this committer
- Update to 1.3.0

Changes:	https://github.com/dbcli/pgcli/commits/master
Differential Revision:	https://reviews.freebsd.org/D8414
Original commitRevision:425415 
Friday, 1 Apr 2016
14:00 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412346 
Friday, 4 Dec 2015
12:21 sunpoet search for other commits by this committer
- Add py-pgcli 0.20.1

pgcli is a command line interface for Postgres with auto-completion and syntax
highlighting.

WWW: https://pypi.python.org/pypi/pgcli
WWW: http://pgcli.com/
Original commitRevision:402924 

Number of commits found: 54