From owner-cvs-ports@FreeBSD.ORG Thu May 25 07:48:17 2006 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54DBC16A41F; Thu, 25 May 2006 07:48:17 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F31143D46; Thu, 25 May 2006 07:48:17 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4P7lMoi036768; Thu, 25 May 2006 07:47:22 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4P7lMIK036767; Thu, 25 May 2006 07:47:22 GMT (envelope-from dougb) Message-Id: <200605250747.k4P7lMIK036767@repoman.freebsd.org> From: Doug Barton Date: Thu, 25 May 2006 07:47:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/print/hplip Makefile distinfo pkg-plist ports/print/hplip/files hpiod.sh.in hpssd.sh.in patch-Makefile.in patch-io_hpiod_device.cpp X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 May 2006 07:48:17 -0000 dougb 2006-05-25 07:47:22 UTC FreeBSD ports repository Modified files: print/hplip Makefile distinfo pkg-plist print/hplip/files hpiod.sh.in hpssd.sh.in patch-Makefile.in patch-io_hpiod_device.cpp Log: From the PR: 1. Update to version 0.9.11, the latest from HP. 2. Add WITH_GUI option so that the port can be built without the py-qt dependency. 3. Fix incorrect broken for 4.x check. On my own: 4. Tune up the rc.d startup scripts to look more like the example in the Porter's Handbook, including removal of the spurious FreeBSD KEYWORD. PR: ports/97661 Submitted by: "Anish Mistry" (maintainer) Revision Changes Path 1.3 +12 -4 ports/print/hplip/Makefile 1.2 +3 -3 ports/print/hplip/distinfo 1.2 +7 -8 ports/print/hplip/files/hpiod.sh.in 1.2 +8 -9 ports/print/hplip/files/hpssd.sh.in 1.2 +17 -37 ports/print/hplip/files/patch-Makefile.in 1.2 +1 -10 ports/print/hplip/files/patch-io_hpiod_device.cpp 1.2 +160 -14 ports/print/hplip/pkg-plist