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

non port: multimedia/py-subliminal/Makefile

Number of commits found: 42

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
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:22 Tobias C. Berner (tcberner) search for other commits by this committer
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>
  *  Ashish SHUKLA <ashish@FreeBSD.org>
  *  Ashish Shukla <wahjava@gmail.com>
  *  Ben Woods <woodsb02@FreeBSD.org>
  *  Brian Somers <brian@FreeBSD.org>
  *  Bruce M Simpson <bms@FreeBSD.org>
  *  Byung-Hee HWANG <bh@izb.knu.ac.kr>
  *  Charlie Kester <corky1951@comcast.net>
  *  Chess Griffin <chess@chessgriffin.com>
  *  Chris Piazza <cpiazza@FreeBSD.org>
  *  Christopher Key <cjk32@cam.ac.uk>
  *  Chuck Hein <chein@FreeBSD.org> & Jim Overholt <overholt@isdw.net>
  *  Daniel Morante <daniel@morante.net>
  *  Diego Depaoli <trebestie@gmail.com> and Yinghong Liu <relaxbsd@gmail.com>
  *  Dierk Sacher <dierk@blaxxtarz.de>
  *  Dreamcat4 <dreamcat4@gmail.com>
  *  Earl Gay <earl@eeg3.net>
  *  Ed Schouten <ed@FreeBSD.org>
  *  Edwin Groothuis <edwin@mavetju.org>
  *  Emanuel Haupt <ehaupt@FreeBSD.org>
  *  Felix Palmen <felix@palmen-it.de>
  *  Franz Bettag <franz@bett.ag>
  *  FreeBSD GNOME Team <gnome@freebsd.org>
  *  Gea-Suan Lin <gslin@gslin.org>
  *  George Reid <greid@ukug.uk.freebsd.org>
  *  Grzegorz Blach <gblach@FreeBSD.org>
  *  Gustau Perez <gustau.perez@gmail.com>
  *  Harold Gutch <logix@foobar.franken.de>
  *  Heiner <h.eichmann@gmx.de>
  *  Heiner Eichmann <h.eichmann@gmx.de>
  *  Hendrik Scholz <hendrik@scholz.net>
  *  Herbert J. Skuhra <h.skuhra@gmail.com>
  *  Herve Quiroz <hq@FreeBSD.org>
  *  Holger Lamm
  *  J.R. Oldroyd <fbsd@opal.com>
  *  Jason Harmening <jason.harmening@gmail.com>
  *  Jille Timmermans (jille@quis.cx)
  *  Juergen Lock <nox@FreeBSD.org>
  *  Juergen Lock <nox@jelal.kn-bremen.de>
  *  KalleDK <plexmaintainer@k-moeller.dk>
  *  Koop Mast <kwm@FreeBSD.org>
  *  Koop Mast <kwm@rainbow-runner.nl>
  *  Kozlov Sergey <kozlov.sergey.404@gmail.com>
  *  Kris Moore
  *  Kuan-Chung Chiu <buganini@gmail.com>
  *  Lars Eggert <lars.eggert@gmx.net>
  *  Leinier Cruz Salfran <salfrancl@yahoo.es>
  *  MANTANI Nobutaka <nobutaka@nobutaka.com>
  *  Manuel Creach <manuel.creach@icloud.com>
  *  Marc van Woerkom <3d@FreeBSD.org>
  *  Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
  *  Mark Felder <feld@FreeBSD.org>
  *  Martin Matuska <mm@FreeBSD.org>
  *  Martin Neubauer <m.ne@gmx.net>
  *  Martin Wilke <miwi@FreeBSD.org>
  *  Michael Johnson <ahze@FreeBSD.org>
  *  Michael Johnson <ahze@ahze.net>
  *  Michael Nottebrock <michaelnottebrock@gmx.net>
  *  Michael Nottebrock <michaelnottebrock@gmx.net> et al
  *  Mina Naguib <webmaster@topfx.com>
  *  Mykola Dzham <i@levsha.me>
  *  Naram Qashat <cyberbotx@cyberbotx.com>
  *  Olivier Cochard-Labbe <olivier@FreeBSD.org>
  *  Pascal Vizeli <pvizeli@yahoo.de>
  *  Pav Lucistnik <pav@FreeBSD.org>
  *  Pawel Pekala <pawel@FreeBSD.org>
  *  Petar Zhivkov Petrov <pesho.petrov@gmail.com>
  *  Phil Oleson
  *  Phil Oleson <oz@nixil.net>
  *  Piotr Kubaj <pkubaj@anongoth.pl>
  *  Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Raaf <freebsd@luna.afraid.org>
  *  Randall Hopper <aa8vb@nc.rr.com>
  *  Rodrigo OSORIO <rodrigo@FreeBSD.org>
  *  Rozhuk Ivan 2018 <rozhuk.im@gmail.com>
  *  Rozhuk Ivan <rozhuk.im@gmail.com>
  *  Rozhuk Ivan rozhuk.im@gmail.com
  *  Rusmir Dusko <nemysis@FreeBSD.org>
  *  Stacey Son <mythdev@son.org>, Ari Maniatis <ari@ish.com.au>
  *  Steve Wills <steve@mouf.net>
  *  Steve Wills <swills@FreeBSD.org>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Sylvio Cesar <sylvio@FreeBSD.org>
  *  Thierry Thomas <thierry@pompo.net>
  *  Thomas E. Zander
  *  Thomas E. Zander with help from Vladimir Kushnir
  *  Vladimir Kondratiev <wulf@mail.mipt.ru>
  *  William Grzybowski <wg@FreeBSD.org>
  *  William Grzybowski <william88@gmail.com>
  *  Yi-Hsuan Hsin <mhsin@mhsin.org>
  *  Zastupov Stepan [RedChrom] <redchrom@mail.ru>
  *  adamw
  *  alex
  *  arved
  *  erich@FreeBSD.org
  *  freebsd-ports@evilcode.net
  *  giffunip@asme.org
  *  ijliao
  *  kamikaze@bsdforen.de
  *  michael johnson <ahze@ahze.net>
  *  mikael.urankar@gmail.com
  *  mm
  *  nox@FreeBSD.org
  *  osa
  *  pb@FreeBSD.org
  *  piero
  *  se@FreeBSD.org
  *  sumikawa

With hat:	portmgr
commit hash: 63f36d326290febc7af8820d7bde9c78cda71c80 commit hash: 63f36d326290febc7af8820d7bde9c78cda71c80 commit hash: 63f36d326290febc7af8820d7bde9c78cda71c80 commit hash: 63f36d326290febc7af8820d7bde9c78cda71c80 63f36d3
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
Wednesday, 10 Feb 2021
07:42 eduardo search for other commits by this committer
Submitted by:	Nuno Teixeira <eduardo@FreeBSD.org> (maintainer)
Approved by:	dbaio, garga (mentors)
Differential Revision:	https://reviews.freebsd.org/D28534
Original commitRevision:564845 
Tuesday, 5 Jan 2021
22:08 rene search for other commits by this committer
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+
Original commitRevision:560434 
Tuesday, 4 Aug 2020
08:53 antoine search for other commits by this committer
Unbreak bulk -a
Original commitRevision:544148 
Saturday, 23 May 2020
15:28 joneum search for other commits by this committer
Give Maintainership to Submitter

PR:		246616
Reported by:	Nuno Teixeira <ed.arrakis@gmail.com>
MFH:		2020Q2
Sponsored by:	Netzkommune GmbH
Original commitRevision:536308 
Wednesday, 20 May 2020
15:06 wg search for other commits by this committer
multimedia/py-subliminal: update to 2.1.0

- Drop maintainership

PR:		246528
Submitted by:	Nuno Teixeira
Original commitRevision:536002 
Wednesday, 10 Apr 2019
06:18 antoine search for other commits by this committer
Bump a few PORTREVISIONs after r498529

With hat:	portmgr
Original commitRevision:498530 
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 
Tuesday, 20 Mar 2018
22:36 sunpoet search for other commits by this committer
Relax USES=python

- Allow concurrent installation (USE_PYTHON=concurrent)
- Bump PORTREVISION for package change

PR:		226778
Submitted by:	sunpoet (myself)
Approved by:	wg (maintainer)
Original commitRevision:465135 
Saturday, 10 Feb 2018
21:04 sunpoet search for other commits by this committer
Fix LICENSE

- Add LICENSE_FILE

Approved by:	portmgr (blanket)
Original commitRevision:461432 
19:58 sunpoet search for other commits by this committer
Simplify Makefile: use PY_FUTURES

With hat:	python
Original commitRevision:461422 
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 
Tuesday, 27 Sep 2016
14:49 wg search for other commits by this committer
multimedia/py-subliminal: update to 2.0.5

PR:		212646
Submitted by:	Andrej Ebert
Original commitRevision:422815 
Monday, 18 Jul 2016
19:12 jbeich search for other commits by this committer
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)
Original commitRevision:418736 
Friday, 1 Apr 2016
14:16 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412348 
Monday, 4 Jan 2016
05:42 miwi search for other commits by this committer
- Update to 1.1.1

PR:		205851
Submitted by:	Andrej Ebert
Approved by:	maintainer implicit
Original commitRevision:405211 
Friday, 4 Sep 2015
17:14 jbeich search for other commits by this committer
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
      return cls._build_from_requirements(__requires__)
    File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py",
line 660, in _build_from_requirements
      dists = ws.resolve(reqs, Environment())
    File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py",
line 833, in resolve
      raise DistributionNotFound(req, requirers)
  pkg_resources.DistributionNotFound: The 'guessit<0.10,>=0.7' distribution was
not found and is required by subliminal

Changes:	https://github.com/Diaoul/subliminal/blob/master/HISTORY.rst#101
PR:		202090 (based on)
Approved by:	wg (maintainer)
Differential Revision:	https://reviews.freebsd.org/D3566
Original commitRevision:396118 
Tuesday, 23 Jun 2015
18:53 wg search for other commits by this committer
multimedia/py-subliminal: fix chardet dependency

PR:		201079
Submitted by:	Ralf van der Enden
Original commitRevision:390443 
17:10 wg search for other commits by this committer
multimedia/py-subliminal: update to 0.7.5
Original commitRevision:390433 
Thursday, 7 May 2015
16:32 mat search for other commits by this committer
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
Original commitRevision:385637 
Thursday, 15 Jan 2015
11:14 wg search for other commits by this committer
multimedia/py-subliminal: add missing dependency and pet portlint

PR:		195241
Submitted by:	Ralf van der Enden <tremere cainites net>
Original commitRevision:377076 
Tuesday, 21 Oct 2014
17:22 mva search for other commits by this committer
- Convert ports of multimedia/ to new USES=python

Approved by:	portmgr (implicit)
Original commitRevision:371331 
Thursday, 19 Jun 2014
01:01 wg search for other commits by this committer
multimedia/py-subliminal: add missing dependency
Original commitRevision:358334 
Sunday, 15 Jun 2014
18:56 wg search for other commits by this committer
multimedia/py-subliminal: update to 0.7.4
Original commitRevision:357922 
Monday, 27 Jan 2014
12:14 koobs search for other commits by this committer
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
Original commitRevision:341385 
Monday, 13 Jan 2014
21:00 rene search for other commits by this committer
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)
Original commitRevision:339634 
Sunday, 22 Dec 2013
00:25 wg search for other commits by this committer
multimedia/py-subliminal: fix html5lib dependency and switch from easy_install
Original commitRevision:337171 
Saturday, 23 Nov 2013
14:14 wg search for other commits by this committer
multimedia/py-subliminal: update required version of dogpile.cache
Original commitRevision:334670 
13:55 wg search for other commits by this committer
multimedia/py-subliminal: update to 0.7.3
Original commitRevision:334667 
Sunday, 10 Nov 2013
11:48 wg search for other commits by this committer
multimedia/py-subliminal: update to 0.7.2

- Update to 0.7.2
- Allow staging
Original commitRevision:333384 
Wednesday, 6 Nov 2013
12:41 wg search for other commits by this committer
multimedia/py-subliminal: update to 0.7.1

- Update to 0.7.1
- Restrict to python 2.7
- Use python auto plist
Original commitRevision:332985 
Saturday, 19 Oct 2013
16:03 wg search for other commits by this committer
multimedia/py-subliminal: do not use egg package

- Do not use egg package
Original commitRevision:330896 
Friday, 20 Sep 2013
20:57 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia)
Original commitRevision:327747 
Thursday, 18 Jul 2013
12:11 wg search for other commits by this committer
multimedia/py-subliminal: fix RUN_DEPENDS

- Fix RUN_DEPENDS to check for bs4 file, package name conflicts with
  beautifulsoup 3.x
Original commitRevision:323225 
Wednesday, 15 May 2013
19:33 wg search for other commits by this committer
- Change MAINTAINER address of all my ports

Approved by:	culot (mentor)
Original commitRevision:318257 
Thursday, 9 May 2013
09:13 ehaupt search for other commits by this committer
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)
Original commitRevision:317728 
Friday, 15 Feb 2013
11:02 rm search for other commits by this committer
- 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)
Original commitRevision:312285 
Tuesday, 25 Dec 2012
17:19 mva search for other commits by this committer
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>
Original commitRevision:309490 

Number of commits found: 42