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) combinatio for a given watch list. This is what FreshPorts will look for.

non port: print/cloudprint/Makefile

Number of commits found: 17

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 
Monday, 9 Nov 2020
13:16 decke search for other commits by this committer
print/cloudprint: Add deprecation message

Official statement from Google:
"Google Cloud Print, Google's cloud-based printing solution will no longer
be supported as of December 31, 2020. Beginning January 1, 2021, devices
across all operating systems will not be able to print using Cloud Print.
We recommend that you find an alternative print solution with your
respective platform's printing infrastructure."
Original commitRevision:554719 
Friday, 29 May 2020
01:59 sunpoet search for other commits by this committer
Update RUN_DEPENDS for py-pycups 2.0.1 update

- Bump PORTREVISION for dependency change
Original commitRevision:536873 
Wednesday, 10 Apr 2019
06:18 antoine search for other commits by this committer
Bump a few PORTREVISIONs after r498529

With hat:	portmgr
Original commitRevision:498530 
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 
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 
Monday, 12 Jun 2017
08:37 decke search for other commits by this committer
Fix dependency issue with missing argparse since it's
removal in r427780. Upstream has switched to ConfigArgParse
in the meantime so let's update the port to latest master
and switch to ConfigArgParse.

PR:		219890
Reported by:	nimrodl@gmail.com
Thanks to:	koobs@FreeBSD.org
Original commitRevision:443416 
Sunday, 4 Dec 2016
13:08 rene search for other commits by this committer
Remove dependency on devel/py-argparse which is expired and included in
Python 2.7+ / 3.2+ by default.

sysutils/osquery fails to build because of C++ errors.
Original commitRevision:427780 
Wednesday, 16 Nov 2016
16:18 decke search for other commits by this committer
- Add missing runtime dependencies (requests, argparse)
- Bump PORTREVISION

PR:		210674
Submitted by:	Jochen Breuer <brejoc@gmail.com>
Original commitRevision:426248 
Friday, 1 Apr 2016
14:16 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412348 
Friday, 11 Dec 2015
10:07 sunpoet search for other commits by this committer
- Move print/py-cups to print/py-pycups
- Bump PORTREVISION for dependent ports
Original commitRevision:403517 
Monday, 7 Sep 2015
17:54 sunpoet search for other commits by this committer
- Update to 0.14
- Use automatic plist generation (USE_PYTHON=autoplist)
- Allow concurrent installation (USE_PYTHON=concurrent)
- Add NO_ARCH

Changes:	https://github.com/armooo/cloudprint/commits/master
PR:		202878
Submitted by:	sunpoet (myself)
Approved by:	decke (maintainer)
Original commitRevision:396331 
Thursday, 7 May 2015
17:32 mat search for other commits by this committer
Update ports in the p* categories to not use GH_COMMIT.

With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:385643 
Friday, 24 Oct 2014
16:43 mva search for other commits by this committer
- Convert ports of news/ and print/ to new USES=python

Approved by: portmgr (implicit)
Original commitRevision:371452 
Thursday, 17 Apr 2014
11:29 decke search for other commits by this committer
- Update to 0.11.20140216 which includes a fix from upstream
for running in a FreeNAS jail which does not have /dev/log.
Original commitRevision:351463 
Monday, 10 Mar 2014
09:20 decke search for other commits by this committer
- Add rc startscript with support to run cloudprint as unprivileged user
- Bump PORTREVISION
Original commitRevision:347727 
Wednesday, 5 Mar 2014
15:42 decke search for other commits by this committer
Google cloud print proxy utility for sharing your local
CUPS printers.

WWW: https://github.com/armooo/cloudprint
Original commitRevision:347116 

Number of commits found: 17