Index: head/devel/ocaml-sexplib/Makefile =================================================================== --- head/devel/ocaml-sexplib/Makefile (revision 210845) +++ head/devel/ocaml-sexplib/Makefile (revision 210846) @@ -1,49 +1,54 @@ # New ports collection makefile for: ocaml-sexplib # Date created: 2006-08-01 # Whom: Stanislav Sedov # # $MBSDlabs$ # $FreeBSD$ # 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 post-extract: # For nonstandard prefixes .if !exists(${OCAMLFIND_DESTDIR}) ${MKDIR} ${OCAMLFIND_DESTDIR} .endif .if !exists(${OCAMLFIND_LDCONF}) ${TOUCH} ${OCAMLFIND_LDCONF} .endif @${REINPLACE_CMD} -E -e "/lib_test/d" ${WRKSRC}/Makefile post-install: @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.txt ${DOCSDIR} @${FIND} ${OCAMLFIND_DESTDIR}/${PORTNAME} -type f | \ ${SED} "s,^${PREFIX}/,," >> ${TMPPLIST} @${FIND} ${DOCSDIR} -type f | \ ${SED} "s,^${PREFIX}/,," >> ${TMPPLIST} @${ECHO_CMD} "@dirrm share/doc/ocaml/${PORTNAME}" >> ${TMPPLIST} @${ECHO_CMD} "@unexec rmdir %D/share/doc/ocaml 2>/dev/null ||true"\ >> ${TMPPLIST} .include Property changes on: head/devel/ocaml-sexplib/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/devel/ocaml-sexplib/distinfo =================================================================== --- head/devel/ocaml-sexplib/distinfo (revision 210845) +++ head/devel/ocaml-sexplib/distinfo (revision 210846) @@ -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 Property changes on: head/devel/ocaml-sexplib/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property