Index: head/www/ocaml-net/Makefile =================================================================== --- head/www/ocaml-net/Makefile (revision 119732) +++ head/www/ocaml-net/Makefile (revision 119733) @@ -1,61 +1,62 @@ # New ports collection makefile for: ocaml-net # Date created: 01 March 2003 # Whom: Stephane Legrand # # $FreeBSD$ # PORTNAME= net -PORTVERSION= 0.97 -PORTREVISION= 1 +PORTVERSION= 0.98 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ocamlnet PKGNAMEPREFIX= ocaml- DISTNAME= ocaml${PORTNAME}-${PORTVERSION} MAINTAINER= stephane@freebsd.org COMMENT= OCaml modules for Internet applications BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml \ ocamlfind:${PORTSDIR}/devel/ocaml-findlib \ ${LOCALBASE}/lib/ocaml/site-lib/pcre/pcre.a:${PORTSDIR}/devel/ocaml-pcre RUN_DEPENDS= ${LOCALBASE}/lib/ocaml/site-lib/pcre/pcre.a:${PORTSDIR}/devel/ocaml-pcre WRKSRC= ${WRKDIR}/${DISTNAME}/src USE_GMAKE= yes HAS_CONFIGURE= yes +# seems required to build www/ocaml-wdialog: +CONFIGURE_ARGS+= -enable-compatcgi ALL_TARGET= all opt .if !defined(NOPORTDOCS) DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} EXAMPLESDIR= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME} PORTDOCS= * .endif post-install: @${FIND} ${PREFIX}/lib/ocaml/site-lib/cgi -type f | \ ${SED} "s,^${PREFIX}/,," >> ${TMPPLIST} @${ECHO_CMD} "@dirrm lib/ocaml/site-lib/cgi" >> ${TMPPLIST} @${ECHO_CMD} "@unexec ocamlfind remove cgi 2>/dev/null || true" >> ${TMPPLIST} @${FIND} ${PREFIX}/lib/ocaml/site-lib/netstring -type f | \ ${SED} "s,^${PREFIX}/,," >> ${TMPPLIST} @${ECHO_CMD} "@dirrm lib/ocaml/site-lib/netstring" >> ${TMPPLIST} @${ECHO_CMD} "@unexec ocamlfind remove netstring 2>/dev/null || true" >> ${TMPPLIST} .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${CP} -R ${WRKSRC}/../doc/ ${DOCSDIR} @${MKDIR} ${EXAMPLESDIR} ${CP} -R ${WRKSRC}/../examples/ ${EXAMPLESDIR} @${CHMOD} -R +r ${EXAMPLESDIR} @${FIND} ${EXAMPLESDIR} -type f | \ ${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST} @${FIND} ${EXAMPLESDIR} -type d | ${SORT} -r | \ ${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST} .endif .include Property changes on: head/www/ocaml-net/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/www/ocaml-net/distinfo =================================================================== --- head/www/ocaml-net/distinfo (revision 119732) +++ head/www/ocaml-net/distinfo (revision 119733) @@ -1,2 +1,2 @@ -MD5 (ocamlnet-0.97.tar.gz) = 60e2afa16e0ee55828822b365791793b -SIZE (ocamlnet-0.97.tar.gz) = 383163 +MD5 (ocamlnet-0.98.tar.gz) = 229b7ed78b4c3ffae41b83625a13c3da +SIZE (ocamlnet-0.98.tar.gz) = 639820 Property changes on: head/www/ocaml-net/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property