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.

Port details
py-django-auditlog Django app that keeps a log of changes made to an object
2.3.0_1 www on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
Maintainer: grembo@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2024-05-12 07:09:39
Last Update: 2024-05-12 07:06:38
Commit Hash: 1039ca2
Also Listed In: python
License: MIT
WWW:
https://github.com/jazzband/django-auditlog
Description:
Auditlog is a reusable app for Django that makes logging object changes a breeze. Auditlog tries to use as much as Python and Django's built in functionality to keep the list of dependencies as short as possible. Also, Auditlog aims to be fast and simple to use.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}django-auditlog>0:www/py-django-auditlog@${PY_FLAVOR}
Conflicts:
CONFLICTS_INSTALL:
  • py39-*django-auditlog
Conflicts Matches:
There are no Conflicts Matches for this port. This is usually an error.
To install the port:
cd /usr/ports/www/py-django-auditlog/ && make install clean
To add the package, run one of these commands:
  • pkg install www/py-django-auditlog
  • pkg install py39-django-auditlog
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
NOTE: This is a Python port. Instead of py39-django-auditlog listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py39-django-auditlog
Package flavors (<flavor>: <package>)
  • py39: py39-django-auditlog
distinfo:
TIMESTAMP = 1707579871 SHA256 (django-auditlog-2.3.0.tar.gz) = b9d3acebb64f3f2785157efe3f2f802e0929aafc579d85bbfb9827db4adab532 SIZE (django-auditlog-2.3.0.tar.gz) = 51768

Packages (timestamps in pop-ups are UTC):
py311-django-auditlog
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-2.3.0_1--2.3.0_1---
FreeBSD:13:quarterly--------
FreeBSD:14:latest-2.3.0_1--2.3.0_1---
FreeBSD:14:quarterly--------
FreeBSD:15:latest-2.3.0_1n/a-n/a---
 

py39-django-auditlog
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2.3.0_12.3.0_1-2.3.0_12.3.0_1---
FreeBSD:13:quarterly--------
FreeBSD:14:latest2.3.0_1--2.3.0_1----
FreeBSD:14:quarterly--------
FreeBSD:15:latest2.3.0_1-n/a-n/a---
 

Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-setuptools>0 : devel/py-setuptools@py39
  2. py39-setuptools-scm>0 : devel/py-setuptools-scm@py39
  3. py39-wheel>=0 : devel/py-wheel@py39
  4. python3.9 : lang/python39
  5. py39-build>=0 : devel/py-build@py39
  6. py39-installer>=0 : devel/py-installer@py39
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. py39-django42>=2.2 : www/py-django42@py39
  2. py39-python-dateutil>=2.4.2 : devel/py-python-dateutil@py39
  3. python3.9 : lang/python39
This port is required by:
for Build
  1. deskutils/py-paperless-ngx
for Run
  1. deskutils/py-paperless-ngx

Configuration Options:
No options to configure
Options name:
www_py-django-auditlog
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/d/django-auditlog/
  2. https://pypi.org/packages/source/d/django-auditlog/
Collapse this list.
Port Moves
  • port moved here from www/py-dj42-django-auditlog on 2024-05-12
    REASON: Renamed after all Django consumers were switched from Django 3.2 to Django 4.2 to have a consistent naming scheme

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.3.0_1
12 May 2024 07:06:38
commit hash: 1039ca2fe4c9e175626f82e855ea69735271e9e2commit hash: 1039ca2fe4c9e175626f82e855ea69735271e9e2commit hash: 1039ca2fe4c9e175626f82e855ea69735271e9e2commit hash: 1039ca2fe4c9e175626f82e855ea69735271e9e2 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
deskutils/py-paperless-ngx: Change RUN_DEPENDS

* Switch the port from the repo-copied py-dj42-django* ports to the
  original ones as they're using Django 4.2 now.

* Some ports were also created directly with a "py-dj42-" prefix to
  have a consistent naming scheme of Django 4.2 ports and had no
  Django 3.2 counterpart.

  After all Django consumers have been changed from Django 3.2 to
  Django 4.2 with 680c68fd4d69, these ports are now renamed accordingly.

  - From:       www/py-dj42-channels-redis
    To:         www/py-channels-redis
  - From:       www/py-dj42-django-auditlog
(Only the first 15 lines of the commit message are shown above View all of this commit message)

Number of commits found: 1