svn commit: r361258 - head/science/bft
Tijl Coosemans
tijl at FreeBSD.org
Tue Jul 8 15:24:15 UTC 2014
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
More information about the svn-ports-head
mailing list