[Midnightbsd-cvs] mports [16514] trunk/math/mpfr: bump

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Aug 22 20:00:00 EDT 2014


Revision: 16514
          http://svnweb.midnightbsd.org/mports/?rev=16514
Author:   laffer1
Date:     2014-08-22 19:59:59 -0400 (Fri, 22 Aug 2014)
Log Message:
-----------
bump

Modified Paths:
--------------
    trunk/math/mpfr/Makefile
    trunk/math/mpfr/pkg-plist

Modified: trunk/math/mpfr/Makefile
===================================================================
--- trunk/math/mpfr/Makefile	2014-08-22 23:59:11 UTC (rev 16513)
+++ trunk/math/mpfr/Makefile	2014-08-22 23:59:59 UTC (rev 16514)
@@ -2,19 +2,22 @@
 
 PORTNAME=	mpfr
 PORTVERSION=	3.1.2
+PORTREVISION=	1
 CATEGORIES=	math devel
 MASTER_SITES=	http://www.mpfr.org/mpfr-current/
 DIST_SUBDIR=	${DISTNAME}
 
+PATCH_SITES=	${MASTER_SITES}
+PATCH_DIST_STRIP=	-p1
+
 MAINTAINER=	ports at MidnightBSD.org
-COMMENT=	A library for multiple-precision floating-point computations
-LICENSE=	lgpl
+COMMENT=	Library for multiple-precision floating-point computations
 
-LIB_DEPENDS=	gmp:${PORTSDIR}/math/gmp
+LICENSE=	lgpl3
 
-USE_AUTOTOOLS=	libtool
-USE_GNOME=	ltverhack
-USE_XZ=		yes
+LIB_DEPENDS=	libgmp.so:${PORTSDIR}/math/gmp
+
+USES=		libtool:keepla tar:xz
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-gmp=${LOCALBASE}
 
@@ -24,21 +27,7 @@
 
 PORTDOCS=	*
 
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 4015
-CONFIGURE_ARGS+=	--disable-thread-safe
-.endif
-
-.if defined(NOPORTDOCS)
-post-patch:
-	@${REINPLACE_CMD} 's/install-nobase_dist_docDATA$$//' \
-		${WRKSRC}/Makefile.in
-	@${REINPLACE_CMD} 's/install-data-am: install-dist_docDATA/install-data-am:/' \
-		${WRKSRC}/doc/Makefile.in
-.endif
-
 regression-test: build
 	@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: trunk/math/mpfr/pkg-plist
===================================================================
--- trunk/math/mpfr/pkg-plist	2014-08-22 23:59:11 UTC (rev 16513)
+++ trunk/math/mpfr/pkg-plist	2014-08-22 23:59:59 UTC (rev 16514)
@@ -3,4 +3,4 @@
 lib/libmpfr.a
 lib/libmpfr.la
 lib/libmpfr.so
-lib/libmpfr.so.4
+lib/libmpfr.so.5



More information about the Midnightbsd-cvs mailing list