From owner-svn-ports-head@FreeBSD.ORG Sun Aug 5 22:28:43 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EE9D51065670; Sun, 5 Aug 2012 22:28:43 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id D9BB78FC0A; Sun, 5 Aug 2012 22:28:43 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q75MShcp033853; Sun, 5 Aug 2012 22:28:43 GMT (envelope-from gerald@svn.freebsd.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q75MShlX033851; Sun, 5 Aug 2012 22:28:43 GMT (envelope-from gerald@svn.freebsd.org) Message-Id: <201208052228.q75MShlX033851@svn.freebsd.org> From: Gerald Pfeifer Date: Sun, 5 Aug 2012 22:28:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r302138 - head/math/mpc X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 05 Aug 2012 22:28:44 -0000 Author: gerald Date: Sun Aug 5 22:28:43 2012 New Revision: 302138 URL: http://svn.freebsd.org/changeset/ports/302138 Log: Advise PORTSCOUT not to run into a false positive due to the server providing arbitrary redirects. [1] Remove ABI version numbers for library dependencies. Submitted by: shaun [1] Modified: head/math/mpc/Makefile Modified: head/math/mpc/Makefile ============================================================================== --- head/math/mpc/Makefile Sun Aug 5 22:14:38 2012 (r302137) +++ head/math/mpc/Makefile Sun Aug 5 22:28:43 2012 (r302138) @@ -13,8 +13,10 @@ MASTER_SITES= http://www.multiprecision. MAINTAINER= gerald@FreeBSD.org COMMENT= Library of complex numbers with arbitrarily high precision -LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ - mpfr.4:${PORTSDIR}/math/mpfr +LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp \ + mpfr:${PORTSDIR}/math/mpfr + +PORTSCOUT= site:http://www.multiprecision.org/index.php?prog=mpc&page=download GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gmp=${LOCALBASE} \