Date: Thu, 1 Feb 2007 00:44:24 +0300 (MSK) From: Boris Samorodov <bsam@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/108630: [patch] graphics/hpoj: drop BASH2 option and DEPRECATE the port Message-ID: <200701312144.l0VLiOxn061842@tinderbox.i386.ipt.ru> Resent-Message-ID: <200701312140.l0VLeH1X020059@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 108630 >Category: ports >Synopsis: [patch] graphics/hpoj: drop BASH2 option and DEPRECATE the port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Jan 31 21:40:16 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Boris Samorodov >Release: FreeBSD 7.0-CURRENT i386 >Organization: InPharmTech, Co. http://www.ipt.ru >Environment: System: FreeBSD tinderbox.i386.ipt.ru 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Mon Jan 29 02:38:41 MSK 2007 bsam@tinderbox.i386.ipt.ru:/usr/obj/usr/src/sys/GENERIC i386 >Description: 1. In preparation to deprecate shells/bash2 those dependencies should be dropped. 2. According to the official site this project is no longer maintained and HPLIP is recommended to be used instead: http://hpoj.sourceforge.net/ >How-To-Repeat: >Fix: - drop BASH2 option; - drop RUN_DEPENDS on shells/bash2; - do not bump PORTREVISION since the dependency is not default; - DEPRECATE the port and set EXPIRATION_DATE=2007-07-01: the project is no longer being developed, all future MFP support is being done by the HPLIP project (print/hplip) --- hpoj.diff begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/graphics/hpoj/Makefile,v retrieving revision 1.23 diff -u -r1.23 Makefile --- Makefile 7 May 2006 23:46:07 -0000 1.23 +++ Makefile 31 Jan 2007 21:28:35 -0000 @@ -19,17 +19,15 @@ NOT_FOR_ARCHS= sparc64 ia64 +DEPRECATED= the project is no longer being developed, all future MFP support is being done by the HPLIP project (print/hplip) +EXPIRATION_DATE=2007-07-01 + LIB_DEPENDS= sane.1:${PORTSDIR}/graphics/sane-backends \ usb:${PORTSDIR}/devel/libusb -.if defined(WITH_BASH2) -RUN_DEPENDS= bash:${PORTSDIR}/shells/bash2 -.else RUN_DEPENDS= bash:${PORTSDIR}/shells/bash -.endif OPTIONS= CUPS "CUPS support" on \ - SNMP "SNMP support (required for JetDirect)" on \ - BASH2 "Depend on older bash" off + SNMP "SNMP support (required for JetDirect)" on .if defined(WITH_X11) USE_QT_VER= 3 --- hpoj.diff ends here --- WBR -- bsam >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200701312144.l0VLiOxn061842>