From owner-svn-ports-all@freebsd.org Thu Mar 29 09:15:54 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5D276F62BB3; Thu, 29 Mar 2018 09:15:54 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 06DBC83561; Thu, 29 Mar 2018 09:15:54 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EC13A17E3A; Thu, 29 Mar 2018 09:15:53 +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 w2T9FrWF068607; Thu, 29 Mar 2018 09:15:53 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2T9Frsv068606; Thu, 29 Mar 2018 09:15:53 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201803290915.w2T9Frsv068606@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Thu, 29 Mar 2018 09:15:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r465874 - head/print/hpijs X-SVN-Group: ports-head X-SVN-Commit-Author: tijl X-SVN-Commit-Paths: head/print/hpijs X-SVN-Commit-Revision: 465874 X-SVN-Commit-Repository: ports 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.25 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: Thu, 29 Mar 2018 09:15:54 -0000 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