Date: Tue, 8 Jul 2014 15:24:15 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361258 - head/science/bft Message-ID: <201407081524.s68FOFHV031998@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Tue Jul 8 15:24:14 2014 New Revision: 361258 URL: http://svnweb.freebsd.org/changeset/ports/361258 QAT: https://qat.redports.org/buildarchive/r361258/ Log: Add USES=libtool and INSTALL_TARGET=install-strip Modified: head/science/bft/Makefile head/science/bft/pkg-plist Modified: head/science/bft/Makefile ============================================================================== --- head/science/bft/Makefile Tue Jul 8 15:18:44 2014 (r361257) +++ head/science/bft/Makefile Tue Jul 8 15:24:14 2014 (r361258) @@ -3,6 +3,7 @@ PORTNAME= bft PORTVERSION= 1.1.5 +PORTREVISION= 1 CATEGORIES= science parallel MASTER_SITES= http://research.edf.com/fichiers/fckeditor/Commun/Innovation/logiciels/code_saturne/Releases/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g} @@ -14,9 +15,10 @@ LICENSE= LGPL21 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USES= zip +USES= libtool zip USE_LDCONFIG= yes GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip TESTSBIN= bft_test bft_mem_usage_test bft_printf_test Modified: head/science/bft/pkg-plist ============================================================================== --- head/science/bft/pkg-plist Tue Jul 8 15:18:44 2014 (r361257) +++ head/science/bft/pkg-plist Tue Jul 8 15:24:14 2014 (r361258) @@ -12,7 +12,7 @@ include/bft_sys_info.h include/bft_timer.h include/bft_version.h lib/libbft.a -lib/libbft.la lib/libbft.so lib/libbft.so.1 +lib/libbft.so.1.0.0 man/man1/bft-config.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407081524.s68FOFHV031998>