svn commit: r302138 - head/math/mpc

Gerald Pfeifer gerald at FreeBSD.org
Sun Aug 5 22:28:44 UTC 2012


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 at 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} \



More information about the svn-ports-all mailing list