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: print/cups/distinfo

Number of commits found: 34

Friday, 17 Nov 2023
22:10 Tijl Coosemans (tijl) search for other commits by this committer
print/cups: Fix build with GNUTLS disabled

PR:		275154
commit hash: 6218c0ab259f38c6e9ec88291b95a333c07d8c60 commit hash: 6218c0ab259f38c6e9ec88291b95a333c07d8c60 commit hash: 6218c0ab259f38c6e9ec88291b95a333c07d8c60 commit hash: 6218c0ab259f38c6e9ec88291b95a333c07d8c60 6218c0a
15:44 Tijl Coosemans (tijl) search for other commits by this committer
print/cups: Update to 2.4.7
commit hash: f381770c4503ef2b39c3fa6c808d6e48e52140e2 commit hash: f381770c4503ef2b39c3fa6c808d6e48e52140e2 commit hash: f381770c4503ef2b39c3fa6c808d6e48e52140e2 commit hash: f381770c4503ef2b39c3fa6c808d6e48e52140e2 f381770
Tuesday, 11 Jul 2023
20:10 Tijl Coosemans (tijl) search for other commits by this committer
print/cups: Use upstream release tarball

PR:		272167
commit hash: 21e620488c1e545a0af680a7c5d1aecc50fd04ce commit hash: 21e620488c1e545a0af680a7c5d1aecc50fd04ce commit hash: 21e620488c1e545a0af680a7c5d1aecc50fd04ce commit hash: 21e620488c1e545a0af680a7c5d1aecc50fd04ce 21e6204
Friday, 23 Jun 2023
14:44 Tijl Coosemans (tijl) search for other commits by this committer
print/cups: Update to 2.4.6
commit hash: 13f045cb4061a2f67716a78a46c00db56ff77246 commit hash: 13f045cb4061a2f67716a78a46c00db56ff77246 commit hash: 13f045cb4061a2f67716a78a46c00db56ff77246 commit hash: 13f045cb4061a2f67716a78a46c00db56ff77246 13f045c
Monday, 1 May 2023
12:50 Tijl Coosemans (tijl) search for other commits by this committer
print/cups: Fix issues with color printing

PR:		271163
commit hash: 61428d4580e26bfceed1d8fafaa55952510cc07c commit hash: 61428d4580e26bfceed1d8fafaa55952510cc07c commit hash: 61428d4580e26bfceed1d8fafaa55952510cc07c commit hash: 61428d4580e26bfceed1d8fafaa55952510cc07c 61428d4
Friday, 27 May 2022
16:58 Tijl Coosemans (tijl) search for other commits by this committer
print/cups: update to 2.4.2
commit hash: 9519440953d7520c5642b2adaf8ac64c2af3b7b4 commit hash: 9519440953d7520c5642b2adaf8ac64c2af3b7b4 commit hash: 9519440953d7520c5642b2adaf8ac64c2af3b7b4 commit hash: 9519440953d7520c5642b2adaf8ac64c2af3b7b4 9519440
Sunday, 1 May 2022
08:39 Tijl Coosemans (tijl) search for other commits by this committer
print/cups: update to 2.4.1

PR:		263672
commit hash: 2c00022c720aff69cfcb6ccacd880ac102579c9e commit hash: 2c00022c720aff69cfcb6ccacd880ac102579c9e commit hash: 2c00022c720aff69cfcb6ccacd880ac102579c9e commit hash: 2c00022c720aff69cfcb6ccacd880ac102579c9e 2c00022
Tuesday, 16 Feb 2021
17:20 tijl search for other commits by this committer
Follow other distributions and switch to OpenPrinting version of CUPS.

It tracks the current Apple CUPS sources and includes common changes and
bug fixes for the various Linux distributions and other UNIX(r)-like
operating systems.

PR:		253244
Submitted by:	pi
Original commitRevision:565417 
Wednesday, 24 Jun 2020
10:22 tijl search for other commits by this committer
Update to 2.3.3.
Original commitRevision:540023 
Monday, 2 Mar 2020
19:27 tijl search for other commits by this committer
Update to 2.2.13.
Original commitRevision:527648 
Friday, 16 Aug 2019
12:08 tijl search for other commits by this committer
Update to 2.2.12.

MFH:		2019Q3
Security:	https://github.com/apple/cups/releases/tag/v2.2.12
Security:	CVE-2019-8675
Security:	CVE-2019-8696
Original commitRevision:509075 
Friday, 19 Apr 2019
15:01 tijl search for other commits by this committer
Update to 2.2.11.
Original commitRevision:499367 
Friday, 14 Dec 2018
17:14 tijl search for other commits by this committer
Update to 2.2.10.
Original commitRevision:487450 
Wednesday, 6 Jun 2018
14:26 tijl search for other commits by this committer
Update to 2.2.8.
Original commitRevision:471845 
Tuesday, 1 May 2018
16:24 tijl search for other commits by this committer
- Update to 2.2.7.
- Remove -Wl,-R flag from cups-config output to fix out of tree builds of
  Gnome.  The -R flag takes precedence over -L flags when the linker
  searches for dependencies of libraries listed on the command line which
  can be unexpected.  Therefore, config scripts like this should only
  provide -L flags.  An rpath is then typically generated automatically by
  the build system (cmake, libtool,...). [1]

PR:		227891 [1]
Reported by:	Ting-Wei Lan <lantw44@gmail.com>
Original commitRevision:468766 
Thursday, 2 Nov 2017
17:03 tijl search for other commits by this committer
Update to 2.2.6.
Original commitRevision:453352 
Tuesday, 16 May 2017
19:36 tijl search for other commits by this committer
Update to 2.2.3.
Original commitRevision:441051 
Wednesday, 18 Jan 2017
13:41 tijl search for other commits by this committer
Update to 2.2.2.
Original commitRevision:431797 
Monday, 17 Oct 2016
17:47 tijl search for other commits by this committer
Update to 2.2.1.
Original commitRevision:424135 
Saturday, 25 Jun 2016
15:41 tijl search for other commits by this committer
- Update to 2.1.4.
- Let the socket backend print debug messages on the DEBUG channel.  The
  other channels affect the printer status message in lpstat(1) which can
  be confusing. [1]

PR:		203058 [1]
Original commitRevision:417473 
Friday, 11 Mar 2016
11:53 tijl search for other commits by this committer
Combine print/cups-base, print/cups-client and print/cups-image into
print/cups and update it to 2.1.3.  Also remove print/cups-pstoraster,
improve print/cups-filters, print/foomatic-* and update print/hplip to
3.16.2.

Long description:

First some background.  When you hand a file to cups it sets up a chain of
filter programs that converts the file to something a printer understands.
Each filter has a cost associated with it and cups tries to find the
cheapest chain.  Costs used to be configured in such a way that files were
first converted to PostScript.  This could then be manipulated further (e.g.
putting multiple pages on one sheet) before finally being sent to a
PostScript printer or another filter like pstoraster which produces a raster
format understood by non-PostScript printer drivers.  Nowadays most filters
have been moved from cups to cups-filters and they have been configured to
use PDF as an intermediate format instead of PostScript.

Merging of cups-base, cups-client and cups-image into print/cups:
- cups-image provides a library to work with the cups raster format.  It is
  only used to implement filters and printer drivers and these only exist
  in the context of a cups server so there's no need to separate this from
  cups-base.
- cups-client provides a library that allows applications to print via cups.
  It is possible to use the library to access a remote cups server without
  running a local cups server, but such a setup is discouraged and the
  configuration file to set this up has been marked deprecated.  It is
  better to run a local cups server and let that talk to the remote cups
  server because then you have the benefits of local job queuing in case the
  remote server is down or busy.  Given this and the fact that without
  filters cups-base is now smaller than it used to be it makes sense to
  merge the ports.  The patch also adds options IPPTOOL, DOCS and NLS which
  when disabled make the new cups package smaller than the current
  cups-client package.  Merging the ports also prevents problems with
  options like ZEROCONF being configured differently in both ports.
- print/cups was a metaport that depended on cups-base and some filters.
  There isn't really a need for such a metaport so cups-base can be renamed
  to cups.  The filters can be depended on by printer drivers such as hplip
  if they need them.

Additional changes to the new print/cups:
- Clean up the patches.  They seem to have been regenerated with post-patch
  changes included.
- Add a patch to prevent intermediate conversion to PDF when a PostScript
  file is sent to a PostScript printer when cups-filters is installed.
- Fix the PAM configuration file.
- Add a patch to let the server search /usr/local/share/ppd like on Linux so
  other ports don't have to add links to it.
- Remove ulpt(4) helper scripts.  The port uses libusb with ugen(4).
- Remove support for mDNSResponder.  cups-filters only supports Avahi.
- Combine ICONS and XDG_OPEN options into an X11 option to support WITHOUT_X11.
- Optionally depend on colord for ICC profile support.
- Various smaller changes.

Changes to print/cups-filters:
- Let the cups_browsed rc.d script depend on cupsd and avahi_daemon instead
  of LOGIN.
- Development of foomatic-filters has been moved to cups-filters so let this
  port install foomatic related files and add foomatic-filters to CONFLICTS.
- Fix location of liblouis tables.
- Add patch to fix ICC support.

Changes to print/cups-pstoraster:
This port is essentially an old version of Ghostscript plus a cups filter.
It's no longer developed.  This commit removes it and changes existing
dependencies to print/cups-filters which depends on print/ghostscript* and
includes a gstoraster filter that can handle both PostScript and PDF.

Changes to print/foomatic-db*:
Remove old MASTER_SITES and dependencies and eliminate PKGNAMEPREFIX.

Changes to print/foomatic-filters:
Install beh backend with its original name again and add cups-filters to
CONFLICTS.

Changes to print/hplip:
- Stop installing hpijs/foomatic-rip support.  This is no longer supported
  upstream.
- Stop installing hpcups PPDs.  These are now automatically generated.  The
  bundled PPDs are generated for an older version of cups.
- Rename the QT option to X11 to support WITHOUT_X11.
- Simplify the patches now that ports are installed in a staging area.
- Add a patch to set SO_REUSEPORT (next to SO_REUSEADDR) on the mDNS socket
  like avahi-daemon does.  This fixes Zeroconf support for HP network
  printers.

PR:		207746
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:410825 
Sunday, 6 Aug 2006
09:14 itetcu search for other commits by this committer
- update to 1.2.2 [1]
- tell in pkg-message about permissions needed [2] [3]
- fix man / mlink install [4] [5]
- don't remove dirs listed in bsd.local.dist [6]
- conflict with LPRng [7]
- fix OPTIONS handling [8]
- fix printing raw data using application/octet-stream [9]
- some other small fixes

Please note that the biggest part of the work was done by Marcin Wisnicki and
this commit it's based manly on his work.

PR:             ports/99624 [1]
                ports/99460 [2] ports/99745 [3]
                ports/99798 [4] ports/101175 [5]
                ports/100865 [6]
                ports/99791 [7]
                ports/99786 [8]
                ports/99707 [9]
Submitted by:   Marcin Wisnicki [1]
                Nicolas Blais [2],Osamu Hasegawa [3]
                Tsurutani Naoki [4], Dominic Fandrey [5]
                Stanislav Sedov [6]
                Leif Pedersen [7]
                Harald Schmalzbauer [8]
                Jonathan Fosburgh [9]
Rewiev by:      many with no objections
Approved by:    maintainer timeout
Original commit
Monday, 24 Jan 2005
17:23 sem search for other commits by this committer
- Update to 1.1.23
- Build with GNUTLS isntead of OpenSSL by default to fix FireFox issues
- Fixed man languages
- Change maintainer e-mail
- Pass maintainership of print/cups to submitter

PR:             ports/76337
Submitted by:   Sergey Akifyev <asa(at)agava.com> (maintainer of cups-base and
cups-lpr)
Original commit
Monday, 15 Nov 2004
04:24 dougb search for other commits by this committer
Update to 1.1.22, which was released on 29 October and is the
latest version. While I'm here, make pkg-message print the
actual prefix when the port is installed, and a nicer message
for package installs.

This version of the software also includes 'es' man pages to
go with the 'fr' ones.
Original commit
Sunday, 14 Nov 2004
23:09 lofi search for other commits by this committer
Update to 1.1.21.

PR: 71811
Submitted by: maintainer
Original commit
Thursday, 4 Dec 2003
10:04 pav search for other commits by this committer
- Update to 1.1.20

PR:             ports/59709
Submitted by:   Sergey Akifyev <asa@gascom.ru> (maintainer)
Approved by:    adamw (mentor)
Original commit
Monday, 21 Jul 2003
14:28 arved search for other commits by this committer
Update to 1.1.19
Original commit
Wednesday, 22 Jan 2003
13:54 alane search for other commits by this committer
Long awaited update to 1.1.18.0
Original commit
Saturday, 23 Feb 2002
16:46 nectar search for other commits by this committer
Update 1.1.12 -> 1.1.14    
Original commit
Monday, 19 Nov 2001
22:17 dwcjr search for other commits by this committer
Update cups to 1.1.12    
Original commit
Monday, 27 Aug 2001
12:48 greid search for other commits by this committer
Update to version 1.1.10 and give maintainership to submitter    
Original commit
Monday, 26 Feb 2001
04:48 steve search for other commits by this committer
Update to version 1.1.6-2    
Original commit
Friday, 26 Jan 2001
11:54 jeh search for other commits by this committer
Update port print/cups to 1.1.6   Changes:        o PORTREVISION removed (two
typos fixed in source distribution          which were fixed by patches for
cups-1.1.5).          Incidentally, PORTREVISION is spelled wrong in r1.2 of the
          port's Makefile.        o patch-aa and patch-ad now obsolete        o
MD5 checksum    
Original commit
Sunday, 7 Jan 2001
00:52 jeh search for other commits by this committer
New Ports:  print/cups   CUPS provides a portable printing layer for UNIX-based
operating systems.    
Original commit

Number of commits found: 34