From owner-svn-ports-head@freebsd.org Thu Oct 12 22:39:13 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0A954E36CD6; Thu, 12 Oct 2017 22:39:13 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 CC43F6AC6B; Thu, 12 Oct 2017 22:39:12 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9CMdCfn034036; Thu, 12 Oct 2017 22:39:12 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9CMdCNp034035; Thu, 12 Oct 2017 22:39:12 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201710122239.v9CMdCNp034035@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Thu, 12 Oct 2017 22:39:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451937 - head/math/pspp X-SVN-Group: ports-head X-SVN-Commit-Author: cpm X-SVN-Commit-Paths: head/math/pspp X-SVN-Commit-Revision: 451937 X-SVN-Commit-Repository: ports 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.23 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: Thu, 12 Oct 2017 22:39:13 -0000 Author: cpm Date: Thu Oct 12 22:39:11 2017 New Revision: 451937 URL: https://svnweb.freebsd.org/changeset/ports/451937 Log: - Add CPE information for math/pspp Submitted by: swills via email Modified: head/math/pspp/Makefile Modified: head/math/pspp/Makefile ============================================================================== --- head/math/pspp/Makefile Thu Oct 12 22:31:10 2017 (r451936) +++ head/math/pspp/Makefile Thu Oct 12 22:39:11 2017 (r451937) @@ -16,7 +16,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= texinfo>0:print/texinfo LIB_DEPENDS= libgslcblas.so:math/gsl -USES= charsetfix gettext-tools gmake iconv localbase libtool perl5 pkgconfig readline +USES= cpe charsetfix gettext-tools gmake iconv localbase libtool \ + perl5 pkgconfig readline +CPE_VENDOR= gnu USE_GNOME= libxml2 USE_PERL5= build GNU_CONFIGURE= yes