From owner-svn-ports-all@FreeBSD.ORG Sun Mar 8 10:03:35 2015 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1252199C; Sun, 8 Mar 2015 10:03:35 +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 F1CB093A; Sun, 8 Mar 2015 10:03:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t28A3Yx2036288; Sun, 8 Mar 2015 10:03:34 GMT (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t28A3YRH036287; Sun, 8 Mar 2015 10:03:34 GMT (envelope-from dinoex@FreeBSD.org) Message-Id: <201503081003.t28A3YRH036287@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: dinoex set sender to dinoex@FreeBSD.org using -f From: Dirk Meyer Date: Sun, 8 Mar 2015 10:03:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r380754 - head/print/a2ps 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.18-1 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: Sun, 08 Mar 2015 10:03:35 -0000 Author: dinoex Date: Sun Mar 8 10:03:33 2015 New Revision: 380754 URL: https://svnweb.freebsd.org/changeset/ports/380754 QAT: https://qat.redports.org/buildarchive/r380754/ Log: - add CPE string PR: 198176 Submitted by: Shun Modified: head/print/a2ps/Makefile Modified: head/print/a2ps/Makefile ============================================================================== --- head/print/a2ps/Makefile Sun Mar 8 09:53:09 2015 (r380753) +++ head/print/a2ps/Makefile Sun Mar 8 10:03:33 2015 (r380754) @@ -18,13 +18,14 @@ LIB_DEPENDS= libpaper.so:${PORTSDIR}/pri PORTSCOUT= skipv:4.14 -USES= perl5 +USES= perl5 cpe USE_CSTD= gnu89 GNU_CONFIGURE= yes USE_LDCONFIG= yes INFO= a2ps ogonkify regex WRKSRC= ${WRKDIR}/${PORTNAME}-4.13 I18N_PACKAGE= i18n-fonts-0.1 +CPE_VENDOR= gnu CONFIGURE_ARGS= --with-medium=libpaper --sharedstatedir=${PREFIX}/share \ --sysconfdir=${PREFIX}/etc --datadir=${PREFIX}/share \