Date: Tue, 29 Apr 2014 03:59:27 +0000 (UTC) From: Boris Samorodov <bsam@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r352567 - branches/2014Q2/print/hplip Message-ID: <201404290359.s3T3xRha012186@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <ohartman@zedat.fu-berlin.de> 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 <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404290359.s3T3xRha012186>