svn commit: r358056 - head/devel/googletest
Dmitry Marakasov
amdmi3 at FreeBSD.org
Mon Jun 16 22:21:26 UTC 2014
Author: amdmi3
Date: Mon Jun 16 22:21:25 2014
New Revision: 358056
URL: http://svnweb.freebsd.org/changeset/ports/358056
QAT: https://qat.redports.org/buildarchive/r358056/
Log:
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
Modified:
head/devel/googletest/Makefile
head/devel/googletest/pkg-plist
Modified: head/devel/googletest/Makefile
==============================================================================
--- head/devel/googletest/Makefile Mon Jun 16 22:03:09 2014 (r358055)
+++ head/devel/googletest/Makefile Mon Jun 16 22:21:25 2014 (r358056)
@@ -3,6 +3,7 @@
PORTNAME= googletest
PORTVERSION= 1.5.0
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= GOOGLE_CODE
DISTNAME= gtest-${PORTVERSION}
@@ -10,7 +11,7 @@ DISTNAME= gtest-${PORTVERSION}
MAINTAINER= clsung at FreeBSD.org
COMMENT= Framework for writing C++ tests on a variety of platforms
-USES= shebangfix
+USES= shebangfix libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USE_PYTHON_BUILD= 2
Modified: head/devel/googletest/pkg-plist
==============================================================================
--- head/devel/googletest/pkg-plist Mon Jun 16 22:03:09 2014 (r358055)
+++ head/devel/googletest/pkg-plist Mon Jun 16 22:21:25 2014 (r358056)
@@ -19,13 +19,13 @@ include/gtest/internal/gtest-string.h
include/gtest/internal/gtest-tuple.h
include/gtest/internal/gtest-type-util.h
lib/libgtest.a
-lib/libgtest.la
lib/libgtest.so
lib/libgtest.so.0
+lib/libgtest.so.0.0.0
lib/libgtest_main.a
-lib/libgtest_main.la
lib/libgtest_main.so
lib/libgtest_main.so.0
+lib/libgtest_main.so.0.0.0
share/aclocal/gtest.m4
@dirrm include/gtest/internal
@dirrm include/gtest
More information about the svn-ports-all
mailing list