Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 May 2014 18:42:06 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r355893 - head/math/tvmet
Message-ID:  <201405301842.s4UIg6iV014039@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri May 30 18:42:05 2014
New Revision: 355893
URL: http://svnweb.freebsd.org/changeset/ports/355893
QAT: https://qat.redports.org/buildarchive/r355893/

Log:
  - Convert USE_BZIP2 to USES
  - Clarify LICENSE
  - Switch to USES=libtool

Modified:
  head/math/tvmet/Makefile

Modified: head/math/tvmet/Makefile
==============================================================================
--- head/math/tvmet/Makefile	Fri May 30 18:40:25 2014	(r355892)
+++ head/math/tvmet/Makefile	Fri May 30 18:42:05 2014	(r355893)
@@ -3,6 +3,7 @@
 
 PORTNAME=	tvmet
 PORTVERSION=	1.7.2
+PORTREVISION=	1
 CATEGORIES=	math
 MASTER_SITES=	SF/${PORTNAME}/Tar.Gz_Bz2%20Archive/${PORTVERSION}
 
@@ -10,12 +11,12 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Tiny Vector and Matrix template library
 
 LICENSE=	LGPL21 # (or later)
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 OPTIONS_DEFINE=	CPPUNIT DEBUG DOCS EXAMPLES
 
-USE_BZIP2=	yes
-USES=		gmake
-USE_AUTOTOOLS=	libtool
+USES=		gmake tar:bzip2 libtool
+GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-cxx=${CXX}
 
 .include <bsd.port.options.mk>



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