From dsh@vlink.ru  Sat Dec 10 20:43:31 2005
Return-Path: <dsh@vlink.ru>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7CFAA16A41F;
	Sat, 10 Dec 2005 20:43:31 +0000 (GMT)
	(envelope-from dsh@vlink.ru)
Received: from deliver.smtp.vlink.ru (vlink-1.avtlg.ru [83.239.142.33])
	by mx1.FreeBSD.org (Postfix) with ESMTP id B9C4743D72;
	Sat, 10 Dec 2005 20:43:28 +0000 (GMT)
	(envelope-from dsh@vlink.ru)
Received: from smtp.smtp.vlink.ru (clamav.smtp.vlink.ru [192.168.4.1])
	by deliver.smtp.vlink.ru (Postfix) with ESMTP id 44706FECE96;
	Sat, 10 Dec 2005 23:43:27 +0300 (MSK)
Received: from localhost.my.domain (wizard.vlink.ru [217.107.252.30])
	by smtp.smtp.vlink.ru (Postfix) with ESMTP id 1745E10098B6;
	Sat, 10 Dec 2005 23:43:27 +0300 (MSK)
Received: from localhost.my.domain (localhost [127.0.0.1])
	by localhost.my.domain (8.13.4/8.13.4) with ESMTP id jBAKhGvj044203;
	Sat, 10 Dec 2005 23:43:16 +0300 (MSK)
	(envelope-from dsh@localhost.my.domain)
Received: (from dsh@localhost)
	by localhost.my.domain (8.13.4/8.13.4/Submit) id jBAKhFYg044202;
	Sat, 10 Dec 2005 23:43:15 +0300 (MSK)
	(envelope-from dsh)
Message-Id: <200512102043.jBAKhFYg044202@localhost.my.domain>
Date: Sat, 10 Dec 2005 23:43:15 +0300 (MSK)
From: Denis Shaposhnikov <dsh@vlink.ru>
Reply-To: Denis Shaposhnikov <dsh@vlink.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc: dsh@vlink.ru, stephane@freebsd.org
Subject: Update port: www/ocaml-net (upgrade to the latest version)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         90212
>Category:       ports
>Synopsis:       Update port: www/ocaml-net (upgrade to the latest version)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    stephane
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 10 20:50:02 GMT 2005
>Closed-Date:    Sat Jan 07 07:45:14 GMT 2006
>Last-Modified:  Sat Jan 07 07:45:14 GMT 2006
>Originator:     Denis Shaposhnikov
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD localhost.my.domain 7.0-CURRENT FreeBSD 7.0-CURRENT #1: Sat Dec 10 20:23:36 MSK 2005 dsh@localhost.my.domain:/var/FreeBSD/obj/var/FreeBSD/src/sys/MYNERIC i386


	
>Description:

Upgrade to the latest, 1.1.1, version. I've added lang/ocaml to
RUN_DEPENDS for rebuild the port with portupgrade -r lang/ocaml.

>How-To-Repeat:
	
>Fix:

diff -Nru ocaml-net.orig/Makefile ocaml-net/Makefile
--- ocaml-net.orig/Makefile	Sat Dec 10 23:36:51 2005
+++ ocaml-net/Makefile	Sat Dec 10 23:30:59 2005
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	net
-PORTVERSION=	1.1
+PORTVERSION=	1.1.1
 CATEGORIES=	www
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	ocamlnet
@@ -19,7 +19,8 @@
 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
+RUN_DEPENDS=	ocamlc:${PORTSDIR}/lang/ocaml \
+		${LOCALBASE}/lib/ocaml/site-lib/pcre/pcre.a:${PORTSDIR}/devel/ocaml-pcre
 
 .if !defined(WITHOUT_NETHTTPD)
 BUILD_DEPENDS+=	${LOCALBASE}/lib/ocaml/site-lib/equeue/equeue.a:${PORTSDIR}/devel/ocaml-equeue
diff -Nru ocaml-net.orig/distinfo ocaml-net/distinfo
--- ocaml-net.orig/distinfo	Sat Dec 10 23:36:51 2005
+++ ocaml-net/distinfo	Sat Dec 10 23:28:40 2005
@@ -1,2 +1,3 @@
-MD5 (ocamlnet-1.1.tar.gz) = 2ec265aeea6a6470e7493ab047cef261
-SIZE (ocamlnet-1.1.tar.gz) = 813800
+MD5 (ocamlnet-1.1.1.tar.gz) = 4347d04ae16e69b61940f8679eeeef07
+SHA256 (ocamlnet-1.1.1.tar.gz) = ce9a88a2597e0ea5a3b164979e56bd3f8a02d3277fb8830e16be4b9d3b474be1
+SIZE (ocamlnet-1.1.1.tar.gz) = 793905
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->stephane 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Dec 10 20:52:00 UTC 2005 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=90212 

From: Stephane Legrand <stephane@freebsd.org>
To: bug-followup@freebsd.org, dsh@vlink.ru
Cc:  
Subject: Re: ports/90212: Update port: www/ocaml-net (upgrade to the latest
 version)
Date: Thu, 22 Dec 2005 00:09:34 +0100

 Hi,
 
 The patch is ok for me.
 
 
 Stephane Legrand.
State-Changed-From-To: open->closed 
State-Changed-By: edwin 
State-Changed-When: Sat Jan 7 07:45:12 UTC 2006 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=90212 
>Unformatted:
