From owner-svn-ports-all@freebsd.org Sun Mar 20 16:07:49 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 75ACBAD6223; Sun, 20 Mar 2016 16:07:49 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 443BB260; Sun, 20 Mar 2016 16:07:49 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2KG7mfk074808; Sun, 20 Mar 2016 16:07:48 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2KG7mLe074807; Sun, 20 Mar 2016 16:07:48 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201603201607.u2KG7mLe074807@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Sun, 20 Mar 2016 16:07:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411457 - head X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Mar 2016 16:07:49 -0000 Author: tijl Date: Sun Mar 20 16:07:48 2016 New Revision: 411457 URL: https://svnweb.freebsd.org/changeset/ports/411457 Log: - Add more information about USB printers to the 20160311 cups entry. - Clarify the 20160311 HPLIP entry a bit. PR: 207939 Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Sun Mar 20 15:58:24 2016 (r411456) +++ head/UPDATING Sun Mar 20 16:07:48 2016 (r411457) @@ -22,7 +22,8 @@ you update your ports collection, before HPLIP has been updated to verion 3.16.2. As part of the update support for the hpijs/foomatic-rip filter has been dropped. This has long been unsupported upstream. If you used this filter with your printer you'll - have to reconfigure it. + have to remove the printer with HP Device Manager and then add it back as + a new device. 20160311: AFFECTS: print/cups-base, print/cups-client, print/cups-image @@ -33,6 +34,18 @@ you update your ports collection, before update is to delete these packages first and then build and install print/cups. + The device URI of USB printers has changed so you have to adjust the + printer configuration. Go to http://localhost:631/printers/. Click on + your printer and select "Modify Printer" in the Administration drop-down. + You should then be able to select the new URI of the printer. The web + interface requires cookies and JavaScript to function properly so make + sure your browser does not block them. + + The package also installs a devd(8) configuration file now that gives + cups access to USB printers. Unless you have any special needs you can + remove any devd(8), devfs.conf(5) or devfs.rules(5) configuration related + to cups that you may have added in the past. + 20160306: AFFECTS: net-mgmt/yaf AUTHOR: pi@FreeBSD.org