| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
Changelog:
https://github.com/shlomif/PySolFC/blob/pysolfc-2.14.1/NEWS.asciidoc
MFH: 2022Q1
|
|
|
|
|
|
|
|
| |
* Pet portclippy while I'm here.
Changelog:
https://github.com/shlomif/PySolFC/blob/pysolfc-2.14.0/NEWS.asciidoc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Make the port less restrictive and thus distributable again by using
a reduced collection of cardsets, which contains clearly defined
licenses. It's also bundled by upstream for the distributed binary
packages of PySolFC.
* Introduce PILLOW/SOUND options which enables sound and enhanced
graphics support.
Changelog since 2.6.2:
https://github.com/shlomif/PySolFC/blob/pysolfc-2.12.0/NEWS.asciidoc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* The deprecated function "time.clock()" has been removed in Python 3.8
and "time.perf_counter()" should be used instead.
Because updating to a newer version of PySolFC requires a bit more
work, use a backport for now to remedy the runtime issues.
* Bump PORTREVISION due changed package contents.
PR: 256504
Reported by: <sven.a.jonsson@bahnhof.se>
MFH: 2021Q2
|
|
|
|
| |
Reported by: lwhsu
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
The graphics/py-pillow6 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_PILLOW,
leaving a dangling reference.
Remove it from Mk/Uses/python.mk, leaving only the Python 3
version of that port, graphics/py-pillow, defined and bump the
minimal verion of Python to 3.6 for affected ports.
|
|
|
|
|
| |
With hat: portmgr
Originally submitted by: kai
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
|
| |
Changelog:
* Fix for Freezes (with pygame >= 1.9.5)
* Fixed Three Peaks scoring
Approved by: mentors (implicit)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
While I'm here:
* Fix the symlink for "pysol01.png" by changing it from absolute to relative
because source and target are both inside of ${PREFIX}.
* Update the WWW entry to save uneccessary redirects from HTTP to HTTPS.
Changelog since 2.4.0:
* Compatibility with Pillow 6.x
* Restore the "Save games geometry" feature
* Added a NEWS.asciidoc file
* Forbid illegal moves in Spider and some other variants
* Support for solving Golf using a solver
* Fixed a bug with cards that couldn't be moved or selected
* Ability to run the test suite without Python 2.x and/or pygtk
* Code cleanups
https://github.com/shlomif/PySolFC/blob/pysolfc-2.6.3/NEWS.asciidoc
Approved by: mentors (implicit)
|
|
|
|
|
|
| |
Reviewed by: miwi (mentor)
Approved by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D19050
|
|
|
|
|
| |
PR: 229275
Submitted by: Kai <freebsd_ports@k-worx.org> (maintainer)
|
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
- Add all LICENSE
PR: 227830
Submitted by: freebsd_ports@k-worx.org
|
|
|
|
|
|
| |
- Remove FLAVOR from py-docutils dependency in comms/uhd, in this case
it needs the rst2html command, not the docutils module
- Mark some ports as not compatible with python3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
- Add LICENSE_FILE
- Cosmetic fixes
- Fix WWW:
|
| |
|
| |
|
|
|
|
|
|
|
| |
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
|
|
|
|
|
|
|
| |
- Add NO_ARCH
- Convert to options helpers
Approved by: portmgr blanket
|
|
|
|
|
|
|
| |
- USES python
With hat: python
Approved by: portmgr (bdrewery, implicit)
|
|
|
|
|
|
|
|
|
|
|
|
| |
conflict in behaviour with the read-only COMPILER_FEATURES knob
- Fix the deprecated USE_PYTHON_BUILD and USE_PYTHON_RUN behaviour, which
usually should be mutually exclusive, but some ports include both knobs
Phabric: D581
Recommended by: danfe@, makc@
Reviewed by: danfe, wg, antoine
Approved by: portmgr
With hat: python@
|
| |
|
|
|
|
| |
Approved by: portmgr (not really, but touches unstaged ports)
|
|
|
|
| |
- Use PYDISTUTILS_AUTOPLIST
|
|
|
|
|
|
| |
the mtree (games category)
Approved by: portmgr (bdrewery)
|
|
|
|
| |
games)
|
|
|
|
| |
Approved by: portmgr (bapt)
|
| |
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE
- Convert to OptionsNG
- Trim Makefile headers
PR: ports/174258
Submitted by: nemysis <nemysis@gmx.ch>
|
|
|
|
| |
Approved by: portmgr@ (implicit)
|
| |
|
| |
|
| |
|
|
|
|
| |
Approved by: miwi (mentor implicit)
|
|
|
|
| |
starting with G
|
|
Reported by: danfe
Approved by: miwi (mentor)
|