non port: net/py-ldap0/Makefile |
SVNWeb
|
Number of commits found: 17 |
Wed, 8 Feb 2023
|
[ 10:53 Muhammad Moinur Rahman (bofh) ] 6e1233b (Only the first 10 of 159 ports in this commit are shown above. )
Mk/**ldap.mk: Convert USE_LDAP to USES=ldap
Convert the USE_LDAP=yes to USES=ldap and adds the following features:
- Adds the argument USES=ldap:server to add openldap2{4|5|6}-server as
RUN_DEPENDS
- Adds the argument USES=ldap<version> and replaces WANT_OPENLDAP_VER
- Adds OPENLDAP versions in bsd.default-versions.mk
- Adds USE_OPENLDAP/WANT_OPENLDAP_VER in Mk/bsd.sanity.mk
- Changes consumers to use the features
Reviewed by: delphij
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D38233
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Mon, 31 Jan 2022
|
[ 09:36 Palle Girgensohn (girgen) ] 9264f36
net/py-ldap0: update to 1.4.7
|
Sun, 24 Oct 2021
|
[ 16:27 Palle Girgensohn (girgen) ] cd38103b
net/py-ldap0: update to 1.4.0
PR: 259050
Submitted by: Xin LI
|
Mon, 11 Oct 2021
|
[ 14:42 Palle Girgensohn (girgen) ] c5420e8
net/py-ldap0: update to 1.3.1
PR: 259050
|
Sun, 1 Aug 2021
|
[ 08:32 Xin LI (delphij) ] 974e13b (Only the first 10 of 34 ports in this commit are shown above. )
net/openldap24-server: Make SASL permanent for OpenLDAP port.
PR: ports/257374
Reviewed by: obrien
Approved by: portmgr (exp-run by antoine)
Differential Revision: https://reviews.freebsd.org/D31301
|
Mon, 7 Jun 2021
|
[ 12:55 Palle Girgensohn (girgen) ] 7437f16
net/py-ldap0: update to version 1.2.8
Fetch from gitlab, since the pypi links don't work for some reason.
|
Wed, 7 Apr 2021
|
[ 08:09 Mathieu Arnold (mat) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Thu, 24 Dec 2020
|
[ 13:46 kai ] (Only the first 10 of 166 ports in this commit are shown above. )
Relax hardcoded paths to fix build with Python 3.8.7
Since r558913 Python 3.8 incorporates BPO-42604 [1] which changed the
shared libs naming scheme. This means "EXT_SUFFIX" is now derived from
SOABI and yields with Python 3.8 to ".cpython-38.so" instead of ".so".
The affected ports strip the libaries in the "post-install" target via
hardcoded path(s) and the build fails at the end because the new extension
is not expected at this place.
Remedy the issue by adding wildcards to these paths. This should also
prepare the ports for future Python releases, which will use the new shared
libs naming scheme.
[1] https://bugs.python.org/issue42604
PR: 252057
Reported by: John Kennedy
Reviewed by: fluffy, koobs
Approved by: koobs (python)
|
Fri, 13 Nov 2020
|
[ 20:32 girgen ]
Update to 1.1.3
|
Mon, 13 Jan 2020
|
[ 06:28 antoine ]
Fix DEPENDS
|
[ 02:49 koobs ]
net/ldap0: Update to 0.6.8 [1]
Note: ldap0 is Python 3.x only since 0.3.0
While I'm here, level up ports compliance and fix ports issues:
- Match COMMENT to setup.py:description
- Match *_DEPENDS (and versions) to setup.py:*_requires
- Add TEST_* variables and test (QA) target [1][2]
- Replace setup.py INCLUDES patch with setuptools build_ext commands
which honour environment variables
- Strip extension/library
- Patch setup.cfg to remove unconditional debug builds
- Update pkg-descr formatting and WWW url (to match setup.py:homepage)
(Only the first 15 lines of the commit message are shown above )
|
Sun, 10 Feb 2019
|
[ 00:08 sunpoet ]
Update to 40.8.0
Changes: https://github.com/pypa/setuptools/blob/master/CHANGES.rst
PR: 235474
Exp-run by: antoine
|
Sun, 6 May 2018
|
[ 21:39 girgen ]
The port only supports python 2.7
Fix pkg-descr while I'm here.
|
Fri, 4 May 2018
|
[ 13:05 girgen ]
Fix build problems
This port requires OpenLDAP with SASL
|
Thu, 3 May 2018
|
[ 13:26 girgen ] (Only the first 10 of 11 ports in this commit are shown above. )
Update web2ldap to verstion 1.3.16
Also welcome py-ldap0 to the ports tree as a dependency.
This version adds a rc script to start the standalone mode.
Taking maintainership as bsam@ offered to step down.
Releasenotes: https://web2ldap.de/changes-1.3.html#r1.3.16
PR: 227459
|
Number of commits found: 17 |