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-salt-2019 Distributed remote execution and configuration management system
2019.2.8 sysutils Deleted on this many watch lists=0 search for ports that depend on this port An older version of this port was marked as vulnerable. Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2019.2.8Version of this port present on the latest quarterly branch.
Maintainer: christer.edwards@gmail.com search for ports maintained by this maintainer
Port Added: 2020-06-02 11:23:58
Last Update: 2021-03-02 15:43:33
SVN Revision: 566969
Also Listed In: python
License: APACHE20
WWW:
http://saltstack.org/
Description:
Salt : Remote Execution and State Manager ====================================== Salt is a powerful remote execution and state manager that can be used to administer servers in a fast and efficient way. WWW: https://pypi.org/project/salt/ WWW: http://saltstack.org/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

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}salt-2019>0:sysutils/py-salt-2019@${PY_FLAVOR}
Conflicts:
CONFLICTS:
  • py[0-9]*-salt-3000*
Conflicts Matches:
There are no Conflicts Matches for this port. This is usually an error.
No installation instructions:
This port has been deleted.
PKGNAME: py37-salt-2019
Package flavors (<flavor>: <package>)
  • py37: py37-salt-2019
distinfo:
TIMESTAMP = 1608193252 SHA256 (salt-2019.2.8.tar.gz) = 26fcc34fe613532ec8fed668879159d91cdb01c5e84f65331067eeac9031c74f SIZE (salt-2019.2.8.tar.gz) = 14595964

Packages (timestamps in pop-ups are UTC):
py37-salt-2019
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--2019.2.8---2019.2.8-
FreeBSD:13:quarterly--------
FreeBSD:14:latest--------
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py37-pyzmq>=2.2.0 : net/py-pyzmq@py37
  2. py37-setuptools>0 : devel/py-setuptools@py37
  3. python3.7 : lang/python37
Runtime dependencies:
  1. py37-Jinja2>0 : devel/py-Jinja2@py37
  2. py37-markupsafe>0 : textproc/py-markupsafe@py37
  3. py37-libcloud>=0.14.0 : net/py-libcloud@py37
  4. py37-msgpack>=0.3 : devel/py-msgpack@py37
  5. py37-progressbar>0 : misc/py-progressbar@py37
  6. py37-psutil>=0.3.0 : sysutils/py-psutil@py37
  7. py37-requests>=1.0.0 : www/py-requests@py37
  8. py37-tornado4>=4.2.1 : www/py-tornado4@py37
  9. py37-yaml>0 : devel/py-yaml@py37
  10. py37-pyinotify>0 : devel/py-pyinotify@py37
  11. py37-pyzmq>=2.2.0 : net/py-pyzmq@py37
  12. py37-pycrypto>=2.6.1 : security/py-pycrypto@py37
  13. py37-setuptools>0 : devel/py-setuptools@py37
  14. python3.7 : lang/python37
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for py37-salt-2019-2019.2.8: AWS=off: Install dependencies required for Amazon Web Services RAET=off: Install dependencies required for RAET transport TCP=off: Install dependencies required for TCP transport ZEROMQ=on: Install dependencies required for ZeroMQ transport ===> Use 'make config' to modify these settings
Options name:
N/A
USES:
cpe python:3.6+
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/s/salt/
  2. https://pypi.org/packages/source/s/salt/
Collapse this list.
Port Moves
  • port moved to sysutils/py-salt on 2021-03-02
    REASON: Has expired: Deprecated. Please use sysutils/py-salt instead

Number of commits found: 9

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2019.2.8
02 Mar 2021 15:43:33
Revision:566969Original commit files touched by this commit
krion search for other commits by this committer
Deprecate sysutils/py-salt-2019

Approved by:	maintainer
2019.2.8
24 Feb 2021 15:23:50
Revision:566481Original commit files touched by this commit
antoine search for other commits by this committer
Unbreak bulk -a with PYTHON3_DEFAULT=3.8

PR:		253815
2019.2.8
10 Jan 2021 14:05:33
Revision:561070Original commit files touched by this commit
rene search for other commits by this committer
Remove empty PY_ENUM34 from ports using Python 3.6+
2019.2.8
05 Jan 2021 22:08:22
Revision:560434Original commit files touched by this commit
rene search for other commits by this committer
Follow up on devel/py-futures port removal in r559976

The devel/py-futures port was removed in r559976 as it was for
Python 2.7 only and no longer referenced in the default cases.
However it was still defined in Mk/Uses/python.mk in PY_FUTURES,
leaving a dangling reference.

Remove it from Mk/Uses/python.mk and from affected ports, as
it was already an empty definition for Python 3.6+

Bump minimal Python version of security/theonionbox to 3.6+
2019.2.8
02 Jan 2021 21:20:35
Revision:559964Original commit files touched by this commit
dbaio search for other commits by this committer
sysutils/py-salt-2019: Fix build (extract) with static bsdtar(1)

===>  Extracting for py37-salt-2019-2019.2.8
=> SHA256 Checksum OK for salt-2019.2.8.tar.gz.
tar: Pathname can't be converted from UTF-8 to current locale.
tar: Pathname can't be converted from UTF-8 to current locale.
tar: Pathname can't be converted from UTF-8 to current locale.
tar: Pathname can't be converted from UTF-8 to current locale.
tar: Pathname can't be converted from UTF-8 to current locale.
tar: Error exit delayed from previous errors.
===>  Failed to extract "/portdistfiles//salt-2019.2.8.tar.gz".
*** Error code 1

See more details for the same issue in bug 246618.

Reported by:	pkg-fallout
Approved by:	portmgr blanket
2019.2.8
17 Dec 2020 15:02:36
Revision:558296Original commit files touched by this commit
krion search for other commits by this committer
Update to 2019.2.8

PR:		251914
Approved by:	maintainer
2019.2.5_1
05 Dec 2020 14:22:47
Revision:557064Original commit files touched by this commit This port version is marked as vulnerable.
sunpoet search for other commits by this committer
Move textproc/py-MarkupSafe to textproc/py-markupsafe

- Bump PORTREVISION for dependency change
2019.2.5
02 Jun 2020 12:17:02
Revision:537541Original commit files touched by this commit This port version is marked as vulnerable.
krion search for other commits by this committer
Unbreak INDEX
Remove MOVED entry

Reported by:	mat
Pointy hat to:	krion
2019.2.5
02 Jun 2020 11:23:53
Revision:537537Original commit files touched by this commit This port version is marked as vulnerable.
krion search for other commits by this committer
Update py-salt to version 3000 and repo copy py-salt to py-salt-2019.
We decided to run both versions for a while until 2019 is EOL and give people
the possibility to run newest 3000 version.

Approved by:	maintainer

Number of commits found: 9