notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: dns/sshfp/Makefile

Number of commits found: 32

Sunday, 8 Mar 2020
17:01 antoine search for other commits by this committer
Deprecate some ports using deprecated version of python

With hat:	portmgr
Original commitRevision:528058 
Wednesday, 17 Apr 2019
12:25 ehaupt search for other commits by this committer
- This port does not yet work with python 3
- While here pacify portlint

PR:		237327 (based on)
Submitted by:	dch@freebsd.org
Original commitRevision:499174 
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 
Thursday, 26 Apr 2018
20:41 ehaupt search for other commits by this committer
dane requires devel/py-six to run.

Notified by:	patrik@hildingsson.se (via mail)
MFH:		2018Q2 (blanket)
Original commitRevision:468384 
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 
Saturday, 29 Oct 2016
14:22 ehaupt search for other commits by this committer
Remove depending on argparse, all Python versions in ports tree have it as
built-in.

PR:		213884
Submitted by:	lwhsu
Original commitRevision:424913 
Saturday, 10 Sep 2016
10:48 ehaupt search for other commits by this committer
Mark NO_ARCH
Original commitRevision:421683 
Friday, 1 Apr 2016
14:00 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412346 
Thursday, 21 Jan 2016
09:08 ehaupt search for other commits by this committer
- Fix with python2.7
- Use shebangfix macro instead of manual shebang patching
Original commitRevision:406832 
Wednesday, 6 May 2015
15:16 mat search for other commits by this committer
Update ports in the [bcd]* categories to not use GH_COMMIT.

With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:385521 
Sunday, 19 Oct 2014
15:43 mva search for other commits by this committer
- Convert ports from dns/, editors/ and emulators/ to new
  USES=python

Approved by:	portmgr (implicit)
Original commitRevision:371188 
Tuesday, 18 Mar 2014
14:26 ehaupt search for other commits by this committer
Quiesce mkdir
Original commitRevision:348550 
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 
Wednesday, 13 Nov 2013
13:02 ehaupt search for other commits by this committer
Support staging.
Original commitRevision:333681 
Friday, 20 Sep 2013
16:31 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
dns)
Original commitRevision:327719 
Thursday, 22 Nov 2012
12:30 ehaupt search for other commits by this committer
- Update to 1.2.2
- Use github macros
- Update WWW, project moved to github
- Trim header

Feature safe:	yes
Original commitRevision:307649 
Wednesday, 31 Oct 2012
07:58 ak search for other commits by this committer
- 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
Original commitRevision:306736 
Tuesday, 27 Dec 2011
15:14 ehaupt search for other commits by this committer
Pacify portlint

Feature safe:   yes
Original commit
Friday, 17 Jun 2011
18:54 ehaupt search for other commits by this committer
Update to 1.2.1
Original commit
Saturday, 16 Apr 2011
20:44 ehaupt search for other commits by this committer
Update to 1.2.0
Original commit
Friday, 25 Feb 2011
00:12 miwi search for other commits by this committer
- Move over to py25+ or above
- While here kick md5 support
Original commit
Tuesday, 25 Jan 2011
19:59 ehaupt search for other commits by this committer
Add LICENSE and remove MD5 sums.

Feature safe:   yes
Original commit
Thursday, 28 Oct 2010
16:35 ehaupt search for other commits by this committer
Update to 1.1.6
Original commit
Monday, 27 Sep 2010
11:13 ehaupt search for other commits by this committer
Update to 1.1.5
Original commit
Sunday, 13 Dec 2009
17:00 miwi search for other commits by this committer
- 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
Original commit
Monday, 30 Mar 2009
15:08 ehaupt search for other commits by this committer
Remove MAKE_JOBS_SAFE, port has no build target.
Original commit
Friday, 27 Mar 2009
09:53 ehaupt search for other commits by this committer
Mark MAKE_JOBS_SAFE
Original commit
Thursday, 27 Mar 2008
19:27 ehaupt search for other commits by this committer
Use MASTER_SITE_CRITICAL
Original commit
Friday, 6 Jul 2007
09:00 ehaupt search for other commits by this committer
Update to 1.1.3
Original commit
Friday, 20 Apr 2007
20:28 ehaupt search for other commits by this committer
- Update to 1.1.2
- Update WWW
Original commit
Thursday, 5 Oct 2006
12:50 ehaupt search for other commits by this committer
Add sshfp, generate SSHFP DNS records from knownhosts files or ssh-keyscan
Original commit

Number of commits found: 32