aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorVasil Dimov <vd@FreeBSD.org>2006-05-10 07:09:29 +0000
committerVasil Dimov <vd@FreeBSD.org>2006-05-10 07:09:29 +0000
commitc919d3acd9ed6be5f8959c47ba1ed3d34e200f91 (patch)
tree46e9b0aa0816e38871beae2c6e1c1bec487e93ee /devel
parentdcc1808cb3b28351c006849e59b3890dd74723f8 (diff)
downloadports-c919d3acd9ed6be5f8959c47ba1ed3d34e200f91.tar.gz
ports-c919d3acd9ed6be5f8959c47ba1ed3d34e200f91.zip
Notes
Diffstat (limited to 'devel')
-rw-r--r--devel/google-sparsehash/Makefile12
-rw-r--r--devel/google-sparsehash/distinfo6
-rw-r--r--devel/google-sparsehash/pkg-plist1
3 files changed, 10 insertions, 9 deletions
diff --git a/devel/google-sparsehash/Makefile b/devel/google-sparsehash/Makefile
index 39b59d7e39a1..9aba89d3a9e9 100644
--- a/devel/google-sparsehash/Makefile
+++ b/devel/google-sparsehash/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= google-sparsehash
-PORTVERSION= 0.3
+PORTVERSION= 0.4
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= goog-sparsehash
@@ -20,16 +20,16 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
post-patch:
.if !defined(NOPORTDOCS)
- @${REINPLACE_CMD} -e \
- 's|$$(prefix)/doc/$$(PACKAGE)-$$(VERSION)|${DOCSDIR}|' \
+ ${REINPLACE_CMD} -e \
+ 's|^docdir = .*|docdir = ${DOCSDIR}|' \
${WRKSRC}/Makefile.in
.else
- @${REINPLACE_CMD} -e \
+ ${REINPLACE_CMD} -e \
'/install-data-am/ s|install-dist_docDATA||' \
${WRKSRC}/Makefile.in
.endif
-tests: build
- @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check)
+check: build
+ cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check
.include <bsd.port.mk>
diff --git a/devel/google-sparsehash/distinfo b/devel/google-sparsehash/distinfo
index 510bf4b636f7..8093f4e5c908 100644
--- a/devel/google-sparsehash/distinfo
+++ b/devel/google-sparsehash/distinfo
@@ -1,3 +1,3 @@
-MD5 (sparsehash-0.3.tar.gz) = 02ddb4b90331ccbaa22104b089e71ee6
-SHA256 (sparsehash-0.3.tar.gz) = 7a2b47c31e9b284aa6620cfc9897b4f4fa23413ff2a12fab3b206d2651ed06d2
-SIZE (sparsehash-0.3.tar.gz) = 228615
+MD5 (sparsehash-0.4.tar.gz) = 8037c876d067f4327e61d249620f3eb5
+SHA256 (sparsehash-0.4.tar.gz) = 2de02b56c0de23f2ddd4bf1f51c74aaaf2f152b8d0846f19294cca1690c0fab2
+SIZE (sparsehash-0.4.tar.gz) = 249743
diff --git a/devel/google-sparsehash/pkg-plist b/devel/google-sparsehash/pkg-plist
index efa953a794af..8fe830c45219 100644
--- a/devel/google-sparsehash/pkg-plist
+++ b/devel/google-sparsehash/pkg-plist
@@ -7,6 +7,7 @@ include/google/sparsehash/densehashtable.h
include/google/sparsehash/hash_fun.h
include/google/sparsehash/sparsehashtable.h
include/google/sparsetable
+include/google/type_traits.h
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
%%PORTDOCS%%%%DOCSDIR%%/COPYING
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog