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-pg8000/Makefile

Number of commits found: 63

Saturday, 13 Apr 2024
14:47 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-python-dateutil: Move devel/py-dateutil to devel/py-python-dateutil

- Convert to USE_PYTHON=pep517
- Bump PORTREVISION of dependent ports for dependency change
- While I'm here, update audio/py-pyradio to use PYTHON_PKGNAMEPREFIX instead of
PKGNAMEPREFIX for *_DEPENDS
commit hash: 84a372ad5ff0dab59a76d894d1e7fb0a5bb7b742 commit hash: 84a372ad5ff0dab59a76d894d1e7fb0a5bb7b742 commit hash: 84a372ad5ff0dab59a76d894d1e7fb0a5bb7b742 commit hash: 84a372ad5ff0dab59a76d894d1e7fb0a5bb7b742 84a372a
Wednesday, 10 Apr 2024
06:58 Wen Heping (wen) search for other commits by this committer
databases/py-pg8000: Update to 1.31.1
commit hash: 7a5a6a64feb4c5c934b3509ea7aec6c26a299841 commit hash: 7a5a6a64feb4c5c934b3509ea7aec6c26a299841 commit hash: 7a5a6a64feb4c5c934b3509ea7aec6c26a299841 commit hash: 7a5a6a64feb4c5c934b3509ea7aec6c26a299841 7a5a6a6
Friday, 23 Feb 2024
12:05 Wen Heping (wen) search for other commits by this committer
databases/py-pg8000: Update to 1.30.5
commit hash: 8b9ae2cf1cda750b969213997ecfa7d76ddf4b3e commit hash: 8b9ae2cf1cda750b969213997ecfa7d76ddf4b3e commit hash: 8b9ae2cf1cda750b969213997ecfa7d76ddf4b3e commit hash: 8b9ae2cf1cda750b969213997ecfa7d76ddf4b3e 8b9ae2c
Sunday, 14 Jan 2024
10:09 Wen Heping (wen) search for other commits by this committer
databases/py-pg8000: Update to 1.30.4
commit hash: 964163a34c87ba6f2d3428df53f6268c24d204d6 commit hash: 964163a34c87ba6f2d3428df53f6268c24d204d6 commit hash: 964163a34c87ba6f2d3428df53f6268c24d204d6 commit hash: 964163a34c87ba6f2d3428df53f6268c24d204d6 964163a
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, 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
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
Wednesday, 29 Jun 2022
15:57 Stefan Eßer (se) search for other commits by this committer
Fix CONFLICTS_INSTALL in the databases category

Approved by:	portmgr (implicit)
commit hash: da00957fbe1f79c12851e0958ee7e4c8276a5527 commit hash: da00957fbe1f79c12851e0958ee7e4c8276a5527 commit hash: da00957fbe1f79c12851e0958ee7e4c8276a5527 commit hash: da00957fbe1f79c12851e0958ee7e4c8276a5527 da00957
Friday, 20 May 2022
02:00 Wen Heping (wen) search for other commits by this committer
databases/py-pg8000: Update to 1.28.1
commit hash: 2bee8e4bdd8f34f925eb384e128c32bdfd7b5afc commit hash: 2bee8e4bdd8f34f925eb384e128c32bdfd7b5afc commit hash: 2bee8e4bdd8f34f925eb384e128c32bdfd7b5afc commit hash: 2bee8e4bdd8f34f925eb384e128c32bdfd7b5afc 2bee8e4
Tuesday, 17 May 2022
23:37 Wen Heping (wen) search for other commits by this committer
databases/py-pg8000: Update to 1.27.1
commit hash: 96a18eb0e7aef91723c185e522d5daa5f7ffbfb5 commit hash: 96a18eb0e7aef91723c185e522d5daa5f7ffbfb5 commit hash: 96a18eb0e7aef91723c185e522d5daa5f7ffbfb5 commit hash: 96a18eb0e7aef91723c185e522d5daa5f7ffbfb5 96a18eb
Sunday, 24 Apr 2022
23:31 Wen Heping (wen) search for other commits by this committer
databases/py-pg8000: Update to 1.26.1
commit hash: 1bd4ac7b11fe00e19d85716bcdba7a25f9a1c0ea commit hash: 1bd4ac7b11fe00e19d85716bcdba7a25f9a1c0ea commit hash: 1bd4ac7b11fe00e19d85716bcdba7a25f9a1c0ea commit hash: 1bd4ac7b11fe00e19d85716bcdba7a25f9a1c0ea 1bd4ac7
Saturday, 16 Apr 2022
07:13 Wen Heping (wen) search for other commits by this committer
databases/py-pg8000: Update to 1.24.2
commit hash: e423286964f1c26298caf15824396dd68ed18bd0 commit hash: e423286964f1c26298caf15824396dd68ed18bd0 commit hash: e423286964f1c26298caf15824396dd68ed18bd0 commit hash: e423286964f1c26298caf15824396dd68ed18bd0 e423286
Friday, 4 Mar 2022
08:10 Wen Heping (wen) search for other commits by this committer
databases/py-pg8000: Update to 1.24.1
commit hash: 9bf52241f3ed5fe499b033adae34ca0cacdf8f01 commit hash: 9bf52241f3ed5fe499b033adae34ca0cacdf8f01 commit hash: 9bf52241f3ed5fe499b033adae34ca0cacdf8f01 commit hash: 9bf52241f3ed5fe499b033adae34ca0cacdf8f01 9bf5224
Friday, 18 Feb 2022
03:00 Wen Heping (wen) search for other commits by this committer
databases/py-pg8000: Update to 1.24.0
commit hash: 4bceff8e3ffe63300d078bbfd62e132a850a0aa3 commit hash: 4bceff8e3ffe63300d078bbfd62e132a850a0aa3 commit hash: 4bceff8e3ffe63300d078bbfd62e132a850a0aa3 commit hash: 4bceff8e3ffe63300d078bbfd62e132a850a0aa3 4bceff8
Tuesday, 30 Nov 2021
12:29 Wen Heping (wen) search for other commits by this committer
databases/py-pg8000: Update to 1.23.0
commit hash: da29f8e254fd84a235e619f0f1c3e1135749905a commit hash: da29f8e254fd84a235e619f0f1c3e1135749905a commit hash: da29f8e254fd84a235e619f0f1c3e1135749905a commit hash: da29f8e254fd84a235e619f0f1c3e1135749905a da29f8e
Thursday, 14 Oct 2021
07:11 Wen Heping (wen) search for other commits by this committer
databases/py-pg8000: Update to 1.22.0
commit hash: fb06d5f48a2211eca9a82729aece51ae09843db3 commit hash: fb06d5f48a2211eca9a82729aece51ae09843db3 commit hash: fb06d5f48a2211eca9a82729aece51ae09843db3 commit hash: fb06d5f48a2211eca9a82729aece51ae09843db3 fb06d5f
Tuesday, 12 Oct 2021
06:46 Wen Heping (wen) search for other commits by this committer
databases/py-pg8000: Update to 1.21.3
commit hash: 55c91b503c4760356954335e2f780b44a6b81c55 commit hash: 55c91b503c4760356954335e2f780b44a6b81c55 commit hash: 55c91b503c4760356954335e2f780b44a6b81c55 commit hash: 55c91b503c4760356954335e2f780b44a6b81c55 55c91b5
Thursday, 16 Sep 2021
02:24 Wen Heping (wen) search for other commits by this committer
databases/py-pg8000: Update to 1.21.2
commit hash: 1276dca4c2754e6b17ad835f07a5f201ea20e14c commit hash: 1276dca4c2754e6b17ad835f07a5f201ea20e14c commit hash: 1276dca4c2754e6b17ad835f07a5f201ea20e14c commit hash: 1276dca4c2754e6b17ad835f07a5f201ea20e14c 1276dca
Sunday, 1 Aug 2021
10:02 Wen Heping (wen) search for other commits by this committer
databases/py-pg8000: Update to 1.21.0
commit hash: f24c2f01b78748ee9aaf88fb3f5e59e9940f98ec commit hash: f24c2f01b78748ee9aaf88fb3f5e59e9940f98ec commit hash: f24c2f01b78748ee9aaf88fb3f5e59e9940f98ec commit hash: f24c2f01b78748ee9aaf88fb3f5e59e9940f98ec f24c2f0
Monday, 5 Jul 2021
01:03 Wen Heping (wen) search for other commits by this committer
databases/py-pg8000: Update to 1.20.0
commit hash: 12bf8cc83abf7637e82638409ee5153e6364e2e3 commit hash: 12bf8cc83abf7637e82638409ee5153e6364e2e3 commit hash: 12bf8cc83abf7637e82638409ee5153e6364e2e3 commit hash: 12bf8cc83abf7637e82638409ee5153e6364e2e3 12bf8cc
Sunday, 13 Jun 2021
23:35 Wen Heping (wen) search for other commits by this committer
databases/py-pg8000: Update to 1.19.5
commit hash: fca4af03451d79ea701d4156ba71fac35f312ff8 commit hash: fca4af03451d79ea701d4156ba71fac35f312ff8 commit hash: fca4af03451d79ea701d4156ba71fac35f312ff8 commit hash: fca4af03451d79ea701d4156ba71fac35f312ff8 fca4af0
Saturday, 8 May 2021
08:41 Wen Heping (wen) search for other commits by this committer
databases/py-pg8000: Update to 1.19.4
commit hash: 0efc204a6b856629c741ea13820455fc46fbe33e commit hash: 0efc204a6b856629c741ea13820455fc46fbe33e commit hash: 0efc204a6b856629c741ea13820455fc46fbe33e commit hash: 0efc204a6b856629c741ea13820455fc46fbe33e 0efc204
Tuesday, 27 Apr 2021
07:17 Wen Heping (wen) search for other commits by this committer
databases/py-pg8000: Update to 1.19.3
commit hash: 95afaee6a94de87cd330c6e0c8c7db83ee6f5c86 commit hash: 95afaee6a94de87cd330c6e0c8c7db83ee6f5c86 commit hash: 95afaee6a94de87cd330c6e0c8c7db83ee6f5c86 commit hash: 95afaee6a94de87cd330c6e0c8c7db83ee6f5c86 95afaee
Saturday, 10 Apr 2021
02:13 Wen Heping (wen) search for other commits by this committer
databases/py-pg8000: Update to 1.19.2
commit hash: 07f2cb97b53700e351d7cac736931f199d80eb77 commit hash: 07f2cb97b53700e351d7cac736931f199d80eb77 commit hash: 07f2cb97b53700e351d7cac736931f199d80eb77 commit hash: 07f2cb97b53700e351d7cac736931f199d80eb77 07f2cb9
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, 6 Feb 2021
01:30 wen search for other commits by this committer
- Update to 1.17.0
Original commitRevision:564171 
Monday, 12 Oct 2020
14:45 wen search for other commits by this committer
- Update to 1.16.6
Original commitRevision:552133 
Sunday, 13 Sep 2020
01:14 wen search for other commits by this committer
- Update to 1.16.5
Original commitRevision:548442 
Monday, 20 Jul 2020
08:37 wen search for other commits by this committer
- Update to 1.16.1
Original commitRevision:542621 
Wednesday, 22 Apr 2020
10:34 wen search for other commits by this committer
- Update to 1.15.2
Original commitRevision:532461 
Monday, 13 Apr 2020
02:43 wen search for other commits by this committer
- Update to 1.15.1
Original commitRevision:531569 
Sunday, 5 Apr 2020
08:10 wen search for other commits by this committer
- Update to 1.15.0
Original commitRevision:530753 
Tuesday, 24 Mar 2020
13:36 wen search for other commits by this committer
- Update to 1.14.1
- Add missing RUN_DEPENDS
- Update WWW
Original commitRevision:529046 
Wednesday, 3 Jul 2019
09:04 wen search for other commits by this committer
- Update to 1.13.2
Original commitRevision:505736 
Thursday, 14 Feb 2019
10:01 wen search for other commits by this committer
- Update to 1.13.1
- Update RUN_DEPENDS
- Limit python to 3.5+
Original commitRevision:492911 
Thursday, 7 Feb 2019
03:37 wen search for other commits by this committer
- Update to 1.13.0
Original commitRevision:492345 
Thursday, 10 Jan 2019
11:12 wen search for other commits by this committer
- Update to 1.12.4
Original commitRevision:489858 
Sunday, 11 Nov 2018
10:30 wen search for other commits by this committer
- Add missing RUN_DEPENDS

PR:		233104
Submitted by:	jdc@koitsu.org
Original commitRevision:484681 
Thursday, 23 Aug 2018
14:28 wen search for other commits by this committer
- Update to 1.12.3
Original commitRevision:477874 
Thursday, 5 Jul 2018
08:52 wen search for other commits by this committer
- Update to 1.12.2
Original commitRevision:473955 
Saturday, 16 Jun 2018
01:27 wen search for other commits by this committer
- Update to 1.12.1
Original commitRevision:472512 
Monday, 19 Feb 2018
11:10 antoine search for other commits by this committer
Reduce dependency on the python2 metaport

PR:		225752
Submitted by:	Yasuhiro KIMURA
Original commitRevision:462307 
Monday, 28 Aug 2017
08:45 wen search for other commits by this committer
- Update to 1.11.0
Original commitRevision:448853 
Sunday, 12 Jun 2016
02:11 wen search for other commits by this committer
- Update to 1.10.6
Original commitRevision:416765 
Sunday, 6 Mar 2016
00:34 wen search for other commits by this committer
- Update to 1.10.5
- Sort USE_PYTHON
- Set NO_ARCH
Original commitRevision:410222 
Friday, 4 Mar 2016
06:54 wen search for other commits by this committer
- Update to 1.10.4
Original commitRevision:410088 
Thursday, 14 Aug 2014
17:04 mva search for other commits by this committer
- Rename PYTHON_FEATURES to USE_PYTHON to comply to USE_PERL5 and to avoid a
  conflict in behaviour with the read-only COMPILER_FEATURES knob
- Fix the deprecated USE_PYTHON_BUILD and USE_PYTHON_RUN behaviour, which
  usually should be mutually exclusive, but some ports include both knobs

Phabric:		D581
Recommended by:	danfe@, makc@
Reviewed by:	danfe, wg, antoine
Approved by:	portmgr
With hat:		python@
Original commitRevision:364857 
Sunday, 10 Aug 2014
08:16 wen search for other commits by this committer
- Update to 1.9.14
- Convert to new python framework
Original commitRevision:364509 
Sunday, 27 Jul 2014
08:18 wen search for other commits by this committer
- Update to 1.9.12
Original commitRevision:363023 
Saturday, 21 Jun 2014
09:42 wen search for other commits by this committer
- Update to 1.9.10
Original commitRevision:358686 
Wednesday, 14 May 2014
06:48 wen search for other commits by this committer
- Update to 1.9.9
Original commitRevision:354023 
Tuesday, 15 Apr 2014
07:16 wen search for other commits by this committer
- Stage support [1]
- Pet portlint [1]
- Update to 1.9.7
- Convert to PYDISTUTILS_AUTOPLIST
- Update WWW
- Add LICENSE

PR:		188610 [1]
Submitted by:	Bartek Rutkowski <ports@robakdesign.com> [1]
Original commitRevision:351306 
Monday, 13 Jan 2014
21:00 rene search for other commits by this committer
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
Original commitRevision:339634 
Friday, 20 Sep 2013
16:13 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases)
Original commitRevision:327717 
Wednesday, 2 May 2012
03:23 wen search for other commits by this committer
- Update to 1.09
- Strict python version
- Update WWW
Original commit
Wednesday, 9 Jun 2010
08:43 wen search for other commits by this committer
- Update to 1.08
- Update my email to FreeBSD
Original commit
Wednesday, 23 Sep 2009
00:21 wen search for other commits by this committer
- Upstream rerolled the disfile to fix some issuses

Approved by:    miwi(mentor)
Feature safe:   yes
Original commit
Friday, 9 Jan 2009
15:35 miwi search for other commits by this committer
- Update to 1.0.7

PR:             130248
Submitted by:   Wen Heping <wenheping@gmail.com> (maintainer)
Original commit
Sunday, 14 Dec 2008
10:20 miwi search for other commits by this committer
- Update to 1.06

Approved by:    maintainer implicit
Original commit
Friday, 24 Oct 2008
18:47 miwi search for other commits by this committer
- File was rerolled to fix small bug in ez_setup.py
- Bump PORTREVISION

PR:             128352
Submitted by:   Wen heping <wenheping@gmail.com> (maintainer)
Original commit
Wednesday, 24 Sep 2008
08:48 miwi search for other commits by this committer
- Update to 1.05

PR:             127232
Submitted by:   Wen Heping <wenheping@gmail.com> (maintainer)
Original commit
Friday, 18 Jul 2008
20:42 miwi search for other commits by this committer
pg8000 is a Pure-Python interface to the PostgreSQL database
engine. It is one of many PostgreSQL interfaces for the Python
programming language. pg8000 is somewhat distinctive in that
it is written entirely in Python and does not rely on any
external libraries (such as a compiled python module, or
PostgreSQL's libpq library). pg8000 supports the standard
Python DB-API version 2.0.

WWW:    http://pybrary.net/pg8000/

PR:             ports/125664
Submitted by:   Wen Heping <wenheping at gmail.com>
Original commit

Number of commits found: 63