FreeBSD Bugzilla – Attachment 178886 Details for
Bug 216068
devel/unittest-cpp: Update to 2.0.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
v2.0.0 patch
patch (text/plain), 2.15 KB, created by
Iblis Lin
on 2017-01-14 15:14:18 UTC
(
hide
)
Description:
v2.0.0 patch
Filename:
MIME Type:
Creator:
Iblis Lin
Created:
2017-01-14 15:14:18 UTC
Size:
2.15 KB
patch
obsolete
>diff --git a/devel/unittest-cpp/Makefile b/devel/unittest-cpp/Makefile >index 4463504..2344f1b 100644 >--- a/devel/unittest-cpp/Makefile >+++ b/devel/unittest-cpp/Makefile >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= unittest-cpp >-PORTVERSION= 1.6.1 >+PORTVERSION= 2.0.0 > DISTVERSIONPREFIX= v > CATEGORIES= devel > >diff --git a/devel/unittest-cpp/distinfo b/devel/unittest-cpp/distinfo >index e2ffa64..1fd5ec8 100644 >--- a/devel/unittest-cpp/distinfo >+++ b/devel/unittest-cpp/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1483277010 >-SHA256 (unittest-cpp-unittest-cpp-v1.6.1_GH0.tar.gz) = 1cc9071be01db190f26868fefb6a7af49ee56a339fc3b08d1a1e9eeca5376c45 >-SIZE (unittest-cpp-unittest-cpp-v1.6.1_GH0.tar.gz) = 52536 >+TIMESTAMP = 1484404298 >+SHA256 (unittest-cpp-unittest-cpp-v2.0.0_GH0.tar.gz) = 74852198877dc2fdebdc4e5e9bd074018bf8ee03a13de139bfe41f4585b2f5b9 >+SIZE (unittest-cpp-unittest-cpp-v2.0.0_GH0.tar.gz) = 54100 >diff --git a/devel/unittest-cpp/files/patch-CMakeLists.txt b/devel/unittest-cpp/files/patch-CMakeLists.txt >new file mode 100644 >index 0000000..2582038 >--- /dev/null >+++ b/devel/unittest-cpp/files/patch-CMakeLists.txt >@@ -0,0 +1,14 @@ >+--- CMakeLists.txt.orig 2017-01-14 14:55:56 UTC >++++ CMakeLists.txt >+@@ -106,5 +106,10 @@ set(exec_prefix ${CMAKE_INSTALL_PREFIX}/ >+ set(libdir ${CMAKE_INSTALL_PREFIX}/lib) >+ set(includedir ${CMAKE_INSTALL_PREFIX}/include/UnitTest++) >+ configure_file("UnitTest++.pc.in" "UnitTest++.pc" @ONLY) >++if(${CMAKE_SYSTEM_NAME} STREQUAL "FreeBSD") >++ set(pkgconfdir ${CMAKE_INSTALL_PREFIX}/libdata/pkgconfig) >++else() >++ set(pkgconfdir ${CMAKE_INSTALL_PREFIX}/lib/pkgconfig) >++endif() >+ install(FILES "${CMAKE_CURRENT_BINARY_DIR}/UnitTest++.pc" >+- DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig") >++ DESTINATION "${pkgconfdir}") >diff --git a/devel/unittest-cpp/pkg-plist b/devel/unittest-cpp/pkg-plist >index 1c296ff..df69a8b 100644 >--- a/devel/unittest-cpp/pkg-plist >+++ b/devel/unittest-cpp/pkg-plist >@@ -37,3 +37,4 @@ lib/cmake/UnitTest++/UnitTest++Config.cmake > lib/cmake/UnitTest++/UnitTest++Targets-%%CMAKE_BUILD_TYPE%%.cmake > lib/cmake/UnitTest++/UnitTest++Targets.cmake > lib/libUnitTest++.a >+libdata/pkgconfig/UnitTest++.pc
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 216068
: 178886