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) combinatio for a given watch list. This is what FreshPorts will look for.

non port: databases/py-sqlobject/Makefile

Number of commits found: 84

Tuesday, 21 Nov 2023
13:49 Wen Heping (wen) search for other commits by this committer
databases/py-sqlobject: Update to 3.10.3
commit hash: 0d5487b23c27d5b48ea4528fb6b074915d06923f commit hash: 0d5487b23c27d5b48ea4528fb6b074915d06923f commit hash: 0d5487b23c27d5b48ea4528fb6b074915d06923f commit hash: 0d5487b23c27d5b48ea4528fb6b074915d06923f 0d5487b
13:49 Wen Heping (wen) search for other commits by this committer
databases/py-sqlobject: Update to 3.11.0
commit hash: 39e956a91a29f72057d11b2081b922febaf3bf03 commit hash: 39e956a91a29f72057d11b2081b922febaf3bf03 commit hash: 39e956a91a29f72057d11b2081b922febaf3bf03 commit hash: 39e956a91a29f72057d11b2081b922febaf3bf03 39e956a
Thursday, 10 Aug 2023
11:54 Wen Heping (wen) search for other commits by this committer
databases/py-sqlobject: Update to 3.10.2
commit hash: 003e4921b2452f3267111f61634d0714ad8838aa commit hash: 003e4921b2452f3267111f61634d0714ad8838aa commit hash: 003e4921b2452f3267111f61634d0714ad8838aa commit hash: 003e4921b2452f3267111f61634d0714ad8838aa 003e492
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
Friday, 5 May 2023
01:38 Wen Heping (wen) search for other commits by this committer
databases/py-sqlobject: Update to 3.10.1
commit hash: d028fb861fd6555ac088c7893eab38788632dc4f commit hash: d028fb861fd6555ac088c7893eab38788632dc4f commit hash: d028fb861fd6555ac088c7893eab38788632dc4f commit hash: d028fb861fd6555ac088c7893eab38788632dc4f d028fb8
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
Monday, 6 Jun 2022
11:58 Wen Heping (wen) search for other commits by this committer
databases/py-sqlobject: Take maintainership
commit hash: 161e9b90975053fec9a4a11bbe1d06d630ca2fc7 commit hash: 161e9b90975053fec9a4a11bbe1d06d630ca2fc7 commit hash: 161e9b90975053fec9a4a11bbe1d06d630ca2fc7 commit hash: 161e9b90975053fec9a4a11bbe1d06d630ca2fc7 161e9b9
11:56 Rene Ladan (rene) search for other commits by this committer
all: return wg's ports to the pool after safekeeping his commit bit
commit hash: 724071fda4787b1363ef25304c7d4eca2155d000 commit hash: 724071fda4787b1363ef25304c7d4eca2155d000 commit hash: 724071fda4787b1363ef25304c7d4eca2155d000 commit hash: 724071fda4787b1363ef25304c7d4eca2155d000 724071f
Friday, 25 Mar 2022
13:38 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/py-sqlobject: Fix build with setuptools 58.0.0+

With hat:	python
commit hash: b117f7f8f7723515ea1f847cd66293719ce324bf commit hash: b117f7f8f7723515ea1f847cd66293719ce324bf commit hash: b117f7f8f7723515ea1f847cd66293719ce324bf commit hash: b117f7f8f7723515ea1f847cd66293719ce324bf b117f7f
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
Monday, 28 Dec 2020
23:02 antoine search for other commits by this committer
Drop python 2.7 support from a few ports

With hat:	portmgr
Original commitRevision:559531 
Saturday, 15 Aug 2020
11:16 rene search for other commits by this committer
py-sqlobject,py-sqlalchemy*: remove optional expired dependency on SYBASE
Original commitRevision:544929 
Monday, 10 Sep 2018
13:14 mat search for other commits by this committer
Add DOCS options to ports that should have one.

Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
Original commitRevision:479406 
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 
Wednesday, 10 Jan 2018
15:08 danfe search for other commits by this committer
Do not abuse INSTALL_MAN when installing documentation, examples, and
other miscellaneous files which are not actually manual pages.
Original commitRevision:458646 
Monday, 8 Jan 2018
15:47 mat search for other commits by this committer
databases/py-MySQLdb only supports Python 2, restrict ports that uses it.

Sponsored by:	Absolight
Original commitRevision:458431 
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 
Sunday, 20 Aug 2017
12:30 sunpoet search for other commits by this committer
Convert to options helper

- Update RUN_DEPENDS of MSSQL option from expired databases/py-mssql to
databases/py-pymssql
- While I'm here:
  - Add NO_ARCH
  - Sort USE_PYTHON

Approved by:	portmgr (blanket)
Original commitRevision:448413 
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 
Sunday, 7 Sep 2014
07:00 antoine search for other commits by this committer
Remove optional dependency on BROKEN and unstaged databases/kinterbasdb
Original commitRevision:367489 
Friday, 29 Aug 2014
10:38 bapt search for other commits by this committer
Modernize python
Original commitRevision:366497 
Sunday, 1 Jun 2014
23:04 wg search for other commits by this committer
databases/py-sqlobject: update to 1.6.0 and add license

PR:		ports/190421
Submitted by:	Bartek Rutkowski <ports at robakdesign com>
Original commitRevision:356188 
Tuesday, 15 Apr 2014
17:06 wg search for other commits by this committer
databases/py-sqlobject: update to 1.5.2
Original commitRevision:351351 
Monday, 16 Dec 2013
11:09 wg search for other commits by this committer
databases/py-sqlobject: update to 1.5.1
Original commitRevision:336620 
Sunday, 15 Dec 2013
20:19 wg search for other commits by this committer
databases/py-sqlobject: stagify and minor changes

- Allow staging
- Switch distutils from easy_install
- Use auto plist
Original commitRevision:336578 
Saturday, 12 Oct 2013
16:15 wg search for other commits by this committer
databases/py-sqlobject: take maintainership

- Take maintainership
Original commitRevision:330136 
16:11 wen search for other commits by this committer
- Update to 1.5.0
- Reset maintainer to ports@
Original commitRevision:330135 
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 
Monday, 4 Mar 2013
10:55 lwhsu search for other commits by this committer
- Update *_DEPENDS on databases/py-sqlite3 after _sqlite3.so relocation
Original commitRevision:313402 
Wednesday, 24 Oct 2012
06:08 wen search for other commits by this committer
- Update to 1.3.2
- Trim Makefile headers
- Convert to optionsNG

Feature safe:	yes
Original commitRevision:306336 
Wednesday, 6 Jun 2012
08:29 wen search for other commits by this committer
- Update to 1.3.1
Original commit
Thursday, 5 Apr 2012
09:09 wen search for other commits by this committer
- Update to 1.3.0

Feature safe:   yes
Original commit
Tuesday, 6 Mar 2012
06:44 wen search for other commits by this committer
- Update to 1.2.2
Original commit
Wednesday, 28 Dec 2011
06:43 wen search for other commits by this committer
- Update to 1.2.1
Original commit
Tuesday, 29 Nov 2011
06:39 wen search for other commits by this committer
- Update to 1.2.0

Feature safe:   yes
Original commit
Friday, 9 Sep 2011
03:26 wen search for other commits by this committer
- Use databases/py-sqlite3 instead of databases/py-pysqlite2x

PR:             ports/160059
Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Original commit
Thursday, 8 Sep 2011
06:19 wen search for other commits by this committer
- Update to 1.1.3
Original commit
Thursday, 23 Jun 2011
08:35 wen search for other commits by this committer
- Update to 1.1.0

PR:             ports/158085
Submitted by:   Jin-Sih Lin <linpct@gmail.com>
Original commit
Thursday, 2 Jun 2011
01:37 wen search for other commits by this committer
- Update to 1.0.1
Original commit
Tuesday, 29 Mar 2011
02:50 wen search for other commits by this committer
- Update to 1.0.0
Original commit
Friday, 25 Mar 2011
02:23 wen search for other commits by this committer
- Update to 0.15.1
Original commit
Monday, 27 Dec 2010
15:52 pgollucci search for other commits by this committer
- new version of py-MySQLdb installs only the .egg 'zipped' so mysql.so
  is no longer present to test for.

Approved by:    itectu (portmgr, via irc)
Original commit
Tuesday, 7 Dec 2010
06:49 wen search for other commits by this committer
- Update to 0.15.0
Original commit
Monday, 18 Oct 2010
06:50 wen search for other commits by this committer
- Update to 0.14.1
Original commit
Tuesday, 12 Oct 2010
06:31 wen search for other commits by this committer
- Update to 0.14.0
Original commit
Wednesday, 1 Sep 2010
07:40 wen search for other commits by this committer
- Update to 0.13.0
Original commit
Tuesday, 1 Jun 2010
06:19 wen search for other commits by this committer
- Update to 0.12.4
Original commit
Monday, 12 Apr 2010
00:03 wen search for other commits by this committer
- Update to 0.12.3
Original commit
Tuesday, 16 Mar 2010
03:25 wen search for other commits by this committer
- Update to 0.12.2
Original commit
Friday, 15 Jan 2010
04:50 wen search for other commits by this committer
- Update to 0.12.1
Original commit
Wednesday, 21 Oct 2009
12:54 wen search for other commits by this committer
- Update to 0.12.0
- Add option entry for support of Firebird and Sybase
- Remove the use of !=

Approved by:    mentors(implicit)
Original commit
Wednesday, 30 Sep 2009
15:19 wen search for other commits by this committer
- Update to 0.11.2

Approved by:    mentors(implicit)
Original commit
Tuesday, 22 Sep 2009
07:21 wen search for other commits by this committer
- Update to 0.11.1
- Update my mail address to FreeBSD

Approved by:    miwi(mentor)
Feature safe:   yes
Original commit
Monday, 17 Aug 2009
20:29 miwi search for other commits by this committer
- Update to 0.11.0

PR:             137814
Submitted by:   Wen Heping <wenheping@gmail.com> (maintainer)
Original commit
Friday, 22 May 2009
21:58 miwi search for other commits by this committer
- Update to 0.10.6

PR:             134692
Submitted by:   Wen Heping <wenheping@gmail.com> (maintainer)
Original commit
Tuesday, 13 Jan 2009
00:18 miwi search for other commits by this committer
- Update to 0.10.4

PR:             130401
Submitted by:   Wen Heping <wenheping@gmail.com> (maintainer)
Original commit
Thursday, 18 Dec 2008
21:26 wxs search for other commits by this committer
- Update to 0.10.2
- Switch to CHEESESHOP and remove old MASTER_SITES
- Switch to easy_install macro

PR:             ports/129163
Submitted by:   Wen Heping <wenheping@gmail.com>
Original commit
07:09 linimon search for other commits by this committer
Over to new volunteer.
Original commit
02:24 linimon search for other commits by this committer
Reassign ports maintained by dryice@ for now due to other commitments.

Hat:    portmgr
Original commit
Friday, 6 Jun 2008
13:17 edwin search for other commits by this committer
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)
Original commit
Friday, 14 Mar 2008
13:37 dryice search for other commits by this committer
update to 0.10.0
Original commit
Wednesday, 5 Mar 2008
13:59 dryice search for other commits by this committer
update to 0.9.4
Original commit
Monday, 14 Jan 2008
02:22 dryice search for other commits by this committer
update to 0.9.3
Original commit
Tuesday, 25 Dec 2007
09:45 dryice search for other commits by this committer
update to 0.9.2
Original commit
Saturday, 1 Sep 2007
08:42 dryice search for other commits by this committer
update to 0.9.1
Original commit
Monday, 30 Jul 2007
09:42 alexbl search for other commits by this committer
 - Make Python 2.5.1 the default Python version
 - Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:      pointyhat runs
Approved by:    pav (portmgr)
Most work by:   perky
Thanks to:      pav
Original commit
Saturday, 16 Jun 2007
07:09 dryice search for other commits by this committer
update to 0.9.0
Original commit
Thursday, 12 Apr 2007
04:34 dryice search for other commits by this committer
update to 0.8.2

Approved by:    itetcu (mentor, implicit)
Original commit
Wednesday, 21 Mar 2007
01:40 dryice search for other commits by this committer
update to 0.8.1

Approved by:    itetcu (mentor, implicit)
Original commit
Tuesday, 13 Feb 2007
13:21 dryice search for other commits by this committer
update to 0.8.0

Approved by:    itetcu (mentor, implicit)
Original commit
Sunday, 4 Feb 2007
12:07 dryice search for other commits by this committer
- update to 0.7.3
- add MASTER_SITE_LOCAL
- depends on py-psycopg2 instead of py-psycopg

Approved by:    itetcu (mentor, implicit)
Original commit
Sunday, 31 Dec 2006
13:48 nivit search for other commits by this committer
- Updated to 0.7.2
- Added files/pkg-deinstall files/pkg-install
- Added another MASTER_SITE
- Added optional MSSQL support
- Removed files/patch-setup.py
- Taken  maintainership by dryice@

PR:             106775
Submitted by:   dryice@dryice.name
Approved by:    alexbl (mentor), dryice (maintainer)
Original commit
Wednesday, 13 Dec 2006
12:56 linimon search for other commits by this committer
Reset whitekid@gmail.com after timeouts and no response to email.

Hat:            portmgr
Original commit
Monday, 4 Dec 2006
08:55 rafan search for other commits by this committer
- Fix options: OPTIONFILES should be specified before pre.mk

PR:             ports/106296
Submitted by:   rafan
Approved by:    Choe, Cheng-Dae <whitekid@gmail.com> (maintainer)
Original commit
Friday, 10 Nov 2006
21:16 itetcu search for other commits by this committer
OPTIONally depend on PostgreSQL, MySQL, SQLite

PR:             ports/104726
Submitted by:   "Choe, Cheng-Dae" (maintainer)
Original commit
Thursday, 17 Nov 2005
17:48 pav search for other commits by this committer
- add run dependency on py-formencode
- fix DOCSDIR/EXAMPLESDIR with py- prefix
- mark ports docs plist with PORTDOCS

PR:             ports/89163
Submitted by:   Choe Cheng-Dae <whitekid@gmail.com> (maintainer)
Original commit
Saturday, 22 Oct 2005
23:10 pav search for other commits by this committer
- Update to 0.7.0
- Update MASTER_SITES

PR:             ports/87774
Submitted by:   Dryice Liu <dryice@hotpop.com>
Approved by:    Choe, Cheng-Dae <whitekid@gmail.com> (maintainer)
Original commit
Saturday, 19 Feb 2005
18:18 thierry search for other commits by this committer
Fix a bug in usage DateTime column.

PR:             ports/76952
Submitted by:   maintainer
Obtained from:  SQLObject's CVS
Original commit
Friday, 28 Jan 2005
23:50 pav search for other commits by this committer
- Update to 0.6.1

PR:             ports/76705
Submitted by:   "Choe, Cheng-Dae" <whitekid@gmail.com> (maintainer)
Original commit
Wednesday, 13 Oct 2004
09:25 pav search for other commits by this committer
- Install docs and examples

PR:             ports/72601
Submitted by:   Choe, Cheng-Dae <whitekid@gmail.com> (maintainer)
Original commit
Monday, 11 Oct 2004
22:34 pav search for other commits by this committer
- Update to 0.6

PR:             ports/72027
Submitted by:   Choe, Cheng-Dae <whitekid@gmail.com> (maintainer)
Original commit
Thursday, 1 Jul 2004
23:11 pav search for other commits by this committer
Add py-sqlobject, a Python class that allows you to translate RDBMS table rows
into Python objects, and manipulate those objects to transparently manipulate
the database.

PR:             ports/68501
Submitted by:   Choe, Cheng-Dae <whitekid@netian.com>
Original commit

Number of commits found: 84