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: security/py-paramiko1/Makefile

Number of commits found: 14

Thursday, 30 Sep 2021
20:19 Rene Ladan (rene) search for other commits by this committer
cleanup: Remove expired ports:

devel/erlang-exmpp: last upstream patches over 10 years ago
sysutils/showbeastie: Broken on FreeBSD 12 and above since 2018
2021-09-30 www/squid3: Unsupported by upstream
2021-09-30 sysutils/cfengine310: OpenSSL 1.1.X is not supported.
2021-09-30 security/py-paramiko1: Out of date version.  No consumer now.  Use
security/py-paramiko
2021-09-30 sysutils/cfengine-masterfiles310: cfengine310 will retire at FreeBSD
11 EOL
2021-09-30 security/openca-tools-forked: Use modern port security/libscep
instead
2021-09-30 multimedia/sms1xxx-kmod: Supports DVB API v3 only. Use
multimedia/webcamd instead
2021-09-30 sysutils/cfengine311: OpenSSL 1.1.X is not supported.
2021-09-30 sysutils/cfengine-masterfiles311: cfengine311 will retire at FreeBSD
11 EOL
2021-09-30 mail/postfix35: It is only here until FreeBSD 11 is EoL (Postfix >=
3.6 requires OpenSSL >= 1.1.x)
commit hash: b19fd158df56a285dcd38cc7310e908b05ecb982 commit hash: b19fd158df56a285dcd38cc7310e908b05ecb982 commit hash: b19fd158df56a285dcd38cc7310e908b05ecb982 commit hash: b19fd158df56a285dcd38cc7310e908b05ecb982 b19fd15
Saturday, 25 Sep 2021
20:28 Bernhard Froehlich (decke) search for other commits by this committer
security/py-paramiko1: Add CPE information

Approved by:	portmgr (blanket)
commit hash: 286291f16fef89ed494b803fd7991ffa541f0927 commit hash: 286291f16fef89ed494b803fd7991ffa541f0927 commit hash: 286291f16fef89ed494b803fd7991ffa541f0927 commit hash: 286291f16fef89ed494b803fd7991ffa541f0927 286291f
Wednesday, 4 Aug 2021
02:55 Li-Wen Hsu (lwhsu) search for other commits by this committer
security/py-paramiko1: Mark DEPRECATED

This was for letting ports migrating to newer version at security/py-paramiko.
The job has been done and this port has no consumer now.

Reported by:	sbz
commit hash: 3d3519cab7ed61b399b95a422e9e95201838c285 commit hash: 3d3519cab7ed61b399b95a422e9e95201838c285 commit hash: 3d3519cab7ed61b399b95a422e9e95201838c285 commit hash: 3d3519cab7ed61b399b95a422e9e95201838c285 3d3519c
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Monday, 28 Dec 2020
23:02 antoine search for other commits by this committer
Drop python 2.7 support from a few ports

With hat:	portmgr
Original commitRevision:559531 
Wednesday, 8 May 2019
14:56 amdmi3 search for other commits by this committer
- Fix test target

Approved by:	portmgr blanket
Original commitRevision:501025 
Wednesday, 20 Jun 2018
17:05 mat search for other commits by this committer
Use PY_FLAVOR for dependencies.

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

Sponsored by:	Absolight
Original commitRevision:472884 
Wednesday, 21 Mar 2018
09:17 lwhsu search for other commits by this committer
- Update to 1.18.5
Original commitRevision:465163 
Thursday, 30 Nov 2017
15:50 mat search for other commits by this committer
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
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
Original commitRevision:455210 
09:18 lwhsu search for other commits by this committer
- Update to 1.18.4
Original commitRevision:455188 
Friday, 14 Apr 2017
07:18 lwhsu search for other commits by this committer
- Update to 1.18.2
Original commitRevision:438493 
Thursday, 5 Jan 2017
06:14 lwhsu search for other commits by this committer
- Update to 1.18.1
Original commitRevision:430616 
Tuesday, 8 Nov 2016
05:46 lwhsu search for other commits by this committer
Add security/py-paramiko1, for ports that require paramiko 1.x

PR:		213893
Original commitRevision:425685 

Number of commits found: 14