Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.3.14 23 Apr 2024 10:47:19 |
Muhammad Moinur Rahman (bofh) |
security/py-xmlsec: Update version 1.3.13=>1.3.14
Changelog: https://github.com/xmlsec/python-xmlsec/releases/tag/1.3.14 |
1.3.13_2 09 Mar 2024 15:22:17 |
Po-Chuan Hsieh (sunpoet) |
security/py-xmlsec: Convert to USE_PYTHON=pytest
Approved by: portmgr (blanket)
With hat: python |
1.3.13_2 29 Feb 2024 07:18:32 |
Charlie Li (vishwin) |
devel/py-setuptools-scm: update to 8.0.4
Directory and PORTNAME changed to match normalised name in release
tarball; consumers updated to match.
Although setuptools itself is specified as a run dependency in the
Python package metadata, it is currently left out here to prevent
environment pollution until at least PR 270510 is committed.
Additionally, this version of setuptools-scm requires setuptools>=61,
which means this version is only meant for USE_PYTHON=pep517 ports
as all USE_PYTHON=distutils ports will switch to devel/py-setuptools58
also after PR 270510. science/py-emmet-core is switched to
devel/py-setuptools_scm7 accordingly, as it specifies setuptools-scm<8.
devel/py-{flit-scm,hatch-vcs} have ${PY_SETUPTOOLS} added to
RUN_DEPENDS to compensate.
Further details: https://wiki.freebsd.org/Python/setuptools
Reported by: yuri
Co-authored by: matthew
Exp-run by: antoine (earlier iteration)
Approved by: yuri (science/py-emmet-core, previous iteration)
PR: 272134
Differential Revision: https://reviews.freebsd.org/D39288 |
1.3.13_2 13 Feb 2024 15:39:27 |
Dima Panov (fluffy) |
security/py-xmlsec: unbreak build with xmlsec1-1.3.2 (+)
With hat: office |
1.3.13_1 25 Aug 2023 21:54:51 |
Muhammad Moinur Rahman (bofh) Author: Daniel Engberg |
security/py-xmlsec: Update dependenciew
- Switch to DISTVERSION
PR: 273115 |
1.3.13 27 Jun 2023 19:34: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> |
1.3.13 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.3.13 07 Sep 2022 21:10:59 |
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.
(Only the first 15 lines of the commit message are shown above ) |
1.3.13 30 Aug 2022 12:30:22 |
Muhammad Moinur Rahman (bofh) |
security/py-xmlsec: Update version 1.3.12=>1.3.13
Relnotes: https://github.com/xmlsec/python-xmlsec/releases/tag/1.3.13 |
1.3.12_2 20 Jul 2022 14:22:56 |
Tobias C. Berner (tcberner) |
security: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Dupre <ale@FreeBSD.org>
* Alex Kapranoff <kappa@rambler-co.ru>
* Alex Samorukov <samm@freebsd.org>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kriventsov <avk@vl.ru>
* Alexander Leidinger <netchild@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.3.12_2 10 Apr 2022 19:11:41 |
Charlie Li (vishwin) |
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor) |
1.3.12_1 26 Mar 2022 08:27:27 |
Matthias Fechner (mfechner) |
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246 |
1.3.12 28 Sep 2021 00:02:38 |
Muhammad Moinur Rahman (bofh) |
security/py-xmlsec: Update version 1.3.11=>1.3.12
Relnotes: https://github.com/mehcode/python-xmlsec/releases/tag/1.3.12 |
1.3.11 04 Jun 2021 11:14:10 |
Muhammad Moinur Rahman (bofh) |
security/py-xmlsec: Update version 1.3.10=>1.3.11
Relnotes: https://github.com/mehcode/python-xmlsec/releases/tag/1.3.11 |
1.3.10 04 May 2021 22:20:03 |
Muhammad Moinur Rahman (bofh) |
security/py-xmlsec: Update version 1.3.9=>1.3.10
Relnotes: https://github.com/mehcode/python-xmlsec/releases/tag/1.3.10 |
1.3.9 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.3.9 11 Jan 2021 19:36:17 |
rene |
Remove logic for Python < 3.6 for ports using Python 3.6+ |
1.3.9 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
1.3.9 24 Dec 2020 13:46:02 |
kai |
Relax hardcoded paths to fix build with Python 3.8.7
Since r558913 Python 3.8 incorporates BPO-42604 [1] which changed the
shared libs naming scheme. This means "EXT_SUFFIX" is now derived from
SOABI and yields with Python 3.8 to ".cpython-38.so" instead of ".so".
The affected ports strip the libaries in the "post-install" target via
hardcoded path(s) and the build fails at the end because the new extension
is not expected at this place.
Remedy the issue by adding wildcards to these paths. This should also
prepare the ports for future Python releases, which will use the new shared
libs naming scheme.
[1] https://bugs.python.org/issue42604
PR: 252057
Reported by: John Kennedy
Reviewed by: fluffy, koobs
Approved by: koobs (python) |
1.3.9 01 Nov 2020 20:16:17 |
dbaio |
security/py-xmlsec: Fix build with Python 2
Reported by: pkg-fallout, https://portsfallout.com/port/21147/
Approved by: portmgr blanket |
1.3.9 31 Oct 2020 22:59:48 |
bofh |
security/py-xmlsec: Update version 1.3.8=>1.3.9
Relnotes: https://github.com/mehcode/python-xmlsec/releases/tag/1.3.9 |
1.3.8 25 Oct 2020 20:09:43 |
bofh |
security/py-xmlsec: Update version 1.3.6=>1.3.8
- Change MASTER_SITES to CHEESESHOP
- Add TEST Framework
Relnotes: https://github.com/mehcode/python-xmlsec/releases/tag/1.3.8 |
1.3.6 11 Apr 2019 01:31:28 |
bofh |
security/py-xmlsec: Unbreak and resurrect
- Update version 0.3.0=>1.3.6 from fork |
0.3.0_4 11 Nov 2017 10:30:10 |
rene |
Remove expired ports:
2017-11-04 lang/ats: Unmaintained, outdated, needs lots of refreshment
2017-11-09 games/lordsawar: Broken for more than 6 months
2017-11-09 databases/elixir-ecto_migrate: Broken for more than 6 months
2017-11-09 audio/gspeakers: Broken for more than 6 months
2017-11-09 net/p5-Filesys-SmbClient: Broken for more than 6 months
2017-11-09 audio/tclmidi: Broken for more than 6 months
2017-11-09 security/py-xmlsec: Broken for more than 6 months
2017-11-09 security/samba-virusfilter: Broken for more than 6 months
2017-11-09 textproc/ocaml-pxp: Broken for more than 6 months
2017-11-09 audio/sooperlooper: Broken for more than 6 months
2017-11-09 devel/dwarves: Broken for more than 6 months
2017-11-09 devel/cl-cffi-sbcl: Broken for more than 6 months
2017-11-09 devel/pinba_engine: Broken for more than 6 months
2017-11-09 devel/py-event: Broken for more than 6 months |
0.3.0_4 08 Oct 2017 19:36:26 |
antoine |
Deprecate ports broken for more than 6 months |
0.3.0_4 29 Jan 2017 13:04:48 |
amdmi3 |
- Mark BROKEN: does not build (x509.c:46:60: error: too many arguments to
function call, expected 2, have 3) |
0.3.0_4 01 Jan 2017 03:45:13 |
sunpoet |
Remove BROKEN_FreeBSD_9
Approved by: portmgr (blanket) |
0.3.0_4 25 Oct 2016 09:01:40 |
amdmi3 |
- Mark broken on 9.x:
app.c: In function 'xmlsec_TransformHmacSha256Id':
app.c:349: error: 'xmlSecOpenSSLTransformHmacSha256Id' undeclared (first use in
this function)
app.c:349: error: (Each undeclared identifier is reported only once
app.c:349: error: for each function it appears in.)
app.c: In function 'xmlsec_TransformRsaSha256Id':
app.c:430: error: 'xmlSecOpenSSLTransformRsaSha256Id' undeclared (first use in
this function)
app.c: In function 'xmlsec_TransformSha256Id':
app.c:488: error: 'xmlSecOpenSSLTransformSha256Id' undeclared (first use in this
function)
error: command 'cc' failed with exit status 1
- Add missing USES=ssl
- Remove NO_ARCH, this port installs a shared library |
0.3.0_4 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
0.3.0_4 12 Jan 2016 16:20:32 |
amdmi3 |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
0.3.0_4 07 Jan 2016 11:15:17 |
miwi |
- Add options helper
- Add NO_ARCH |
0.3.0_4 16 Mar 2015 14:08:35 |
amdmi3 |
- Add LICENSE
- Strip library |
0.3.0_3 08 Dec 2014 16:48:41 |
tijl |
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it. Bump PORTREVISION on their dependent
ports except the ones that depend on these:
audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt
In these cases the same trick as in the recent gettext update is used. (Only the first 15 lines of the commit message are shown above ) |
0.3.0_2 24 Oct 2014 16:50:43 |
mva |
- Convert ports of science/ and security to new USES=python
Approved by: portmgr (implicit) |
0.3.0_2 16 Apr 2014 18:28:50 |
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 (Only the first 15 lines of the commit message are shown above ) |
0.3.0_1 30 Dec 2013 11:34:41 |
wg |
security/py-xmlsec: support staging and minor fixes |
0.3.0_1 20 Sep 2013 22:55:26 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
0.3.0_1 03 Jul 2011 14:03:52 |
ohauer |
-remove MD5 |
0.3.0_1 11 Jan 2009 15:03:34 |
pav |
- Fix runtime crash on 64 bit platforms
PR: ports/127616
Submitted by: Tom Evans <tevans.uk@googlemail.com> |
0.3.0 30 Jul 2007 09:42:28 |
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 |
0.3.0 05 Sep 2006 16:49:44 |
rafan |
- Update to 0.3.0
PR: ports/102872
Submitted by: Marcus von Appen <mva at sysfault.org> |
0.2.1 25 Nov 2005 18:01:16 |
pav |
- Add SHA256 |
0.2.1 19 Sep 2005 17:38:46 |
vsevolod |
Add missed dependency from textproc/py-libxml2 [1]
Convert to static plist.
PR: 86335
Submitted by: rik <freebsd-ports@rikrose.net> |
0.2.1 18 Jul 2005 19:00:19 |
pav |
- Update to 0.2.1
PR: ports/83657
Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru> |
0.2.0 10 Apr 2004 17:26:55 |
trevor |
Tidy up whitespace. |
0.2.0 13 Feb 2004 01:07:39 |
ijliao |
remove redundant USE_REINPLACE |
0.2.0 13 Feb 2004 01:04:27 |
ijliao |
add py-xmlsec 0.2.0
A set of Python bindings for XML Security Library |