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
The safest procedure: change your FreshPorts password. Anything you had set before Friday March 24 2023 09:49:20 UTC should be changed. You can read more here: SQL inejection issues fixed and FreshSource code fixes Sorry about the extra work for you.
All known SQL injection issues patched. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password.
non port: net/py-ldaptor/Makefile
SVNWeb

Number of commits found: 16

Tue, 14 Jan 2020
[ 12:36 antoine search for other commits by this committer ] Original commit   Revision:523007 (Only the first 10 of 37 ports in this commit are shown above. View all ports for this commit)
Deprecate a few broken ports

With hat:	portmgr
Wed, 6 Nov 2019
[ 14:00 antoine search for other commits by this committer ] Original commit   Revision:516887 (Only the first 10 of 184 ports in this commit are shown above. View all ports for this commit)
Mark a few ports BROKEN (unfetchable)
Wed, 20 Jun 2018
[ 17:05 mat search for other commits by this committer ] Original commit   Revision:472884 (Only the first 10 of 1617 ports in this commit are shown above. View all ports for this commit)
Use PY_FLAVOR for dependencies.

FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
Thu, 30 Nov 2017
[ 15:50 mat search for other commits by this committer ] Original commit   Revision:455210 (Only the first 10 of 2423 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Mon, 4 Sep 2017
[ 00:00 sunpoet search for other commits by this committer ] Original commit   Revision:449226
Change from USES=twisted to devel/py-twisted

- Bump PORTREVISION for dependency change

PR:		221658
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 14 days)
Sat, 19 Aug 2017
[ 10:43 koobs search for other commits by this committer ] Original commit   Revision:448296
net/py-ldaptor: Limit to 2.7 (Does not support Python 3.x)

This port depends on Twisted, which supports Python 3.x as of a number of
versions ago for some growing number of its components. On initial view, ldaptor
appears inconsistent (at least not explicit) in its state of Python 3.x support
for its latest version (16.0.0, not this ports version, 0.0.43)

- A Python 3 compatible wheel is available on PyPI
- Python 3.3-3.5 are included in tox.ini for testing

However:

- Travis CI configuration only tests with 2.7
- Open "Python3 support #55" upstream issue [1]
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 7 Jun 2017
[ 19:11 sunpoet search for other commits by this committer ] Original commit   Revision:442874
Add NO_ARCH

Approved by:	portmgr (blanket)
Fri, 1 Apr 2016
[ 14:16 mat search for other commits by this committer ] Original commit   Revision:412348 (Only the first 10 of 2612 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Wed, 4 Nov 2015
[ 20:11 sunpoet search for other commits by this committer ] Original commit   Revision:400758 (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
- Move devel/py-parsing to devel/py-pyparsing
- Change MASTER_SITES to CHEESESHOP
- Remove DISTNAME
- While I'm here, remove duplicate PORTREVISION for security/py-crits/Makefile
Fri, 24 Oct 2014
[ 16:21 mva search for other commits by this committer ] Original commit   Revision:371449 (Only the first 10 of 88 ports in this commit are shown above. View all ports for this commit)
- Convert ports of net/ to new USES=python

Approved by:	portmgr (implicit)
Sat, 21 Jun 2014
[ 22:15 wg search for other commits by this committer ] Original commit   Revision:358755
net/py-ldaptor: support stage and use auto plist
Sun, 15 Dec 2013
[ 16:22 wg search for other commits by this committer ] Original commit   Revision:336553 (Only the first 10 of 64 ports in this commit are shown above. View all ports for this commit)
Use setuptools for all Python ports.

Setuptools is the preferred method to manage Python distributions after
many changes to the packaging ecosystem over the past couple of years.

Only ports using USE_PYDISTUTILS= yes are affected by this commit, ports using
USE_PYDISTUTILS= easy_install remains the same however this usage is now
deprecated and should be converted to USE_PYDISTUTILS= yes.

Some Python distributions do not work with setuptools out of the box because
they extend the install command from distutils and not setuptools, and
so they need to be patched accordingly.

pip (which leverages setuptools) works around the issue by using eggs, however
we want to get rid of those as well, as support for "flat" installation is
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sun, 8 Dec 2013
[ 12:04 mva search for other commits by this committer ] Original commit   Revision:335877 (Only the first 10 of 28 ports in this commit are shown above. View all ports for this commit)
New USES=twisted, to replace the old USE_TWISTED knob.

twisted can be configured with the arguments run or build to replace
the previous USE_TWISTED_RUN and USE_TWISTED_BUILD knobs. The twisted
components can be added as comma-separated arguments. If you previously
wrote
    USE_TWISTED=        yes
    USE_TWISTED=        conch names
    USE_TWISTED_RUN=    yes
you now would write
    USES=       twisted
    USES=       twisted:conch,names
    USES=       twisted:run
Fri, 20 Sep 2013
[ 22:10 bapt search for other commits by this committer ] Original commit   Revision:327755 (Only the first 10 of 1288 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
net)
Wed, 24 Apr 2013
[ 18:10 ak search for other commits by this committer ] Original commit   Revision:316464 (Only the first 10 of 1028 ports in this commit are shown above. View all ports for this commit)
- Convert USE_GETTEXT to USES (part 3)

Approved by:	portmgr (bapt)
Sat, 22 Oct 2011
[ 13:34 pawel search for other commits by this committer ] Original commit 
Ldaptor is a pure-Python library that implements:

    * LDAP client logic
    * separately-accessible LDAP and BER protocol message generation/parsing
    * ASCII-format LDAP filter generation and parsing
    * LDIF format data generation
    * Samba password changing logic

Also included is a web-based user interface to search and edit information in
an LDAP directory and a set of LDAP utilities for use from the command line.

WWW: http://github.com/antong/ldaptor

PR:             ports/157738
Submitted by:   Attila Nagy <bra@fsn.hu>

Number of commits found: 16