Bug 108630 - [patch] graphics/hpoj: drop BASH2 option and DEPRECATE the port
Summary: [patch] graphics/hpoj: drop BASH2 option and DEPRECATE the port
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Volker Stolz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-31 21:40 UTC by Boris Samorodov
Modified: 2007-02-01 09:20 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Boris Samorodov freebsd_committer freebsd_triage 2007-01-31 21:40:16 UTC
	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/

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)



WBR
-- 
bsam--SMQck4SyU6iCcEBGhGqKubNpNzDV43GQKppMJbGdEugnHnU2
Content-Type: text/plain; name="hpoj.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="hpoj.diff"

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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-01-31 21:40:31 UTC
Responsible Changed
From-To: freebsd-ports-bugs->vs

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-02-01 09:11:51 UTC
vs          2007-02-01 09:11:46 UTC

  FreeBSD ports repository

  Modified files:
    graphics/hpoj        Makefile 
  Log:
  - drop BASH2 option;
  - drop RUN_DEPENDS on shells/bash2;
  - 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)
  
  PR:             ports/108630
  Submitted by:   bsam@
  
  Revision  Changes    Path
  1.24      +5 -7      ports/graphics/hpoj/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Volker Stolz freebsd_committer freebsd_triage 2007-02-01 09:12:09 UTC
State Changed
From-To: open->closed

Committed, thanks!