non port: databases/py-psycopg/Makefile |
Number of commits found: 61 |
Monday, 27 Nov 2023
|
10:28 Po-Chuan Hsieh (sunpoet)
databases/py-psycopg: Update to 3.1.13
Changes: https://github.com/psycopg/psycopg/blob/master/docs/news.rst
https://www.psycopg.org/psycopg3/docs/news.html
0343fa0 |
Saturday, 30 Sep 2023
|
00:44 Po-Chuan Hsieh (sunpoet)
databases/py-psycopg: Update to 3.1.12
Changes: https://github.com/psycopg/psycopg/blob/master/docs/news.rst
https://www.psycopg.org/psycopg3/docs/news.html
8320e34 |
Friday, 29 Sep 2023
|
16:13 Po-Chuan Hsieh (sunpoet)
databases/py-psycopg: Update to 3.1.11
Changes: https://github.com/psycopg/psycopg/blob/master/docs/news.rst
https://www.psycopg.org/psycopg3/docs/news.html
10d298a6 |
Monday, 21 Aug 2023
|
17:03 Po-Chuan Hsieh (sunpoet)
databases/py-psycopg: Update to 3.1.10
- Update WWW
Changes: https://github.com/psycopg/psycopg/blob/master/docs/news.rst
727fc78 |
Tuesday, 18 Jul 2023
|
00:53 Charlie Li (vishwin)
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
9a80a6e |
Tuesday, 27 Jun 2023
|
19:34 Rene Ladan (rene)
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>
3d9a815 |
Sunday, 7 May 2023
|
16:03 Po-Chuan Hsieh (sunpoet)
databases/py-psycopg: Update to 3.1.9
Changes: https://github.com/psycopg/psycopg/blob/master/docs/news.rst
8ebc597 |
Wednesday, 5 Apr 2023
|
17:30 Po-Chuan Hsieh (sunpoet)
databases/py-psycopg: Convert to USE_PYTHON=pep517
- Update WWW and clean up pkg-descr
- Bump PORTREVISION for package change
8b9e9bf |
Monday, 30 Jan 2023
|
12:59 Po-Chuan Hsieh (sunpoet)
databases/py-psycopg: Update to 3.1.8
Changes: https://github.com/psycopg/psycopg/blob/master/docs/news.rst
ee3734e |
Wednesday, 11 Jan 2023
|
15:58 Dmitry Marakasov (amdmi3)
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt
77d6847 |
Friday, 30 Dec 2022
|
09:04 Po-Chuan Hsieh (sunpoet)
databases/py-psycopg: Update to 3.1.4
Changes: https://github.com/psycopg/psycopg/blob/master/docs/news.rst
5ecd92b |
Saturday, 10 Sep 2022
|
13:02 Po-Chuan Hsieh (sunpoet)
databases/py-psycopg: Update to 3.0.18
Changes: https://github.com/psycopg/psycopg/blob/master/docs/news.rst
7830e69 |
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
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)
b7f0544 |
Sunday, 4 Sep 2022
|
03:46 Po-Chuan Hsieh (sunpoet)
databases/py-psycopg: Update to 3.0.17
Changes: https://github.com/psycopg/psycopg/blob/master/docs/news.rst
8c630d9 |
Saturday, 30 Jul 2022
|
19:24 Po-Chuan Hsieh (sunpoet)
databases/py-psycopg: Update to 3.0.16
Changes: https://github.com/psycopg/psycopg/blob/master/docs/news.rst
1881339 |
Wednesday, 20 Jul 2022
|
14:21 Tobias C. Berner (tcberner)
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
d076ad9 |
Thursday, 16 Jun 2022
|
19:35 Po-Chuan Hsieh (sunpoet)
databases/py-psycopg: Update to 3.0.15
Changes: https://github.com/psycopg/psycopg/blob/master/docs/news.rst
9461fda |
Sunday, 22 May 2022
|
04:22 Po-Chuan Hsieh (sunpoet)
databases/py-psycopg: Update to 3.0.14
Changes: https://github.com/psycopg/psycopg/blob/master/docs/news.rst
d4bf096 |
Friday, 13 May 2022
|
19:29 Po-Chuan Hsieh (sunpoet)
databases/py-psycopg: Update to 3.0.13
Changes: https://github.com/psycopg/psycopg/blob/master/docs/news.rst
b30c5af |
Saturday, 30 Apr 2022
|
15:58 Po-Chuan Hsieh (sunpoet)
databases/py-psycopg: Update to 3.0.12
Changes: https://github.com/psycopg/psycopg/blob/master/docs/news.rst
959d4c8 |
Saturday, 16 Apr 2022
|
04:19 Po-Chuan Hsieh (sunpoet)
databases/py-psycopg: Update to 3.0.11
Changes: https://github.com/psycopg/psycopg/blob/master/docs/news.rst
3a2acad |
Friday, 25 Mar 2022
|
13:36 Po-Chuan Hsieh (sunpoet)
databases/py-psycopg: Update to 3.0.10
Changes: https://github.com/psycopg/psycopg/blob/master/docs/news.rst
8231a6a |
Monday, 7 Mar 2022
|
18:11 Po-Chuan Hsieh (sunpoet)
databases/py-psycopg: Update to 3.0.9
Changes: https://github.com/psycopg/psycopg/blob/master/docs/news.rst
2cc7c82 |
Sunday, 23 Jan 2022
|
18:19 Po-Chuan Hsieh (sunpoet)
databases/py-psycopg: Update to 3.0.8
Changes: https://github.com/psycopg/psycopg/blob/master/docs/news.rst
ca38bde |
Tuesday, 11 Jan 2022
|
18:44 Po-Chuan Hsieh (sunpoet)
databases/py-psycopg: Update to 3.0.7
Changes: https://github.com/psycopg/psycopg/blob/master/docs/news.rst
51c494d |
Tuesday, 21 Dec 2021
|
18:47 Po-Chuan Hsieh (sunpoet)
databases/py-psycopg: Update to 3.0.5
Changes: https://github.com/psycopg/psycopg/blob/master/docs/news.rst
831779c |
Sunday, 21 Nov 2021
|
21:15 Po-Chuan Hsieh (sunpoet)
databases/py-psycopg: Update to 3.0.4
Changes: https://github.com/psycopg/psycopg/blob/master/docs/news.rst
0472cae |
18:18 Po-Chuan Hsieh (sunpoet)
databases/py-psycopg: Add py-psycopg 3.0.3
PostgreSQL database adapter for Python
Psycopg 3 is a modern implementation of a PostgreSQL adapter for Python.
WWW: https://www.psycopg.org/
WWW: https://github.com/psycopg/psycopg
bb8daab |
Friday, 1 Apr 2016
|
14:00 mat
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
 |
Thursday, 25 Feb 2016
|
20:10 rm
databases/py-psycopg: mark deprecated
This port is obsoleted by databases/py-psycopg2 and no longer developed upstream
since 2011. Last consumer of it was just marked as deprecated. So mark this
DEPRECATED too and set to expire in one month.
 |
Wednesday, 8 Oct 2014
|
17:15 bapt
Convert to USES=pgsql USES=python
 |
Wednesday, 6 Aug 2014
|
04:34 adamw
In some straightforward situations, protect examples behind PORTEXAMPLES,
adding EXAMPLES to OPTIONS_DEFINE where necessary. In a couple instances,
correct examples being controlled by the DOCS option.
 |
Thursday, 3 Jul 2014
|
21:48 adamw
Nuke NOPORTDOCS. While, here, correct a couple offenders who label examples
with PORTDOCS. And, fix a couple WITH_foo invocations.
 |
Monday, 19 May 2014
|
12:33 vanilla
Support staging.
Approved by: portmgr@
 |
Monday, 23 Sep 2013
|
13:42 rm
- add new USES target: zope, and convert the tree to it
- old USE_ZOPE knob support was removed from bsd.python.mk
- update CHANGES and bsd.sanity.mk accordingly
- add ZOPE options knob and use it in lang/py-mx-base
The work is done by Marcus von Appen, but any problems are mine.
Submitted by: mva (python ML)
 |
Friday, 20 Sep 2013
|
16:13 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases)
 |
Thursday, 16 Jun 2011
|
12:32 bapt
Make it fetchable again
 |
Friday, 6 Jun 2008
|
13:17 edwin
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
 |
Monday, 24 Jul 2006
|
17:07 jmelo
- Remove bad site:
* http://initd.org/pub/software/psycopg/PSYCOPG-1-1/
 |
Wednesday, 14 Jun 2006
|
21:46 linimon
Reset simuran@shaw.ca due to 5 months of no activity, maintainer-timeouts,
and no response to email.
Hat: portmgr
 |
Tuesday, 3 Jan 2006
|
15:39 pav
- Update to 1.1.21
PR: ports/91194
Submitted by: Martin Jackson <mhjacks@swbell.net>
Approved by: Alex Rodioukov <simuran@shaw.ca> (maintainer)
 |
Saturday, 22 Oct 2005
|
23:06 pav
- Fix fetching
 |
Tuesday, 15 Feb 2005
|
13:25 anders
Update to 1.1.18.
PR: 76110
Submitted by: Piet Delport <pjd@point45.com>
Approved by: maintainer timeout
 |
Monday, 31 Jan 2005
|
00:35 girgen
Split the postgresql ports into a server and a client part.
All ports depending on postgresql shall use the USE_PGSQL=yes knob
defined in Mk/bsd.ports.mk. Bumping portrevisions where needed.
PR: 75344
Approved by: portmgr@ (kris), ade & sean (mentors)
 |
Thursday, 9 Dec 2004
|
09:09 pav
- Update to 1.1.17
PR: ports/74775
Submitted by: Piet Delport <pjd@point45.com>
Approved by: Alex Rodioukov <simuran@shaw.ca> (maintainer)
 |
Tuesday, 23 Nov 2004
|
19:33 anders
Set Python version explicitly so that py-psycopg does not fail to install
as a dependency.
Approved by: maintainer silence
 |
Tuesday, 21 Sep 2004
|
21:22 thierry
Unbreak by upgrading to 1.1.15.
PR: ports/71004
Submitted by: Piet Delport
Approved by: portmgr (marcus) + maintainer time-out (since Aug 28).
 |
Saturday, 14 Aug 2004
|
21:46 kris
BROKEN: Unfetchable
 |
Tuesday, 13 Jul 2004
|
16:46 pav
- Update to 1.1.14
PR: ports/68976
Submitted by: Alex Rodioukov <simuran@shaw.ca> (maintainer)
 |
Friday, 4 Jun 2004
|
22:59 pav
- Update to 1.1.13
PR: ports/67571
Submitted by: Dryice Liu <dryice@liu.com.cn>
Approved by: maintainer
 |
Sunday, 23 May 2004
|
18:11 pav
- Update to 1.1.12
- Add knob WITH_ZOPE to install optional Zope product
PR: ports/66363
Submitted by: Radim Kolar <hsn@netmag.cz>, Alex Rodioukov <simuran@shaw.ca>
Approved by: maintainer timeout (2 weeks)
 |
Wednesday, 4 Feb 2004
|
05:21 marcus
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
 |
Sunday, 9 Nov 2003
|
00:21 jeh
Upgrade py-psycopg from 1.1.7 to 1.1.9
files/patch-configure should be removed; configure scripts works correctly
on FreeBSD from now on.
PR: 58393
Submitted By: MAINTAINER
 |
Monday, 1 Sep 2003
|
05:58 perky
Update to 1.1.7
PR: 55128
Submitted by: maintainer
 |
Friday, 21 Feb 2003
|
11:15 knu
De-pkg-comment.
 |
Saturday, 4 Jan 2003
|
16:17 seanc
Missed configure scripts in libpq version bump: chase lib version.
 |
15:53 seanc
Chase libpq version bump.
 |
Friday, 8 Nov 2002
|
06:01 edwin
And update to 1.0.13 (submitted at the end of october while the
previous commit was around september)
PR: ports/44742
Submitted by: Alex Rodioukov <simuran@shaw.ca>
 |
04:49 edwin
Maintainer update to version 1.0.11.1
PR: ports/42432
Submitted by: Alex Rodioukov <simuran@shaw.ca>
 |
Sunday, 23 Jun 2002
|
16:14 pat
Update to 1.0.8
PR: 39077
Submitted by: maintainer
 |
Wednesday, 17 Apr 2002
|
07:10 ijliao
add py-psycopg 1.0.6
The high perfomance Python adapter for PostgreSQL
PR: 36207
Submitted by: Alex Rodioukov <simuran@shaw.ca>
 |
Number of commits found: 61 |