diff options
author | stas <stas@FreeBSD.org> | 2008-04-08 21:14:43 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2008-04-08 21:14:43 +0800 |
commit | 3aa4d241dbfbb8ef6efc82ada28c6b2cfc5447d6 (patch) | |
tree | 8d329105ae7fa59ceca7649ade7233fea15174ab /devel | |
parent | 2b8f1785c11ed8c21e337981f6db25c267522e1d (diff) | |
download | freebsd-ports-gnome-3aa4d241dbfbb8ef6efc82ada28c6b2cfc5447d6.tar.gz freebsd-ports-gnome-3aa4d241dbfbb8ef6efc82ada28c6b2cfc5447d6.tar.zst freebsd-ports-gnome-3aa4d241dbfbb8ef6efc82ada28c6b2cfc5447d6.zip |
- Update to 3.0.0
- fix with new ocaml [1].
Reported by: pav [1]
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ocaml-sexplib/Makefile | 9 | ||||
-rw-r--r-- | devel/ocaml-sexplib/distinfo | 6 |
2 files changed, 10 insertions, 5 deletions
diff --git a/devel/ocaml-sexplib/Makefile b/devel/ocaml-sexplib/Makefile index 3160a0ef8d59..816fca26f7b8 100644 --- a/devel/ocaml-sexplib/Makefile +++ b/devel/ocaml-sexplib/Makefile @@ -7,20 +7,25 @@ # PORTNAME= sexplib -PORTVERSION= 2.2.0 -PORTREVISION= 1 +PORTVERSION= 3.0.0 +PORTREVISION= 0 CATEGORIES= devel MASTER_SITES= http://www.janestcapital.com/ocaml/ PKGNAMEPREFIX= ocaml- +DISTNAME= ${PORTNAME}310-${PORTVERSION} MAINTAINER= stas@FreeBSD.org COMMENT= An OCaml library for working with S-expressions +BUILD_DEPENDS= ${SA_DIR}/type-conv/pa_type_conv.cmi:${PORTSDIR}/devel/ocaml-typeconv +RUN_DEPENDS= ${SA_DIR}/type-conv/pa_type_conv.cmi:${PORTSDIR}/devel/ocaml-typeconv + USE_GMAKE= yes USE_OCAML= yes USE_OCAML_FINDLIB=yes DOCSDIR= ${PREFIX}/share/doc/ocaml/${PORTNAME} +SA_DIR= ${LOCALBASE}/${OCAML_SITELIBDIR} .include <bsd.port.pre.mk> diff --git a/devel/ocaml-sexplib/distinfo b/devel/ocaml-sexplib/distinfo index 30837843d831..cc7c98843cb7 100644 --- a/devel/ocaml-sexplib/distinfo +++ b/devel/ocaml-sexplib/distinfo @@ -1,3 +1,3 @@ -MD5 (sexplib-2.2.0.tar.gz) = 7545423823790a8611a3c85377ed5861 -SHA256 (sexplib-2.2.0.tar.gz) = 8df0bd341439afed1b6ce4ba345bb7babe8dbdcf338655e6daa10b8ee6c1a2c5 -SIZE (sexplib-2.2.0.tar.gz) = 44643 +MD5 (sexplib310-3.0.0.tar.gz) = a3056e522026274a83042f3d544fced6 +SHA256 (sexplib310-3.0.0.tar.gz) = a7ee9981d271ac9d8771dc0e7dcbd7c2eeb1084a23fcf6147c339b94bf31d696 +SIZE (sexplib310-3.0.0.tar.gz) = 48720 |