Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
10 Jan 2022 15:15:39 1.21_1
|
Stefan Eßer (se)  |
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above ) |
07 Apr 2021 08:09:01 1.21_1
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 1.21_1
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
28 Dec 2020 23:02:15
1.21_1
|
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
10 Apr 2019 06:18:32
1.21_1
|
antoine  |
Bump a few PORTREVISIONs after r498529
With hat: portmgr |
20 Jun 2018 17:05:44
1.21
|
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 |
26 Mar 2018 00:03:43
1.21
|
yuri  |
devel/py-jsonpatch: Update 1.9 -> 1.21
Port changes:
* Change to DISTVERSION
* Move RUN_DEPENDS to proper place
* Add NO_ARCH=yes
* Rename the target regression-test -> do-test
* Change WWW to the real homepage
PR: 226508
Approved by: harm@weites.com (maintainer timeout; 15 days) |
30 Nov 2017 15:50:34
1.9 
|
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 ) |
01 Apr 2016 14:00:57
1.9
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
08 Oct 2015 15:11:28
1.9
|
olgeni  |
Remove trailing whitespace from Makefiles, A-L. |
17 Jul 2015 10:17:27
1.9
|
robak  |
devel/py-jsonpatch: update 1.7 -> 1.9
- Add missing py-jsonpointer dependency
- Add tests
PR: 199338
Submitted by: Marcin Cieslak <saper@saper.info>
Approved by: maintainer timeout (3 months)
MFH: 2015Q3 |
18 Aug 2014 17:28:26
1.7
|
wg  |
devel/py-jsonpatch: Apply JSON-Patches (RFC 6902)
WWW: https://pypi.python.org/pypi/jsonpatch
PR: 192674
Submitted by: harm weites com |