From owner-svn-ports-head@FreeBSD.ORG Sat Mar 8 08:58:02 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4566979; Sat, 8 Mar 2014 08:58:02 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 323EFBC7; Sat, 8 Mar 2014 08:58:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s288w2qo039700; Sat, 8 Mar 2014 08:58:02 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s288w17L039697; Sat, 8 Mar 2014 08:58:01 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201403080858.s288w17L039697@svn.freebsd.org> From: Antoine Brodin Date: Sat, 8 Mar 2014 08:58:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r347456 - head/devel/tnt 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.17 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: Sat, 08 Mar 2014 08:58:02 -0000 Author: antoine Date: Sat Mar 8 08:58:01 2014 New Revision: 347456 URL: http://svnweb.freebsd.org/changeset/ports/347456 QAT: https://qat.redports.org/buildarchive/r347456/ Log: Unbreak Modified: head/devel/tnt/Makefile head/devel/tnt/pkg-descr head/devel/tnt/pkg-plist Modified: head/devel/tnt/Makefile ============================================================================== --- head/devel/tnt/Makefile Sat Mar 8 08:31:31 2014 (r347455) +++ head/devel/tnt/Makefile Sat Mar 8 08:58:01 2014 (r347456) @@ -6,20 +6,18 @@ PORTVERSION= 1.2.6 CATEGORIES= devel math MASTER_SITES= http://math.nist.gov/tnt/ DISTNAME= ${PORTNAME}_126 -.ifndef NOPORTDOCS -DISTFILES=${DISTNAME}${EXTRACT_SUFX} tnt120doc.zip -.endif +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} tnt120doc.zip DIST_SUBDIR= tnt EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= erik@bz.bzflag.bz COMMENT= Template Numerical Toolkit -BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip - -USES= zip +USES= zip:infozip NO_BUILD= yes +OPTIONS_DEFINE= DOCS + PORTDOCS= * do-install: Modified: head/devel/tnt/pkg-descr ============================================================================== --- head/devel/tnt/pkg-descr Sat Mar 8 08:31:31 2014 (r347455) +++ head/devel/tnt/pkg-descr Sat Mar 8 08:58:01 2014 (r347456) @@ -16,4 +16,4 @@ information. By specifying only the inte utilize such algorithms, while giving library developers the greatest flexibility in employing optimization or portability strategies. -WWW: http://math.nist.gov/tnt/ +WWW: http://math.nist.gov/tnt/ Modified: head/devel/tnt/pkg-plist ============================================================================== --- head/devel/tnt/pkg-plist Sat Mar 8 08:31:31 2014 (r347455) +++ head/devel/tnt/pkg-plist Sat Mar 8 08:58:01 2014 (r347456) @@ -19,4 +19,4 @@ include/tnt/tnt_stopwatch.h include/tnt/tnt_subscript.h include/tnt/tnt_vec.h include/tnt/tnt_version.h -@dirrm include/tnt/ +@dirrm include/tnt