From owner-svn-ports-head@FreeBSD.ORG Sat Jul 19 10:26:20 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 591B7B82; Sat, 19 Jul 2014 10:26:20 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 46E872E34; Sat, 19 Jul 2014 10:26:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6JAQKBF066347; Sat, 19 Jul 2014 10:26:20 GMT (envelope-from makc@svn.freebsd.org) Received: (from makc@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6JAQKvb066346; Sat, 19 Jul 2014 10:26:20 GMT (envelope-from makc@svn.freebsd.org) Message-Id: <201407191026.s6JAQKvb066346@svn.freebsd.org> From: Max Brazhnikov Date: Sat, 19 Jul 2014 10:26:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362249 - head/print/hplip-plugin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Jul 2014 10:26:20 -0000 Author: makc Date: Sat Jul 19 10:26:19 2014 New Revision: 362249 URL: http://svnweb.freebsd.org/changeset/ports/362249 QAT: https://qat.redports.org/buildarchive/r362249/ Log: print/hplip-plugin: - Take maintainership - Make the port non-interactive, undeprecate - Remove NO_PACKAGE, the port is already marked as RESTRICTED - Remove now needless MAKE_ENV Modified: head/print/hplip-plugin/Makefile Modified: head/print/hplip-plugin/Makefile ============================================================================== --- head/print/hplip-plugin/Makefile Sat Jul 19 10:25:16 2014 (r362248) +++ head/print/hplip-plugin/Makefile Sat Jul 19 10:26:19 2014 (r362249) @@ -8,22 +8,17 @@ MASTER_SITES= http://www.openprinting.or DISTNAME= hplip-${DISTVERSION}-plugin EXTRACT_SUFX= .run -MAINTAINER= ports@FreeBSD.org +MAINTAINER= makc@FreeBSD.org COMMENT= Binary plugin for some HP Printers and All-in-One devices -DEPRECATED= Unmaintained interactive port -EXPIRATION_DATE=2014-08-20 - RUN_DEPENDS= hp-plugin:${PORTSDIR}/print/hplip +RESTRICTED= User must accept the license terms + USE_PYTHON= yes NO_BUILD= yes -RESTRICTED= User must accept the license terms -NO_PACKAGE= ${RESTRICTED} -IS_INTERACTIVE= yes WRKSRC= ${WRKDIR}/plugin_tmp HPLIP_FAKEDIR= ${WRKDIR}/hplip_fakedir -MAKE_ENV= HOME=/dev/null ONLY_FOR_ARCHS= amd64 i386 @@ -55,8 +50,8 @@ do-extract: @cd ${WRKDIR} && ${SH} ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} --keep --noexec post-patch: -# ${REINPLACE_CMD} -e 's|ok, ans = tui.enter_yes_no.*|ok, ans = 1, 1|' \ -# ${WRKSRC}/plugin_install.py + ${REINPLACE_CMD} -e 's|ok, ans = tui.enter_yes_no.*|ok, ans = 1, 1|' \ + ${WRKSRC}/plugin_install.py ${REINPLACE_CMD} -e 's|rules,||;s|rules_alt,||' ${WRKSRC}/plugin.spec ${REINPLACE_CMD} -e 's|/etc/hp|${HPLIP_FAKEDIR}|g' \ ${WRKSRC}/plugin_install.py