FreeBSD Bugzilla – Attachment 140844 Details for
Bug 187562
Update devel/googletest to version 1.7.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch.txt
patch.txt (text/plain; charset=US-ASCII), 2.35 KB, created by
Jimmy Kelley
on 2014-03-14 02:00:45 UTC
(
hide
)
Description:
patch.txt
Filename:
MIME Type:
Creator:
Jimmy Kelley
Created:
2014-03-14 02:00:45 UTC
Size:
2.35 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 348055) >+++ Makefile (working copy) >@@ -2,26 +2,35 @@ > # $FreeBSD$ > > PORTNAME= googletest >-PORTVERSION= 1.5.0 >+PORTVERSION= 1.7.0 > CATEGORIES= devel > MASTER_SITES= GOOGLE_CODE > DISTNAME= gtest-${PORTVERSION} >+EXTRACT_SUFX= .zip > > MAINTAINER= clsung@FreeBSD.org > COMMENT= A framework for writing C++ tests on a variety of platforms > >-USES= shebangfix >+LICENSE= BSD >+ >+USES= gmake >+USE_ZIP= yes > GNU_CONFIGURE= yes > USE_LDCONFIG= yes >-USE_PYTHON_BUILD= 2 > >-python_OLD_CMD= /usr/bin/env python >-python_CMD= /usr/bin/env python2 >-SHEBANG_FILES= scripts/fuse_gtest_files.py scripts/gen_gtest_pred_impl.py \ >- scripts/pump.py >+do-install: >+ ${INSTALL_SCRIPT} ${WRKSRC}/scripts/gtest-config ${STAGEDIR}${PREFIX}/bin >+ ${INSTALL_PROGRAM} ${WRKSRC}/lib/.libs/libgtest*.a ${STAGEDIR}${PREFIX}/lib >+ ${INSTALL_DATA} ${WRKSRC}/lib/.libs/libgtest*.la ${STAGEDIR}${PREFIX}/lib >+ ${INSTALL_PROGRAM} ${WRKSRC}/lib/.libs/libgtest*.so.* ${STAGEDIR}${PREFIX}/lib >+ ${LN} -fs libgtest.so.0 ${STAGEDIR}${PREFIX}/lib/libgtest.so >+ ${LN} -fs libgtest_main.so.0 ${STAGEDIR}${PREFIX}/lib/libgtest_main.so >+ ${MKDIR} ${STAGEDIR}${PREFIX}/include/gtest/internal >+ ${INSTALL_DATA} ${WRKSRC}/include/gtest/internal/*.h ${STAGEDIR}${PREFIX}/include/gtest/internal >+ ${INSTALL_DATA} ${WRKSRC}/include/gtest/*.h ${STAGEDIR}${PREFIX}/include/gtest >+ ${INSTALL_DATA} ${WRKSRC}/m4/gtest.m4 ${STAGEDIR}${PREFIX}/share/aclocal > > regression-test: > cd ${WRKSRC}; ${MAKE} check > >- > .include <bsd.port.mk> >Index: distinfo >=================================================================== >--- distinfo (revision 348055) >+++ distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (gtest-1.5.0.tar.gz) = 24156a23cfa49a194c48d1b630fd8eaa63fffc403719b5ddb94cdbe8d9a96aff >-SIZE (gtest-1.5.0.tar.gz) = 896874 >+SHA256 (gtest-1.7.0.zip) = 247ca18dd83f53deb1328be17e4b1be31514cedfc1e3424f672bf11fd7e0d60d >+SIZE (gtest-1.7.0.zip) = 1164254 >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 348055) >+++ pkg-plist (working copy) >@@ -7,6 +7,7 @@ > include/gtest/gtest-typed-test.h > include/gtest/gtest.h > include/gtest/gtest_pred_impl.h >+include/gtest/gtest-printers.h > include/gtest/gtest_prod.h > include/gtest/internal/gtest-death-test-internal.h > include/gtest/internal/gtest-filepath.h
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 187562
: 140844 |
144798
|
145880
|
148803
|
148804
|
148805
|
148806
|
148807
|
148808
|
149345
|
149822
|
149823
|
149824