diff options
author | vd <vd@FreeBSD.org> | 2006-05-10 15:09:29 +0800 |
---|---|---|
committer | vd <vd@FreeBSD.org> | 2006-05-10 15:09:29 +0800 |
commit | 06883aad9cfbdc2b2ee442e4125c43ca5f48254f (patch) | |
tree | f405cec43325c7906cadf9cc48dd7f1773835113 /devel | |
parent | 012f257c7acacbc3dc50519a9e0c90d755885764 (diff) | |
download | freebsd-ports-gnome-06883aad9cfbdc2b2ee442e4125c43ca5f48254f.tar.gz freebsd-ports-gnome-06883aad9cfbdc2b2ee442e4125c43ca5f48254f.tar.zst freebsd-ports-gnome-06883aad9cfbdc2b2ee442e4125c43ca5f48254f.zip |
* 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
Diffstat (limited to 'devel')
-rw-r--r-- | devel/google-sparsehash/Makefile | 12 | ||||
-rw-r--r-- | devel/google-sparsehash/distinfo | 6 | ||||
-rw-r--r-- | devel/google-sparsehash/pkg-plist | 1 |
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 |