Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.9.6 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> |
0.9.6 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) |
0.9.6 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 ) |
0.9.6 20 Jul 2022 14:20:54 |
Tobias C. Berner (tcberner) |
audio: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <dmagda+libsamplerate@ee.ryerson.ca>
* <trasz@FreeBSD.org>
* Adam Weinberger
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aleksander Fafula <alex@bsdguru.org>
* Alex Allan <alex@kamaz.org.uk>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kojevnikov <alexander@kojevnikov.com>
* Alexander Nedotsukov <bland@FreeBSD.org>
* Alexander Vereeken <Alexander88207@protonmail.com> (Only the first 15 lines of the commit message are shown above ) |
0.9.6 14 Oct 2021 10:39:48 |
Stefan Eßer (se) |
audio/py-eyed3: Add CPE information
Approved by: portmgr (blanket) |
0.9.6 15 Apr 2021 09:53:08 |
Ruslan Makhmatkhanov (rm) |
audio/py-eyed3: update to 0.9.6
Changes:
https://github.com/nicfit/eyeD3/blob/0.9.x/HISTORY.rst#v096-2020-12-28--true-blue |
0.9.4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.9.4 24 Mar 2021 14:00:40 |
rm |
audio/py-eyed3: update to 0.9.4
Changelog:
https://eyed3.readthedocs.io/en/latest/history.html#v0-9-4-2020-03-21-the-devil-made-me-do-it
Also add patch that removes direct invocation of pip command to install
dependencies. |
0.8.11 10 Jan 2021 17:05:25 |
rene |
Remove unused PY_PATHLIB references and its definition.
The port itself (devel/py-pathlib) was already removed. |
0.8.11 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
0.8.11 14 Dec 2019 18:49:40 |
rm |
audio/py-eyed3: update to 0.8.11
Update to latest version, that supports python3.
0.8.x branch is not fully API compatible, so it may break
dependent ports. Maintainers of these ports were notified
of the update more than year ago.
PR: 230578
Submitted by: Nathan <ndowens04@gmail.com> (based on) |
0.7.10_1 01 Dec 2019 09:40:32 |
amdmi3 |
- Fix LICENSE
- Switch to options helpers
- Update WWW
Approved by: portmgr blanket |
0.7.10_1 27 Dec 2017 08:03:31 |
bapt |
eyed3 does not works, packaging works, but it fails at runtime due
to the code being for python2 |
0.7.10_1 23 Apr 2017 16:09:10 |
rm |
audio/py-eyed3: fix path to python interpreter
Correct the python binary path in eyed3 executable: we have no python
symlink by default. Bump PORTREVISION.
Reported by: ZAHEMSZKY, Gabor <gabor@zahemszky.hu> (by email)
MFH: 2017Q1 |
0.7.10 14 Dec 2016 21:02:37 |
rm |
audio/py-eyed3: update to 0.7.10
- update to 0.7.10
- remove dependency upon magic: it is not used since 0.7.8
Changelog:
0.7.10 - 12.10.2016 (Hollow)
Bug Fixes:
[issue 97] - Missing import
[issue 105] - Fix the rendering of default constructed id3.TagHeader
Fixed Tag.frameiter |
0.7.9 01 Apr 2016 13:29:17 |
mat |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
0.7.9 13 Dec 2015 13:43:58 |
rm |
audio/py-eyed3: update to 0.7.9 |
0.7.8 10 Jun 2015 20:28:42 |
rm |
audio/py-eyed3: update to 0.7.8
- update to 0.7.8
- change MASTER_SITES to pypi following upstream
- relax python version check - port is now python3 ready
- remove CONFLICTS with no more existing port |
0.7.5 28 Sep 2014 18:17:19 |
rm |
audio/py-eyed3: update to 0.7.5; convert to USES |
0.7.4 16 Jul 2014 03:47:06 |
adamw |
Add DOCS to OPTIONS_DEFINE where PORTDOCS= is set. |
0.7.4 20 Apr 2014 20:25:33 |
rm |
audio/py-eyed3: update to 0.7.4 (backwards incompatible branch)
- copy audio/py-eyed3 0.6.18 to audio/py-eyed3-06
- update audio/py-eyed3 to 0.7.4
- chase dependency change of audio/abcde to use audio/py-eyed3-06
- drop maintainership of audio/py-eyed3-06
- add mutual CONFLICTS into a both ports |
0.6.18_1 05 Apr 2014 17:42:34 |
rm |
audio/py-eyed3: remove not-needed slash |
0.6.18_1 05 Apr 2014 15:40:34 |
rm |
audio/py-eyed3: unbreak, simplify this port a bit
PR: 187628
Reported by: Bruce Albrecht <bruce@freebsd.zuhause.org> |
0.6.18_1 02 Mar 2014 17:33:38 |
rm |
py-eyed3: fix packaging and support staging
- fix packaging by correcting reversed logic of PORTDOCS installation [1]
- support staging
- general clean-ip
- bump PORTREVISION, because those, who didn't need PORTDOCS, had them installed
Reported by: mandree [1] |
0.6.18 21 Feb 2014 13:35:10 |
ehaupt |
Remove trailing whitespaces from category audio |
0.6.18 10 Feb 2014 13:54:28 |
ehaupt |
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt) |
0.6.18 13 Jan 2014 21:00:04 |
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) |
03 Jan 2014 15:26:07
|
adamw |
Convert to PORT_OPTIONS:MDOCS.
Holdout shame list: ruby, perl, python |
0.6.18 15 Dec 2013 16:22:17 |
wg |
Use setuptools for all Python ports.
Setuptools is the preferred method to manage Python distributions after
many changes to the packaging ecosystem over the past couple of years.
Only ports using USE_PYDISTUTILS= yes are affected by this commit, ports using
USE_PYDISTUTILS= easy_install remains the same however this usage is now
deprecated and should be converted to USE_PYDISTUTILS= yes.
Some Python distributions do not work with setuptools out of the box because
they extend the install command from distutils and not setuptools, and
so they need to be patched accordingly.
pip (which leverages setuptools) works around the issue by using eggs, however
we want to get rid of those as well, as support for "flat" installation is (Only the first 15 lines of the commit message are shown above ) |
0.6.18 20 Sep 2013 14:36:37 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
30 Aug 2013 23:01:06
|
bapt |
Convert audio from USE_GMAKE to USES=gmake
While here:
- Trim headers
- Convert some USE_GNOME=pkgconfig to USES=pkgconfig
- Add some missing pkgconf dependencies
- Convert some USE_GNOME=gnomehack to USES=pathfix |
0.6.18 25 Dec 2011 06:31:37 |
rm |
- update to 0.6.18
- remove stale mirror
- strict python versions (python3 isn't supported)
Approved by: novel (mentor, implicit) |
0.6.17 10 Nov 2011 22:20:18 |
rm |
Change email for my ports to FreeBSD one.
Approved by: novel (mentor)
Feature safe: yes |
0.6.17 08 Nov 2010 21:39:06 |
pav |
- Update to 0.6.17
PR: ports/152061
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer) |
0.6.16 27 Sep 2010 20:29:28 |
skreuzer |
Change maintainer to Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Approved by: Tobias Roth <ports@fsck.ch> (Maintainer) |
0.6.16 14 Jun 2008 03:02:42 |
lwhsu |
- Update to 0.6.16
PR: ports/124551
Submitted by: Tobias Roth <ports AT fsck.ch> (maintainer) |
0.6.15 21 Mar 2008 08:22:35 |
jadawin |
- Update to 0.6.15.
PR: ports/121901
Submitted by: Tobias Roth <ports@fsck.ch> (maintainer)
Approved by: tabthorpe (mentor) |
0.6.14 21 Jan 2008 04:00:39 |
perky |
- Update to 0.6.14
- Pass maintainership to the submitter.
PR: ports/118236
Submitted by: Tobias Roth <ports@fsck.ch> |
0.6.11 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.6.11 23 Jul 2007 09:36:52 |
rafan |
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run |
0.6.11 05 Jan 2007 21:56:31 |
erwin |
- Update to 0.6.11
- remove LIB_DEPENDS audio/id3lib
- enable NOPORTDOCS option.
PR: 106880
Submitted by: Li-Wen Hsu <lwhsu@lwhsu.org>
Approved by: maintainer timeout |
0.6.10 22 Apr 2006 04:22:47 |
perky |
Update to 0.6.10 |
0.6.8 22 Jan 2006 08:13:12 |
edwin |
SHA256ify
Approved by: krion@ |
0.6.8 10 Oct 2005 14:44:35 |
perky |
Update to 0.6.8 |
0.6.4 20 Mar 2005 16:56:29 |
perky |
Update to 0.6.4 |
0.6.3 26 Jan 2005 09:19:00 |
perky |
- Update to 0.6.3
_ Update main site URL |
0.6.2 05 Dec 2004 02:58:05 |
perky |
Fix build on Python 2.4. |
0.6.2 18 Oct 2004 01:48:49 |
perky |
Update to 0.6.2 |
0.5.1_1 18 Mar 2004 07:38:48 |
perky |
Add SIZE data.
Submitted by: trevor |
0.5.1_1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
0.5.1 22 Aug 2003 05:13:49 |
perky |
Add new port for py-eyed3, an ID3 processing library for Python |