From owner-svn-ports-head@freebsd.org Mon Feb 6 08:17:15 2017 Return-Path: Delivered-To: svn-ports-head@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 D0A18CD16F3; Mon, 6 Feb 2017 08:17:15 +0000 (UTC) (envelope-from ale@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 A0171110B; Mon, 6 Feb 2017 08:17:15 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v168HEeg051778; Mon, 6 Feb 2017 08:17:14 GMT (envelope-from ale@FreeBSD.org) Received: (from ale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v168HEZu051776; Mon, 6 Feb 2017 08:17:14 GMT (envelope-from ale@FreeBSD.org) Message-Id: <201702060817.v168HEZu051776@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ale set sender to ale@FreeBSD.org using -f From: Alex Dupre Date: Mon, 6 Feb 2017 08:17:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433476 - head/math/mpfr X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 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: Mon, 06 Feb 2017 08:17:15 -0000 Author: ale Date: Mon Feb 6 08:17:14 2017 New Revision: 433476 URL: https://svnweb.freebsd.org/changeset/ports/433476 Log: Add test target and update patches. PR: 216820 Submitted by: Iblis Lin Modified: head/math/mpfr/Makefile head/math/mpfr/distinfo Modified: head/math/mpfr/Makefile ============================================================================== --- head/math/mpfr/Makefile Mon Feb 6 08:14:30 2017 (r433475) +++ head/math/mpfr/Makefile Mon Feb 6 08:17:14 2017 (r433476) @@ -3,6 +3,7 @@ PORTNAME= mpfr PORTVERSION= 3.1.5 +PORTREVISION= 1 CATEGORIES= math devel MASTER_SITES= http://www.mpfr.org/mpfr-current/ DIST_SUBDIR= ${DISTNAME} @@ -18,14 +19,15 @@ LICENSE= LGPL3 #PATCH_DEPENDS= gpatch:devel/patch LIB_DEPENDS= libgmp.so:math/gmp -#PATCHLEVEL= 1 -#PATCHFILES!= /usr/bin/jot -s " " -w patch%02d ${PATCHLEVEL} 1 ${PATCHLEVEL} +PATCHLEVEL= 2 +PATCHFILES!= /usr/bin/jot -s " " -w patch%02d ${PATCHLEVEL} 1 ${PATCHLEVEL} #PATCH= ${LOCALBASE}/bin/gpatch USES= libtool tar:xz GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gmp=${LOCALBASE} INSTALL_TARGET= install-strip +TEST_TARGET= check USE_LDCONFIG= yes INFO= mpfr Modified: head/math/mpfr/distinfo ============================================================================== --- head/math/mpfr/distinfo Mon Feb 6 08:14:30 2017 (r433475) +++ head/math/mpfr/distinfo Mon Feb 6 08:17:14 2017 (r433476) @@ -1,3 +1,7 @@ -TIMESTAMP = 1475049382 +TIMESTAMP = 1486368778 SHA256 (mpfr-3.1.5/mpfr-3.1.5.tar.xz) = 015fde82b3979fbe5f83501986d328331ba8ddf008c1ff3da3c238f49ca062bc SIZE (mpfr-3.1.5/mpfr-3.1.5.tar.xz) = 1126668 +SHA256 (mpfr-3.1.5/patch01) = dfd62a42a239c427bb44087b4a520edbcd65bae6ad1fbe07303c96ee8696afbd +SIZE (mpfr-3.1.5/patch01) = 2608 +SHA256 (mpfr-3.1.5/patch02) = 88dfefa6d39c9fd5a26a40d9bbc73df8da93f946c65c06038026261d78d919f5 +SIZE (mpfr-3.1.5/patch02) = 3447