non port: dns/sshfp/Makefile |
Number of commits found: 32 |
Sunday, 8 Mar 2020
|
17:01 antoine
Deprecate some ports using deprecated version of python
With hat: portmgr
 |
Wednesday, 17 Apr 2019
|
12:25 ehaupt
- This port does not yet work with python 3
- While here pacify portlint
PR: 237327 (based on)
Submitted by: dch@freebsd.org
 |
Wednesday, 10 Apr 2019
|
06:18 antoine
Bump a few PORTREVISIONs after r498529
With hat: portmgr
 |
Wednesday, 20 Jun 2018
|
17:05 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
 |
Thursday, 26 Apr 2018
|
20:41 ehaupt
dane requires devel/py-six to run.
Notified by: patrik@hildingsson.se (via mail)
MFH: 2018Q2 (blanket)
 |
Thursday, 30 Nov 2017
|
15:50 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
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
 |
Saturday, 29 Oct 2016
|
14:22 ehaupt
Remove depending on argparse, all Python versions in ports tree have it as
built-in.
PR: 213884
Submitted by: lwhsu
 |
Saturday, 10 Sep 2016
|
10:48 ehaupt
Mark NO_ARCH
 |
Friday, 1 Apr 2016
|
14:00 mat
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
 |
Thursday, 21 Jan 2016
|
09:08 ehaupt
- Fix with python2.7
- Use shebangfix macro instead of manual shebang patching
 |
Wednesday, 6 May 2015
|
15:16 mat
Update ports in the [bcd]* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight
 |
Sunday, 19 Oct 2014
|
15:43 mva
- Convert ports from dns/, editors/ and emulators/ to new
USES=python
Approved by: portmgr (implicit)
 |
Tuesday, 18 Mar 2014
|
14:26 ehaupt
Quiesce mkdir
 |
Monday, 13 Jan 2014
|
21:00 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)
 |
Wednesday, 13 Nov 2013
|
13:02 ehaupt
Support staging.
 |
Friday, 20 Sep 2013
|
16:31 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
dns)
 |
Thursday, 22 Nov 2012
|
12:30 ehaupt
- Update to 1.2.2
- Use github macros
- Update WWW, project moved to github
- Trim header
Feature safe: yes
 |
Wednesday, 31 Oct 2012
|
07:58 ak
- Update ldns to 1.6.15 [1]
- Add an entry to UPDATING about binary incompatibility in previous version of
ldns
- Fix OptionsNG
- Bump PORTREVISION for all ports dependent on dns/ldns
- Remove ABI version numbers from LIB_DEPENDS while I'm here
PR: ports/173080 [1]
Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer) [1]
Approved by: portmgr (erwin)
Feature safe: yes
 |
Tuesday, 27 Dec 2011
|
15:14 ehaupt
Pacify portlint
Feature safe: yes
 |
Friday, 17 Jun 2011
|
18:54 ehaupt
Update to 1.2.1
 |
Saturday, 16 Apr 2011
|
20:44 ehaupt
Update to 1.2.0
 |
Friday, 25 Feb 2011
|
00:12 miwi
- Move over to py25+ or above
- While here kick md5 support
 |
Tuesday, 25 Jan 2011
|
19:59 ehaupt
Add LICENSE and remove MD5 sums.
Feature safe: yes
 |
Thursday, 28 Oct 2010
|
16:35 ehaupt
Update to 1.1.6
 |
Monday, 27 Sep 2010
|
11:13 ehaupt
Update to 1.1.5
 |
Sunday, 13 Dec 2009
|
17:00 miwi
- Get rip python 2.3+
Note:
Python 2.3 is't longer supported and have a lot of security issues.
Convert 2.3+ to yes/or 2.4/5+
With hat: portmgr
 |
Monday, 30 Mar 2009
|
15:08 ehaupt
Remove MAKE_JOBS_SAFE, port has no build target.
 |
Friday, 27 Mar 2009
|
09:53 ehaupt
Mark MAKE_JOBS_SAFE
 |
Thursday, 27 Mar 2008
|
19:27 ehaupt
Use MASTER_SITE_CRITICAL
 |
Friday, 6 Jul 2007
|
09:00 ehaupt
Update to 1.1.3
 |
Friday, 20 Apr 2007
|
20:28 ehaupt
- Update to 1.1.2
- Update WWW
 |
Thursday, 5 Oct 2006
|
12:50 ehaupt
Add sshfp, generate SSHFP DNS records from knownhosts files or ssh-keyscan
 |
Number of commits found: 32 |