From owner-svn-ports-head@FreeBSD.ORG Fri Oct 24 18:18:19 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EC25D4CF; Fri, 24 Oct 2014 18:18:19 +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 D8B92994; Fri, 24 Oct 2014 18:18:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9OIIJcx067629; Fri, 24 Oct 2014 18:18:19 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9OIIJaK067627; Fri, 24 Oct 2014 18:18:19 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201410241818.s9OIIJaK067627@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 24 Oct 2014 18:18:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371460 - head/math/ufc X-SVN-Group: ports-head 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.18-1 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: Fri, 24 Oct 2014 18:18:20 -0000 Author: antoine Date: Fri Oct 24 18:18:18 2014 New Revision: 371460 URL: https://svnweb.freebsd.org/changeset/ports/371460 QAT: https://qat.redports.org/buildarchive/r371460/ Log: Unbreak Reported by: pkg-fallout Modified: head/math/ufc/Makefile head/math/ufc/pkg-plist Modified: head/math/ufc/Makefile ============================================================================== --- head/math/ufc/Makefile Fri Oct 24 17:41:38 2014 (r371459) +++ head/math/ufc/Makefile Fri Oct 24 18:18:18 2014 (r371460) @@ -16,8 +16,6 @@ LIB_DEPENDS= libboost_math_c99.so:${PORT # LICENSE= public domain USES= cmake python:2 -USE_PYTHON= distutils -PYDISTUTILS_PKGNAME= ufc CMAKE_ARGS+= -DUFC_PKGCONFIG_DIR=${PREFIX}/libdata/pkgconfig Modified: head/math/ufc/pkg-plist ============================================================================== --- head/math/ufc/pkg-plist Fri Oct 24 17:41:38 2014 (r371459) +++ head/math/ufc/pkg-plist Fri Oct 24 18:18:18 2014 (r371460) @@ -15,7 +15,3 @@ libdata/pkgconfig/ufc-1.pc %%DATADIR%%/UFCConfig.cmake %%DATADIR%%/UFCConfigVersion.cmake %%DATADIR%%/UseUFC.cmake -@dirrm %%DATADIR%% -@dirrm %%PYTHON_SITELIBDIR%%/ufc_utils -@dirrm %%PYTHON_SITELIBDIR%%/ufc -@dirrmtry include/swig