svn commit: r364830 - head/math/wfmath
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu Aug 14 05:45:11 UTC 2014
Author: amdmi3
Date: Thu Aug 14 05:45:10 2014
New Revision: 364830
URL: http://svnweb.freebsd.org/changeset/ports/364830
QAT: https://qat.redports.org/buildarchive/r364830/
Log:
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
Modified:
head/math/wfmath/Makefile
head/math/wfmath/pkg-plist
Modified: head/math/wfmath/Makefile
==============================================================================
--- head/math/wfmath/Makefile Thu Aug 14 05:44:52 2014 (r364829)
+++ head/math/wfmath/Makefile Thu Aug 14 05:45:10 2014 (r364830)
@@ -3,14 +3,14 @@
PORTNAME= wfmath
PORTVERSION= 1.0.2
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= math
MASTER_SITES= SF/worldforge/${PORTNAME}%20%28math%20lib%29/${PORTVERSION}
MAINTAINER= oliver at FreeBSD.org
COMMENT= Worldforge math library
-USES= pathfix pkgconfig compiler:c++11-lib
+USES= libtool pathfix pkgconfig compiler:c++11-lib
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
Modified: head/math/wfmath/pkg-plist
==============================================================================
--- head/math/wfmath/pkg-plist Thu Aug 14 05:44:52 2014 (r364829)
+++ head/math/wfmath/pkg-plist Thu Aug 14 05:45:10 2014 (r364830)
@@ -35,9 +35,9 @@ include/wfmath-1.0/wfmath/vector_funcs.h
include/wfmath-1.0/wfmath/wfmath.h
include/wfmath-1.0/wfmath/wrapped_array.h
include/wfmath-1.0/wfmath/zero.h
-lib/libwfmath-1.0.la
lib/libwfmath-1.0.so
lib/libwfmath-1.0.so.1
+lib/libwfmath-1.0.so.1.0.0
libdata/pkgconfig/wfmath-1.0.pc
@dirrm include/wfmath-1.0/wfmath
@dirrm include/wfmath-1.0
More information about the svn-ports-head
mailing list