aboutsummaryrefslogtreecommitdiff
path: root/devel/googlemock/Makefile
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2010-06-08 08:56:16 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2010-06-08 08:56:16 +0000
commit66a7ef6089d9cdc426230a06e141e878d31569e9 (patch)
tree67d345e6b580756b23a6601148c869f4f63308ed /devel/googlemock/Makefile
parent29a210037f3efc9d9099cb5030ef76263a652807 (diff)
downloadports-66a7ef6089d9cdc426230a06e141e878d31569e9.tar.gz
ports-66a7ef6089d9cdc426230a06e141e878d31569e9.zip
- Update 1.5.0
PR: ports/146905 Submitted by: Yi-Huan Chan <yhchan_AT_csie dot nctu dot edu dot tw>
Notes
Notes: svn path=/head/; revision=256094
Diffstat (limited to 'devel/googlemock/Makefile')
-rw-r--r--devel/googlemock/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/googlemock/Makefile b/devel/googlemock/Makefile
index 4fb8cfb37561..b04167837138 100644
--- a/devel/googlemock/Makefile
+++ b/devel/googlemock/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= googlemock
-PORTVERSION= 1.4.0
+PORTVERSION= 1.5.0
CATEGORIES= devel
MASTER_SITES= GOOGLE_CODE
DISTNAME= gmock-${PORTVERSION}
@@ -14,13 +14,10 @@ DISTNAME= gmock-${PORTVERSION}
MAINTAINER= clsung@FreeBSD.org
COMMENT= A library for writing and using C++ mock classes
-BUILD_DEPENDS= googletest>=1.2.1:${PORTSDIR}/devel/googletest
+BUILD_DEPENDS= googletest>=1.5.0:${PORTSDIR}/devel/googletest
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USE_GCC= 4.2+
-#regression-mock:
-# cd ${WRKSRC}; ${MAKE} check
-
.include <bsd.port.mk>