non port: print/py-reportlab/Makefile |
Number of commits found: 88 |
Friday, 25 Apr 2025
|
09:28 Muhammad Moinur Rahman (bofh)
print/py-reportlab: Update version 4.3.1=>4.4.0
Changelog: https://hg.reportlab.com/hg-public/reportlab/file/tip/CHANGES.md
e41f79d |
Monday, 17 Feb 2025
|
22:51 Muhammad Moinur Rahman (bofh)
print/py-reportlab: Update version 4.3.0=>4.3.1
Changelog: https://hg.reportlab.com/hg-public/reportlab/file/tip/CHANGES.md
bffb6b5 |
Friday, 14 Feb 2025
|
14:14 Muhammad Moinur Rahman (bofh)
print/py-reportlab: Update version 4.2.5=>4.3.0
Changelog: https://hg.reportlab.com/hg-public/reportlab/file/tip/CHANGES.md
1a11f6e |
Wednesday, 12 Feb 2025
|
07:17 Muhammad Moinur Rahman (bofh)
print/py-reportlab: Update version 4.2.4=>4.2.5
Changelog: https://hg.reportlab.com/hg-public/reportlab/file/tip/CHANGES.md
7ff6b80 |
Saturday, 8 Feb 2025
|
05:29 Muhammad Moinur Rahman (bofh)
print/py-reportlab: Update version 4.2.2=>4.2.4
Changelog: https://hg.reportlab.com/hg-public/reportlab/file/tip/CHANGES.md
14f56c2 |
Tuesday, 4 Feb 2025
|
22:02 Muhammad Moinur Rahman (bofh)
print/py-reportlab: Update version 4.2.0=>4.2.2
Changelog: https://hg.reportlab.com/hg-public/reportlab/file/tip/CHANGES.md
907ae03 |
Tuesday, 23 Apr 2024
|
10:47 Muhammad Moinur Rahman (bofh)
print/py-reportlab: Update version 4.1.0=>4.2.0
Changelog: https://hg.reportlab.com/hg-public/reportlab/file/tip/CHANGES.md
ab508ce |
Wednesday, 21 Feb 2024
|
15:11 Po-Chuan Hsieh (sunpoet)
print/py-reportlab: Add NO_ARCH
Approved by: portmgr (blanket)
0f6d363 |
Tuesday, 13 Feb 2024
|
22:05 Muhammad Moinur Rahman (bofh) Author: Wen Heping
print/py-reportlab: Update version 3.6.13=>4.1.0
Changelog: https://hg.reportlab.com/hg-public/reportlab/file/tip/CHANGES.md
PR: 277019
40efec6 |
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 |
Thursday, 27 Apr 2023
|
18:42 Muhammad Moinur Rahman (bofh)
print/py-reportlab: Update version 3.6.12=>3.6.13
Changelog:
https://hg.reportlab.com/hg-public/reportlab/file/tip/CHANGES.md
e35c5e4 |
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 |
Saturday, 31 Dec 2022
|
21:58 Muhammad Moinur Rahman (bofh)
print/py-reportlab: Update version 3.6.11=>3.6.12
Relnotes: https://hg.reportlab.com/hg-public/reportlab/file/tip/CHANGES.md
94ac70d |
Saturday, 5 Nov 2022
|
14:19 Muhammad Moinur Rahman (bofh)
print/py-reportlab: Update version 3.5.68=>3.6.11
PR: 267345
Reported by: osidorkin@gmail.com
750c5a7 |
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 |
Wednesday, 20 Jul 2022
|
14:22 Tobias C. Berner (tcberner)
print: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com>
* Alexander Vereeken <Alexander88207@protonmail.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alonso Cardenas Marquez <acm@FreeBSD.org>
* Andreas Klemm <andreas@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Anish Mistry <amistry@am-productions.biz>
* Anton Berezin <tobez@tobez.org>
* Bruce M Simpson <bms@FreeBSD.org>
* Bruce M. Simpson <bms@FreeBSD.org>
* CHOI Junho <cjh@FreeBSD.org>
* Chuck Robey <chuckr@FreeBSD.org>
* D'Arcy Cain <darcy@druid.net>
* David O'Brien (obrien@NUXI.com)
* David O'Brien <obrien@FreeBSD.org>
* David O'Brien <obrien@cs.ucdavis.edu>
* Dima Dorfman <dima@unixfreak.org>
* Dmitry Kazarov <d.y.kazarov@mail.ru>
* Dmitry Sivachenko <dima@Chg.RU>
* Emanuel Haupt <ehaupt@FreeBSD.org>
* Fabiano Sidler <fabianosidler@swissonline.ch>
* Fernan Aguero <fernan.aguero@gmail.com>
* Fernan Aguero <fernan@iib.unsam.edu.ar>
* Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
* Golyashov Sergey <svvord@soft-wizard.ru>
* Gvozdikov Veniamin <g.veniamin@googlemail.com>
* Hideaki Ohmon <ohmon@tom.sfc.keio.ac.jp>
* Igor Pokrovsky <tiamat@comset.net>
* James Bailie <jimmy@mammothcheese.ca>
* Jean-Marc Zucconi <jmz@FreeBSD.org> and David O'Brien <obrien@FreeBSD.org>
* Jean-Sebastien Roy <js@jeannot.org>
* Joe Marcus Clarke <marcus@FreeBSD.org>
* Joel Sutton <jsutton@bbcon.com.au>
* Joerg Wunsch <joerg@FreeBSD.org>
* Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
* Jose Jachuf <jjachuf@gmail.com>
* Joseph Koshy <jkoshy@FreeBSD.org>
* Juergen Lock <nox@jelal.kn-bremen.de>
* Jui-Nan Lin <jnlin@freebsd.cs.nctu.edu.tw>
* KANOU Hiroki <kanou@khdd.net>
* KATO Tsuguru <tkato@prontomail.com>
* Kapil Chowksey
* Kentaro Inagaki <JBD01226@niftyserve.ne.jp>
* Kimura Fuyuki <fuyuki@hadaly.org>
* Klemm <andreas@klemm.gtn.com>
* Koop Mast <kwm@FreeBSD.org>
* Kozlov Sergey <kozlov.sergey.404@gmail.com>
* Lars Koeller
* Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
* Mark Pulford <mark@kyne.com.au>
* Mark Reidel <ports@mark.reidel.info>
* Martin Dieringer <martin.dieringer@gmx.de>
* Martin Kammerhofer
* Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
* Martin Ranne <gasp@ridcully.dnsalias.org>
* Matthew Hunt <mph@pobox.com>
* Maxim Loginov <Zeliboba@mail.ru>
* Michael Johnson <ahze@FreeBSD.org>
* Michael Moll <kvedulv at kvedulv.de>
* Michael Nottebrock <lofi@FreeBSD.org>
* Mike Meyer <mwm@mired.org>
* Mikhail Teterin
* Mita Yoshio <mita@FreeBSD.org>
* Nicola Vitale <nivit@email.it>
* Oliver Braun <obraun@informatik.unibw-muenchen.de>
* Oliver Breuninger <ob@seicom.NET>
* Olivier Cochard-Labbe <olivier@FreeBSD.org>
* Patrick Dung (patrick_dkt@yahoo.com.hk)
* Patrick Powell <papowell@astart.com>
* Pedro Giffuni
* Philip M. Gollucci <pgpollucci@p6m7g8.com>
* Piotr Kubaj <pkubaj@anongoth.pl>
* Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* Robert Withrow <witr@rwwa.com>
* Romain Tartiere <romain@FreeBSD.org>
* Satoshi Asami <asami@FreeBSD.org>
* Satoshi TAOKA <taoka@FreeBSD.org>
* Satoshi Taoka <taoka@FreeBSD.org>
* Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw>
* Simon 'corecode' Schubert <corecode@corecode.ath.cx>
* Simun Mikecin <numisemis@yahoo.com>
* Stefan Esser <se@FreeBSD.org>
* Stefan Hagen <ports@textmail.me>
* Stephen Fisher
* Steve Wills <swills@FreeBSD.org>
* Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* TAKATSU Tomonari <tota@FreeBSD.org>
* Thierry Thomas <thierry@pompo.net>
* Thomas Gellekum <tg@FreeBSD.org>
* Tim McCormick <tim@pcbsd.org>
* Tomokatsu SAITO <saito@a2z.co.jp>
* Veniamin Gvozdikov <vg@FreeBSD.org>
* Wen Heping <wenheping@gmail.com>
* Yuichiro AIZAWA <yaizawa@mdbl.sfc.keio.ac.jp>
* amistry@am-productions.biz
* andrew@scoop.co.nz
* arved
* brett@peloton.physics.montana.edu
* chuckr@FreeBSD.org
* cjm2
* dbader@eece.unm.edu
* dgilbert@velocet.ca
* e-masson@kisoft-services.com
* eserte@cs.tu-berlin.de
* gahr
* giffunip
* hrs
* ijliao
* jmz
* joerg
* johans
* jseger@FreeBSD.org
* kline
* ljo
* lofi@FreeBSD.org
* martin.dieringer@gmx.de
* mwest@uct.ac.za
* oly@world.std.com
* patrick, trevor
* smace@FreeBSD.org
* spcoltri@unm.edu
* tg@FreeBSD.org
* tobez
* wenheping@gmail.com
With hat: portmgr
51879c9 |
Friday, 22 Apr 2022
|
15:37 Piotr Kubaj (pkubaj)
print/py-reportlab: enable DOCS on powerpc64
09ffd48 |
Thursday, 14 Oct 2021
|
10:18 Stefan Eßer (se)
print/py-reportlab: Add CPE information
Approved by: portmgr (blanket)
1e214c4 |
Friday, 2 Jul 2021
|
01:35 Muhammad Moinur Rahman (bofh)
print/py-reportlab: Update version 3.5.60=>3.5.68
Reported by: kai
Relnotes: https://hg.reportlab.com/hg-public/reportlab/file/tip/CHANGES.md
49e75bc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Wednesday, 27 Jan 2021
|
00:19 bofh
print/py-reportlab: Update version 3.5.57=>3.5.60
Relnotes: https://hg.reportlab.com/hg-public/reportlab/file/tip/CHANGES.md
 |
Tuesday, 29 Dec 2020
|
17:27 bofh
print/py-reportlab: Update version 3.5.55=>3.5.57
Relnotes: https://hg.reportlab.com/hg-public/reportlab/file/tip/CHANGES.md
 |
Monday, 28 Dec 2020
|
23:02 antoine
Drop python 2.7 support from a few ports
With hat: portmgr
 |
Saturday, 31 Oct 2020
|
22:12 bofh
print/py-reportlab: Update version 3.5.54=>3.5.55
Relnotes: https://hg.reportlab.com/hg-public/reportlab/file/tip/CHANGES.md
 |
Thursday, 29 Oct 2020
|
21:22 bofh
print/py-reportlab: Update version 3.5.53=>3.5.54
Relnotes: https://hg.reportlab.com/hg-public/reportlab/file/tip/CHANGES.md
 |
Sunday, 25 Oct 2020
|
10:35 bofh
print/py-reportlab: Update version 3.5.21=>3.5.53
- Add TEST framework
- Update WWW
PR: 250420
Submitted by: osidorkin@gmail.com
 |
Tuesday, 24 Mar 2020
|
19:54 antoine
Convert the tree to use PY_PILLOW
With hat: portmgr
Originally submitted by: kai
 |
Monday, 24 Feb 2020
|
11:36 kai
graphics/py-pillow: Update to 7.0.0
* Repo-Copy the Pillow 6.2.2 release to graphics/py-pillow6 to retain
backwards compatibility for Python 2 consumers as the Pillow 7.0.0 release
dropped the support for Python 2.
* Apply conditional statements to use either Pillow 7.x or Pillow 6.x for
consumers that can be built for Python 2 or newer.
* Exceptions are ports that can be built only for either Python 2 or
Python 3. For the first case, consumers are just assigned to the
repo-copied graphics/py-pillow6.
* Also remove Pillow from BUILD_DEPENDS of math/py-PyWavelets as it is not
listed in setup.py as a build dependency [1] and relax the version
requirements of Pillow for www/py-wagtail.
Release Notes:
* https://pillow.readthedocs.io/en/latest/releasenotes/index.html
Backward Incompatible Changes (7.0.0):
*
https://pillow.readthedocs.io/en/latest/releasenotes/7.0.0.html#backwards-incompatible-changes
Detailed Changelog:
* https://github.com/python-pillow/Pillow/blob/7.0.0/CHANGES.rst
PR: 243665
Submitted by: sunpoet (patch for 7.0.0 and repo-copied version)
Reviewed by: koobs [1], sunpoet
Approved by: koobs (maintainer)
Differential Revision: https://reviews.freebsd.org/D23713
 |
Friday, 9 Aug 2019
|
21:12 linimon
Temporarily disable the DOCS option on powerpc64.
For reasons not yet understood, having this option enabled on powerpc64
consumes all memory and swap during poudriere builds.
On certain machines with a recent -CURRENT with patches, this panics
the machine.
Approved by: portmgr (tier-2 blanket)
 |
Monday, 6 May 2019
|
09:38 bofh
print/py-reportlab: Update version 3.5.20=>3.5.21
 |
Saturday, 27 Apr 2019
|
07:54 bofh
print/py-reportlab: Update version 3.5.19=>3.5.20
 |
Wednesday, 17 Apr 2019
|
20:52 bofh
print/py-reportlab: Update version 3.5.18=>3.5.19
 |
Friday, 5 Apr 2019
|
20:26 bofh
print/py-reportlab: Update version 3.5.17=>3.5.18
 |
Thursday, 4 Apr 2019
|
10:30 bofh
print/py-reportlab: Update version 3.5.13=>3.5.17
PR: 237000
Submitted by: wenheping2000@hotmail.com
 |
Tuesday, 22 Jan 2019
|
18:35 bofh
print/py-reportlab: Update version 3.5.12=>3.5.13
 |
Wednesday, 2 Jan 2019
|
06:46 bofh
print/py-reportlab: Update version 3.5.11=>3.5.12
 |
Thursday, 29 Nov 2018
|
16:46 sunpoet
Update MASTER_SITES
Approved by: portmgr (blanket)
 |
13:26 bofh
print/py-reportlab: Update version 3.5.9=>3.5.11
 |
Monday, 19 Nov 2018
|
00:10 bofh
print/py-reportlab: Update version 3.2.0=>3.5.9
PR: 233017
Submitted by: wenheping2000@hotmail.com
Relnotes: https://pypi.org/project/reportlab/#history
 |
Wednesday, 20 Jun 2018
|
17:05 mat
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight
 |
Thursday, 30 Nov 2017
|
15:50 mat
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
 |
Thursday, 3 Nov 2016
|
16:31 linimon
Now builds on sparc64.
Approved by: portmgr (tier-2 blanket)
 |
Friday, 1 Apr 2016
|
14:16 mat
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
 |
Sunday, 3 Jan 2016
|
21:53 bofh
print/py-reportlab: Update version 3.0=>3.2.0 [1]
- Fix WWW [1]
- Convert to OPTIONSNG
PR: 205794 [1]
Submitted by: cs [1]
 |
Wednesday, 10 Jun 2015
|
14:04 bofh
print/py-reportlab: Fix PORTDOCS
- Strip Libraries
- Fix patch files to reflect 'make makepatch'
PR: 200602
Submitted by: amdmi3@FreeBSD.org
 |
Monday, 11 May 2015
|
18:34 mat
Cleanup DIST* variables.
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup
With hat: portmgr
Sponsored by: Absolight
 |
Wednesday, 24 Dec 2014
|
00:14 bofh
Change my non-FreeBSD MAINTAINER mail to bofh@
Approved by: bapt
 |
Sunday, 7 Dec 2014
|
14:55 feld
Update "BSD" license in print category
 |
Friday, 24 Oct 2014
|
16:43 mva
- Convert ports of news/ and print/ to new USES=python
Approved by: portmgr (implicit)
 |
Wednesday, 16 Apr 2014
|
18:28 zeising
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well
as some drivers and utilities.
Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.
Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.
Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.
Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics
Thanks to: all testers, bdrewery and the FreeBSD x11@ team
exp-run by: bdrewery [1]
PR: ports/187602 [1]
Approved by: portmgr (bdrewery), core (jhb)
 |
Tuesday, 25 Feb 2014
|
12:44 tota
- Repocopy print/py-reportlab to print/py-reportlab1
to preserve version 1.x and to update to 3.0
print/py-reportlab:
- Update print/py-reportlab to 3.0 based on print/py-reportlab2
- Support STAGEDIR
- Use PYDISTUTILS_AUTOPLIST
* Remove pkg-plist, accordingly
- Set CONFLICTS
- Add PORTSCOUT
- Replace tab with a single space after WWW: in pkg-descr
print/py-reportlab1:
- Support STAGEDIR
- Add PKGNAMESUFFIX not to duplicate ports with the same name
- Set CONFLICTS
- Use PYDISTUTILS_AUTOPLIST
* Remove pkg-plist, accordingly
- Make use of PORTDOCS
- Set OPTIONS_DEFINE explicitly
- Fix include statement
- Make docs unconditional to stage
- Replace tab with a single space after WWW: in pkg-descr
print/py-reportlab2:
- Update CONFLICTS
- Set PORTSCOUT
dependent ports:
- Switch dependency from print/py-reportlab to print/py-reportlab1
* biology/py-biopython
* deskutils/gourmet
* deskutils/griffith
* games/pythonsudoku
* misc/pdfmap
* print/py-trml2pdf
* www/py-satchmo
PR: ports/186970
Submitted by: tota (myself)
Approved by: Muhammad Moinur Rahman (maintainer)
 |
Monday, 13 Jan 2014
|
21:00 rene
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)
 |
Friday, 20 Sep 2013
|
22:44 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
print)
 |
Saturday, 17 Mar 2012
|
05:21 miwi
- Set / Update Portscout flags
- Pass maintainership to submitter
PR: 166062 166105 166112 166113 166114
166115 166141 166154 166155 166156
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Feature safe: yes
 |
Friday, 25 Feb 2011
|
00:47 miwi
- Move to py25 or above
- While here kick md5 support
 |
Tuesday, 7 Dec 2010
|
14:33 mandree
Update MASTER_SITES/DISTFILES, remove BROKEN=does not fetch.
 |
Sunday, 28 Nov 2010
|
14:45 erwin
Properly use MASTER_SITE_LOCAL, even if the port itself is BROKEN
Submitted by: uqs
 |
Wednesday, 29 Sep 2010
|
08:56 erwin
Mark BROKEN: does not fetch.
 |
Sunday, 23 May 2010
|
21:16 linimon
Reset perky@FreeBSD.org due to maintainer-timeouts and no response
to email.
Hat: portmgr
 |
Sunday, 13 Dec 2009
|
17:00 miwi
- Get rip python 2.3+
Note:
Python 2.3 is't longer supported and have a lot of security issues.
Convert 2.3+ to yes/or 2.4/5+
With hat: portmgr
 |
Friday, 14 Aug 2009
|
19:52 miwi
- Fix warnings with python 2.6
PR: 137396
Submitted by: Wen Heping <wenheping@gmail.com>
Approved by: maintianer timeout
 |
Monday, 8 Jun 2009
|
22:30 miwi
- Update lang/python26 and make Python 2.6.2 to the default Python version
Tested by: 3 pointyhat runs
Thanks to: pav, gahr, lwhsu, mva, amdmi3
 |
Thursday, 14 Aug 2008
|
04:43 perky
Update to 1.21.2
PR: 125135
Submitted by: Wen heping <wenheping@gmail.com>
 |
Monday, 30 Jul 2007
|
09:42 alexbl
- 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
 |
Saturday, 6 Jan 2007
|
10:20 erwin
- Update to 1.21.1
- Update WWW
- Add documents
PR: 107359
Submitted by: Li-Wen Hsu <lwhsu@lwhsu.org>
Approved by: maintainer timeout
 |
Saturday, 13 May 2006
|
01:03 edwin
Remove USE_REINPLACE from all categories starting with P
 |
Sunday, 20 Mar 2005
|
18:51 perky
Update to 1.20.
 |
Monday, 26 Jan 2004
|
04:05 perky
Update to 1.19
 |
Saturday, 27 Sep 2003
|
17:26 perky
Update to 1.18
 |
Monday, 3 Mar 2003
|
07:15 perky
Update to 1.17
 |
Tuesday, 25 Feb 2003
|
06:25 perky
De-pkg-comment for my ports.
 |
Tuesday, 19 Nov 2002
|
16:45 perky
Update to 1.16
 |
Sunday, 6 Oct 2002
|
15:34 perky
Remove RUN_DEPENDS on graphics/py-imaging.
Most part of reportlab doesn't require py-imaging.
Requested by: Robin Becker <robin@reportlab.com> (author)
 |
Saturday, 17 Aug 2002
|
10:02 perky
Update to 1.15
 |
Monday, 29 Jul 2002
|
07:31 perky
Added some path configuration tweaks for FreeBSD ports layout
(CMap, TrueTypeFonts and etc.)
 |
Tuesday, 25 Jun 2002
|
07:50 perky
Updating my email address.
Approved by: cjh (mentor)
 |
Friday, 31 May 2002
|
03:25 ijliao
upgrade to 1.14
PR: 38754
Submitted by: maintainer
 |
Saturday, 11 May 2002
|
08:23 kris
Unbreak the build by putting back the do-build and do-install targets
which were mysteriously removed in the previous revision.
Pointy hat to: ijliao
 |
Monday, 29 Apr 2002
|
18:36 ijliao
use USE_PYDISTUTILS
 |
Thursday, 28 Mar 2002
|
19:38 pat
Update to 1.13
PR: 36419
Submitted by: maintainer
 |
Saturday, 23 Mar 2002
|
07:46 pat
Update to 1.12
PR: 36222
Submitted by: maintainer
 |
Monday, 11 Mar 2002
|
23:46 pat
Fix build on current.
PR: 35799
Submitted by: maintainer
Noticed by: bento
 |
Thursday, 10 Jan 2002
|
11:24 tg
Upgrade to 1.11. New maintainer.
 |
Thursday, 23 Aug 2001
|
07:57 ijliao
upgrade to 1.09
 |
Thursday, 17 May 2001
|
12:31 tg
Upgrade to 1.07.
 |
Friday, 22 Dec 2000
|
12:49 tg
Upgrade to 1.02.
 |
Tuesday, 17 Oct 2000
|
13:12 tg
Upgrade to 1.01.
 |
Tuesday, 12 Sep 2000
|
12:54 tg
Use bsd.python.mk.
 |
Number of commits found: 88 |