diff options
author | johans <johans@FreeBSD.org> | 2008-10-21 04:19:25 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2008-10-21 04:19:25 +0800 |
commit | 794a78c7125993aa3e3184c7fcc960256ddbe7fa (patch) | |
tree | c61a79ac84f3c9a75566d3bff55eec6b41147a03 /math | |
parent | 165d04824e43117bd4b972b934a017d4822d1124 (diff) | |
download | freebsd-ports-gnome-794a78c7125993aa3e3184c7fcc960256ddbe7fa.tar.gz freebsd-ports-gnome-794a78c7125993aa3e3184c7fcc960256ddbe7fa.tar.zst freebsd-ports-gnome-794a78c7125993aa3e3184c7fcc960256ddbe7fa.zip |
- Update to 1.0 release
- (temporarily?) work around broken doc build target for subdir
Diffstat (limited to 'math')
-rw-r--r-- | math/ocaml-ocamlgraph/Makefile | 5 | ||||
-rw-r--r-- | math/ocaml-ocamlgraph/distinfo | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/math/ocaml-ocamlgraph/Makefile b/math/ocaml-ocamlgraph/Makefile index cd831cb33414..85992ec656de 100644 --- a/math/ocaml-ocamlgraph/Makefile +++ b/math/ocaml-ocamlgraph/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ocamlgraph -PORTVERSION= 0.99c +PORTVERSION= 1.0 CATEGORIES= math MASTER_SITES= http://ocamlgraph.lri.fr/download/ PKGNAMEPREFIX= ocaml- @@ -26,6 +26,9 @@ ALL_TARGET= all ALL_TARGET+= doc PORTDOCS= * +post-patch: + @${REINPLACE_CMD} -e '/VIEWER_DIR. doc/d' ${WRKSRC}/Makefile.in + post-install: ${MKDIR} ${DOCSDIR} cd ${WRKSRC}/doc; ${INSTALL_DATA} * ${DOCSDIR} diff --git a/math/ocaml-ocamlgraph/distinfo b/math/ocaml-ocamlgraph/distinfo index df4dca935fd8..bdd6b52d9428 100644 --- a/math/ocaml-ocamlgraph/distinfo +++ b/math/ocaml-ocamlgraph/distinfo @@ -1,3 +1,3 @@ -MD5 (ocamlgraph-0.99c.tar.gz) = 3aff22a06afaa105ca40e31a5e15cf21 -SHA256 (ocamlgraph-0.99c.tar.gz) = 65c2fc80c63b71a0d9cfecefe7515b51b93ee6cae3d1645c0d9598a7c7b8dd9e -SIZE (ocamlgraph-0.99c.tar.gz) = 177386 +MD5 (ocamlgraph-1.0.tar.gz) = 65dfcab73bc15776f7547860a78d682a +SHA256 (ocamlgraph-1.0.tar.gz) = 6fb6a752a08caa08e309dde8b6f32d71907b6ad2cf2d8edb0d9d2710c7918de6 +SIZE (ocamlgraph-1.0.tar.gz) = 193213 |