From owner-svn-ports-branches@FreeBSD.ORG Tue Apr 29 03:59:27 2014 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D70F43C5; Tue, 29 Apr 2014 03:59:27 +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 C4674B0F; Tue, 29 Apr 2014 03:59:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3T3xRUR012187; Tue, 29 Apr 2014 03:59:27 GMT (envelope-from bsam@svn.freebsd.org) Received: (from bsam@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3T3xRha012186; Tue, 29 Apr 2014 03:59:27 GMT (envelope-from bsam@svn.freebsd.org) Message-Id: <201404290359.s3T3xRha012186@svn.freebsd.org> From: Boris Samorodov Date: Tue, 29 Apr 2014 03:59:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r352567 - branches/2014Q2/print/hplip X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Apr 2014 03:59:27 -0000 Author: bsam Date: Tue Apr 29 03:59:27 2014 New Revision: 352567 URL: http://svnweb.freebsd.org/changeset/ports/352567 QAT: https://qat.redports.org/buildarchive/r352567/ Log: MFH: r352549 Use foomatic-rip (from print/foomatic-filters) as foomatic-rip-hplip. Discussed at: freebsd-ports@ Tested by: O. Hartmann Approved by: makc (maintainer) Approved by: portmgr (miwi) Modified: branches/2014Q2/print/hplip/Makefile Directory Properties: branches/2014Q2/ (props changed) Modified: branches/2014Q2/print/hplip/Makefile ============================================================================== --- branches/2014Q2/print/hplip/Makefile Tue Apr 29 03:09:22 2014 (r352566) +++ branches/2014Q2/print/hplip/Makefile Tue Apr 29 03:59:27 2014 (r352567) @@ -3,6 +3,7 @@ PORTNAME= hplip PORTVERSION= 3.14.1 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= SF @@ -28,7 +29,6 @@ USES= dos2unix pkgconfig shebangfix GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-foomatic-ppd-install \ - --enable-foomatic-rip-hplip-install \ --enable-hpijs-install \ --with-cupsbackenddir=${PREFIX}/libexec/cups/backend \ --with-cupsfilterdir=${PREFIX}/libexec/cups/filter \ @@ -161,5 +161,6 @@ post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/etc/hp ${INSTALL_DATA} ${WRKSRC}/hplip.conf ${STAGEDIR}${PREFIX}/etc/hp/hplip.conf.sample ${STRIP_CMD} ${STRIP_FILES:S,^,${STAGEDIR}${PREFIX}/,} + ${LN} -sf ${LOCALBASE}/bin/foomatic-rip ${STAGEDIR}${PREFIX}/libexec/cups/filter/foomatic-rip-hplip .include