svn commit: r465874 - head/print/hpijs

Tijl Coosemans tijl at FreeBSD.org
Thu Mar 29 09:15:54 UTC 2018


Author: tijl
Date: Thu Mar 29 09:15:53 2018
New Revision: 465874
URL: https://svnweb.freebsd.org/changeset/ports/465874

Log:
  Mark deprecated because having both hpijs and hplip can be confusing.
  
  PR:		227047

Modified:
  head/print/hpijs/Makefile

Modified: head/print/hpijs/Makefile
==============================================================================
--- head/print/hpijs/Makefile	Thu Mar 29 09:04:08 2018	(r465873)
+++ head/print/hpijs/Makefile	Thu Mar 29 09:15:53 2018	(r465874)
@@ -14,6 +14,9 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 CONFLICTS=	hplip-[0-9]*
 
+DEPRECATED=	Unsupported since 2005, please migrate to print/hplip
+EXPIRATION_DATE=2018-09-30
+
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-cups-install
 CPPFLAGS+=	-I${LOCALBASE}/include


More information about the svn-ports-all mailing list