notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: net/py-ldap0/pkg-descr

Number of commits found: 4

Wednesday, 7 Sep 2022
21:58 Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 fb16dfe
Monday, 13 Jan 2020
02:49 koobs search for other commits by this committer
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)

[1] It's possible to make the unconditional requirement to HAVE_SASL,
    ie: a requirement to have a SASL enabled openldap client, optional, by
    conditionally adding --undef HAVE_SASL to PYDISTUTILS_BUILDARGS
    depending on WANT_OPENLDAP_SASL, but the ldap0 tests unconditionally
    run a number of unconditional sasl based tests. These tests should be
    made to skip (not fail) if SASL is not available, and the port made to
    support non-SASL based configuration. TODO: Upstream test improvements.

[2] WANT_OPENLDAP_SASL currently only results in the openldap-client being
    SASL enabled, but doesn't affect the openldap-server port. There's no
    way at present to require/force a SASL enabled openldap-server port,
    which doesn't enable the SASL option by default either. A slave port
    (openldap24-sasl-server, matching client slave port) that enables the
    SASL option would be great.

portlint: OK (looks fine.)
testport: OK (poudriere: 12amd64, Python 3.7)
maketest: OK (Ran 248 tests: (skipped=12, expected failures=3))

PR:		242043 [1]
Submitted by:	<geraud gcu info> [1]
Approved by:	portmgr (maintainer timeout: > 1 months, blanket: ports compliance)
Original commitRevision:522845 
Sunday, 6 May 2018
21:39 girgen search for other commits by this committer
The port only supports python 2.7

Fix pkg-descr while I'm here.
Original commitRevision:469253 
Thursday, 3 May 2018
13:26 girgen search for other commits by this committer
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
Original commitRevision:468926 

Number of commits found: 4