Date: Sun, 21 Aug 2005 17:22:40 +0200 (CEST) From: Stephane Legrand <stephleg@free.fr> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/85188: [maintainer-update] Update www/ocaml-net to 1.1 Message-ID: <200508211522.j7LFMeGY023464@sequoia.mondomaineamoi.megalo> Resent-Message-ID: <200508211530.j7LFUJoF073588@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 85188 >Category: ports >Synopsis: [maintainer-update] Update www/ocaml-net to 1.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Aug 21 15:30:19 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Stephane Legrand >Release: FreeBSD 5.4-STABLE i386 >Organization: >Environment: FreeBSD 5.4-STABLE i386 >Description: Update www/ocaml-net to 1.1 >How-To-Repeat: >Fix: diff -ruN ocaml-net-orig/Makefile ocaml-net/Makefile --- ocaml-net-orig/Makefile Sun Aug 21 15:10:09 2005 +++ ocaml-net/Makefile Sun Aug 21 15:59:15 2005 @@ -6,8 +6,7 @@ # PORTNAME= net -PORTVERSION= 0.98 -PORTREVISION= 1 +PORTVERSION= 1.1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ocamlnet @@ -29,6 +28,8 @@ HAS_CONFIGURE= yes # seems required to build www/ocaml-wdialog: CONFIGURE_ARGS+= -enable-compatcgi +# doesn't build otherwise (may be because the Equeue port is not up to date) +CONFIGURE_ARGS+= -without-nethttpd ALL_TARGET= all opt @@ -48,6 +49,14 @@ ${SED} "s,^${PREFIX}/,," >> ${TMPPLIST} @${ECHO_CMD} "@dirrm lib/ocaml/site-lib/netstring" >> ${TMPPLIST} @${ECHO_CMD} "@unexec ocamlfind remove netstring 2>/dev/null || true" >> ${TMPPLIST} + @${FIND} ${PREFIX}/lib/ocaml/site-lib/pop -type f | \ + ${SED} "s,^${PREFIX}/,," >> ${TMPPLIST} + @${ECHO_CMD} "@dirrm lib/ocaml/site-lib/pop" >> ${TMPPLIST} + @${ECHO_CMD} "@unexec ocamlfind remove pop 2>/dev/null || true" >> ${TMPPLIST} + @${FIND} ${PREFIX}/lib/ocaml/site-lib/smtp -type f | \ + ${SED} "s,^${PREFIX}/,," >> ${TMPPLIST} + @${ECHO_CMD} "@dirrm lib/ocaml/site-lib/smtp" >> ${TMPPLIST} + @${ECHO_CMD} "@unexec ocamlfind remove smtp 2>/dev/null || true" >> ${TMPPLIST} .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${CP} -R ${WRKSRC}/../doc/ ${DOCSDIR} diff -ruN ocaml-net-orig/distinfo ocaml-net/distinfo --- ocaml-net-orig/distinfo Sun Aug 21 15:10:09 2005 +++ ocaml-net/distinfo Sun Aug 21 15:13:11 2005 @@ -1,2 +1,2 @@ -MD5 (ocamlnet-0.98.tar.gz) = 229b7ed78b4c3ffae41b83625a13c3da -SIZE (ocamlnet-0.98.tar.gz) = 639820 +MD5 (ocamlnet-1.1.tar.gz) = 2ec265aeea6a6470e7493ab047cef261 +SIZE (ocamlnet-1.1.tar.gz) = 813800 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508211522.j7LFMeGY023464>