From owner-svn-ports-all@FreeBSD.ORG Mon Apr 28 19:45:24 2014 Return-Path: Delivered-To: svn-ports-all@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 2D331DC4; Mon, 28 Apr 2014 19:45:24 +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 1A5CB1853; Mon, 28 Apr 2014 19:45:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3SJjN3n007734; Mon, 28 Apr 2014 19:45:23 GMT (envelope-from bsam@svn.freebsd.org) Received: (from bsam@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3SJjN8v007733; Mon, 28 Apr 2014 19:45:23 GMT (envelope-from bsam@svn.freebsd.org) Message-Id: <201404281945.s3SJjN8v007733@svn.freebsd.org> From: Boris Samorodov Date: Mon, 28 Apr 2014 19:45:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r352549 - head/print/hplip X-SVN-Group: ports-head 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.17 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: Mon, 28 Apr 2014 19:45:24 -0000 Author: bsam Date: Mon Apr 28 19:45:23 2014 New Revision: 352549 URL: http://svnweb.freebsd.org/changeset/ports/352549 QAT: https://qat.redports.org/buildarchive/r352549/ Log: Use foomatic-rip (from print/foomatic-filters) as foomatic-rip-hplip. Discussed at: freebsd-ports@ Tested by: O. Hartmann Approved by: makc (maintainer) MFH: 2014Q2 Modified: head/print/hplip/Makefile Modified: head/print/hplip/Makefile ============================================================================== --- head/print/hplip/Makefile Mon Apr 28 19:43:16 2014 (r352548) +++ head/print/hplip/Makefile Mon Apr 28 19:45:23 2014 (r352549) @@ -3,6 +3,7 @@ PORTNAME= hplip PORTVERSION= 3.14.4 +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 \ --enable-cups-ppd-install \ --with-cupsbackenddir=${PREFIX}/libexec/cups/backend \ @@ -162,5 +162,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