Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.2.1 21 Jul 2024 12:22:00
    |
Nuno Teixeira (eduardo)  |
multimedia/py-subliminal: Update to 2.2.1
- Switch to pep517 build
- Add pytest
ChangeLog: https://github.com/Diaoul/subliminal/blob/2.2.1/HISTORY.rst
PR: 279982 |
2.1.0 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> |
2.1.0 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) |
2.1.0 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 ) |
2.1.0 20 Jul 2022 14:22:30
    |
Tobias C. Berner (tcberner)  |
multimedia: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron LI <aly@aaronly.me>
* Alexander Botero-Lowry <alexbl@FreeBSD.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Anders Nordby <anders@FreeBSD.org>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrew Thompson <andy@fud.org.nz>
* Andrew Thompson <thompsa@FreeBSD.org>
* Angel Carpintero <ack@telefonica.net>
* Anish Mistry (with help from mean)
* Anonymous <swell.k@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
2.1.0 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2.1.0 10 Feb 2021 07:42:50
  |
eduardo  |
Submitted by: Nuno Teixeira <eduardo@FreeBSD.org> (maintainer)
Approved by: dbaio, garga (mentors)
Differential Revision: https://reviews.freebsd.org/D28534 |
2.1.0 05 Jan 2021 22:08:22
  |
rene  |
Follow up on devel/py-futures port removal in r559976
The devel/py-futures port was removed in r559976 as it was for
Python 2.7 only and no longer referenced in the default cases.
However it was still defined in Mk/Uses/python.mk in PY_FUTURES,
leaving a dangling reference.
Remove it from Mk/Uses/python.mk and from affected ports, as
it was already an empty definition for Python 3.6+
Bump minimal Python version of security/theonionbox to 3.6+ |
2.1.0 04 Aug 2020 08:53:01
  |
antoine  |
Unbreak bulk -a |
2.1.0 23 May 2020 15:28:39
  |
joneum  |
Give Maintainership to Submitter
PR: 246616
Reported by: Nuno Teixeira <ed.arrakis@gmail.com>
MFH: 2020Q2
Sponsored by: Netzkommune GmbH |
2.1.0 20 May 2020 15:06:31
  |
wg  |
multimedia/py-subliminal: update to 2.1.0
- Drop maintainership
PR: 246528
Submitted by: Nuno Teixeira |
2.0.5_2 10 Apr 2019 06:18:32
  |
antoine  |
Bump a few PORTREVISIONs after r498529
With hat: portmgr |
2.0.5_1 20 Jun 2018 17:05:44
  |
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 |
2.0.5_1 20 Mar 2018 22:36:31
  |
sunpoet  |
Relax USES=python
- Allow concurrent installation (USE_PYTHON=concurrent)
- Bump PORTREVISION for package change
PR: 226778
Submitted by: sunpoet (myself)
Approved by: wg (maintainer) |
2.0.5 10 Feb 2018 21:04:54
  |
sunpoet  |
Fix LICENSE
- Add LICENSE_FILE
Approved by: portmgr (blanket) |
2.0.5 10 Feb 2018 19:58:56
  |
sunpoet  |
Simplify Makefile: use PY_FUTURES
With hat: python |
2.0.5 30 Nov 2017 15:50:34
  |
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 (Only the first 15 lines of the commit message are shown above ) |
2.0.5 27 Sep 2016 14:49:27
  |
wg  |
multimedia/py-subliminal: update to 2.0.5
PR: 212646
Submitted by: Andrej Ebert |
2.0.3 18 Jul 2016 19:12:57
  |
jbeich  |
multimedia/py-subliminal: update to 2.0.3
Changes: https://pypi.python.org/pypi/subliminal#changelog
PR: 210778
Submitted by: Andrej Ebert <andrej@ebert.su>
Approved by: maintainer timeout (2 weeks) |
1.1.1 01 Apr 2016 14:16:20
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
1.1.1 04 Jan 2016 05:42:50
  |
miwi  |
- Update to 1.1.1
PR: 205851
Submitted by: Andrej Ebert
Approved by: maintainer implicit |
1.0.1 04 Sep 2015 17:14:27
  |
jbeich  |
multimedia/py-subliminal: update to 1.0.1
This fixes runtime since multimedia/py-guessit update in previous commit.
$ subliminal
Traceback (most recent call last):
File "/usr/local/bin/subliminal", line 5, in <module>
from pkg_resources import load_entry_point
File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py",
line 3074, in <module>
@_call_aside
File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py",
line 3060, in _call_aside
f(*args, **kwargs)
File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py",
line 3087, in _initialize_master_working_set
working_set = WorkingSet._build_master()
File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py",
line 647, in _build_master (Only the first 15 lines of the commit message are shown above ) |
0.7.5_1 23 Jun 2015 18:53:06
  |
wg  |
multimedia/py-subliminal: fix chardet dependency
PR: 201079
Submitted by: Ralf van der Enden |
0.7.5 23 Jun 2015 17:10:42
  |
wg  |
multimedia/py-subliminal: update to 0.7.5 |
0.7.4_2 07 May 2015 16:32:44
  |
mat  |
Update ports in the [i-m]* category to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight |
0.7.4_2 15 Jan 2015 11:14:36
  |
wg  |
multimedia/py-subliminal: add missing dependency and pet portlint
PR: 195241
Submitted by: Ralf van der Enden <tremere cainites net> |
0.7.4_1 21 Oct 2014 17:22:08
  |
mva  |
- Convert ports of multimedia/ to new USES=python
Approved by: portmgr (implicit) |
0.7.4_1 19 Jun 2014 01:01:34
  |
wg  |
multimedia/py-subliminal: add missing dependency |
0.7.4 15 Jun 2014 18:56:57
  |
wg  |
multimedia/py-subliminal: update to 0.7.4 |
0.7.3_2 27 Jan 2014 12:14:09
  |
koobs  |
Sweep www/py-requests dependants to www/py-requests1
Point all www/py-requests dependants to www/py-requests1 in preparation for
the upgrade of www/py-requests to version 2.x, which substantially breaks API
compatibility.
Maintainers of these ports can update their requests dependency independently
as time for sufficient testing permits.
PR: ports/185631 |
0.7.3_1 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) |
0.7.3_1 22 Dec 2013 00:25:50
  |
wg  |
multimedia/py-subliminal: fix html5lib dependency and switch from easy_install |
0.7.3 23 Nov 2013 14:14:03
  |
wg  |
multimedia/py-subliminal: update required version of dogpile.cache |
0.7.3 23 Nov 2013 13:55:24
  |
wg  |
multimedia/py-subliminal: update to 0.7.3 |
0.7.2 10 Nov 2013 11:48:29
  |
wg  |
multimedia/py-subliminal: update to 0.7.2
- Update to 0.7.2
- Allow staging |
0.7.1 06 Nov 2013 12:41:13
  |
wg  |
multimedia/py-subliminal: update to 0.7.1
- Update to 0.7.1
- Restrict to python 2.7
- Use python auto plist |
0.6.3_1 19 Oct 2013 16:03:07
  |
wg  |
multimedia/py-subliminal: do not use egg package
- Do not use egg package |
0.6.3_1 20 Sep 2013 20:57:49
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia) |
0.6.3_1 18 Jul 2013 12:11:59
  |
wg  |
multimedia/py-subliminal: fix RUN_DEPENDS
- Fix RUN_DEPENDS to check for bs4 file, package name conflicts with
beautifulsoup 3.x |
0.6.3_1 15 May 2013 19:33:15
  |
wg  |
- Change MAINTAINER address of all my ports
Approved by: culot (mentor) |
0.6.3_1 09 May 2013 09:13:40
  |
ehaupt  |
Fix compatibility with py-requests 1.1 which is now default
PR: 178219
Submitted by: Ralf van der Enden <tremere@cainites.net>
Approved by: William Grzybowski <william88@gmail.com> (maintainer) |
0.6.3 15 Feb 2013 11:02:38
  |
rm  |
- update to 0.6.3
- correct dependency version
while here:
- remove redundancy from COMMENT
- tab -> space change in pkg-descr:WWW
PR: 175409
Submitted by: William Grzybowski <william88@gmail.com> (maintainer) |
0.6.2 25 Dec 2012 17:19:12
  |
mva  |
Subliminal is a python library to search and download subtitles.
It uses video hashes and the powerful guessit library that extracts
informations from filenames or filepaths to ensure you have the best
subtitles. It also relies on enzyme to detect embedded subtitles and avoid
duplicates.
WWW: http://subliminal.readthedocs.org/en/latest/index.html
PR: ports/172909
Submitted by: William Grzybowski <william88@gmail.com> |