Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Aug 2012 22:28:43 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r302138 - head/math/mpc
Message-ID:  <201208052228.q75MShlX033851@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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} \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208052228.q75MShlX033851>