From owner-svn-ports-all@freebsd.org Sat Oct 22 08:24:55 2016 Return-Path: Delivered-To: svn-ports-all@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 2577CC1A51B; Sat, 22 Oct 2016 08:24:55 +0000 (UTC) (envelope-from jhale@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 DB1E6D1D; Sat, 22 Oct 2016 08:24:54 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9M8Or7N028406; Sat, 22 Oct 2016 08:24:53 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9M8OrMK028405; Sat, 22 Oct 2016 08:24:53 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201610220824.u9M8OrMK028405@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Sat, 22 Oct 2016 08:24:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424453 - head/math/libqalculate 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.23 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: Sat, 22 Oct 2016 08:24:55 -0000 Author: jhale Date: Sat Oct 22 08:24:53 2016 New Revision: 424453 URL: https://svnweb.freebsd.org/changeset/ports/424453 Log: No more need to redefine PATHFIX_MAKEFILEIN with latest pathfix.mk rev Modified: head/math/libqalculate/Makefile Modified: head/math/libqalculate/Makefile ============================================================================== --- head/math/libqalculate/Makefile Sat Oct 22 08:21:52 2016 (r424452) +++ head/math/libqalculate/Makefile Sat Oct 22 08:24:53 2016 (r424453) @@ -20,7 +20,6 @@ USE_GNOME= glib20 intltool libxml2 USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -PATHFIX_MAKEFILEIN= Makefile.am USE_GITHUB= yes GH_ACCOUNT= Qalculate