mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
* Update from 0.3 to 0.4
* Remove @ prefix from the shell commands so users can see what's happening * Rename target `tests' to `check' to conform with the software's own target * Sync plist
This commit is contained in:
parent
dcc1808cb3
commit
c919d3acd9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=161894
3 changed files with 10 additions and 9 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue