diff options
author | Vasil Dimov <vd@FreeBSD.org> | 2006-10-31 06:12:53 +0000 |
---|---|---|
committer | Vasil Dimov <vd@FreeBSD.org> | 2006-10-31 06:12:53 +0000 |
commit | 9bac0e7cd8f5f90e97cfdc5167d74f9b2bcc2909 (patch) | |
tree | f4a2464141df9532089a3fffc70c7da8a107285e /devel/google-sparsehash | |
parent | b6e1e4d44953c3c61598276b850e19eaf95b2759 (diff) |
* Upgrade devel/google-sparsehash from 0.4 to 0.5
* Add regression-test: target which is an alias for check:
Notes
Notes:
svn path=/head/; revision=175699
Diffstat (limited to 'devel/google-sparsehash')
-rw-r--r-- | devel/google-sparsehash/Makefile | 4 | ||||
-rw-r--r-- | devel/google-sparsehash/distinfo | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/devel/google-sparsehash/Makefile b/devel/google-sparsehash/Makefile index 6db6551ff2eb..de73c06acd3c 100644 --- a/devel/google-sparsehash/Makefile +++ b/devel/google-sparsehash/Makefile @@ -6,7 +6,7 @@ # PORTNAME= google-sparsehash -PORTVERSION= 0.4 +PORTVERSION= 0.5 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= goog-sparsehash @@ -37,6 +37,8 @@ post-patch: ${WRKSRC}/Makefile.in .endif +regression-test: check + check: build cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check diff --git a/devel/google-sparsehash/distinfo b/devel/google-sparsehash/distinfo index 8093f4e5c908..cabeca6d284b 100644 --- a/devel/google-sparsehash/distinfo +++ b/devel/google-sparsehash/distinfo @@ -1,3 +1,3 @@ -MD5 (sparsehash-0.4.tar.gz) = 8037c876d067f4327e61d249620f3eb5 -SHA256 (sparsehash-0.4.tar.gz) = 2de02b56c0de23f2ddd4bf1f51c74aaaf2f152b8d0846f19294cca1690c0fab2 -SIZE (sparsehash-0.4.tar.gz) = 249743 +MD5 (sparsehash-0.5.tar.gz) = 195a6bb0f396645da446cb80da3ec24d +SHA256 (sparsehash-0.5.tar.gz) = 06a76bb9cb48daa7d02872ce4f555e869056179f043ea1cac24b8f0dfe94a7d5 +SIZE (sparsehash-0.5.tar.gz) = 256075 |