Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Feb 2013 12:48:04 GMT
From:      "jaapb@kerguelen.org" <Jaap.Boender@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/176065: [maintainer update] textproc/ocaml-tyxml to 2.2.0
Message-ID:  <201302121248.r1CCm4MJ000861@red.freebsd.org>
Resent-Message-ID: <201302121250.r1CCo036076972@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         176065
>Category:       ports
>Synopsis:       [maintainer update] textproc/ocaml-tyxml to 2.2.0
>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:   Tue Feb 12 12:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     jaapb@kerguelen.org
>Release:        9.1-RELEASE
>Organization:
>Environment:
FreeBSD purcell.mdx.ac.uk 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec  4 09:23:10 UTC 2012     root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
Here is an update of textproc/ocaml-tyxml to its latest version, 2.2.0.  Changes from the previous version:

  * Adding tag <u>
  * Rename all module names lower-case
  * Explicit choice of implementation for syntax extension



>How-To-Repeat:
n/a
>Fix:
svn diff of port directory included.

Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(revision 311755)
+++ Makefile	(working copy)
@@ -5,7 +5,7 @@
 # $FreeBSD$
 
 PORTNAME=	tyxml
-PORTVERSION=	2.0.1
+PORTVERSION=	2.2.0
 CATEGORIES=	textproc
 MASTER_SITES=	http://ocsigen.org/download/
 PKGNAMEPREFIX=	ocaml-
@@ -13,6 +13,9 @@
 MAINTAINER=	jaapb@kerguelen.org
 COMMENT=	OCaml XML typing library
 
+BUILD_DEPENDS=		ocaml-net>=3.6:${PORTSDIR}/www/ocaml-net
+RUN_DEPENDS=		ocaml-net>=3.6:${PORTSDIR}/www/ocaml-net
+
 USE_GMAKE=		yes
 
 USE_OCAML=		yes
@@ -22,9 +25,6 @@
 
 SA_DIR=			${LOCALBASE}/${OCAML_SITELIBDIR}
 
-BUILD_DEPENDS+=		${SA_DIR}/netstring/netstring.a:${PORTSDIR}/www/ocaml-net
-RUN_DEPENDS+=		${SA_DIR}/netstring/netstring.a:${PORTSDIR}/www/ocaml-net
-
 .include <bsd.port.pre.mk>
 
 post-extract:
Index: distinfo
===================================================================
--- distinfo	(revision 311755)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (tyxml-2.0.1.tar.gz) = ad6bc8751d87f414d5c12962e8b94f064e3ccfb5af18367a031eabf540ceffb4
-SIZE (tyxml-2.0.1.tar.gz) = 104721
+SHA256 (tyxml-2.2.0.tar.gz) = 8eab54f5fd7e9f5df3ac894123bd5abb124d741411a0ad5333e5058e44325f84
+SIZE (tyxml-2.2.0.tar.gz) = 105748
Index: files/patch-Makefile.config
===================================================================
--- files/patch-Makefile.config	(revision 311755)
+++ files/patch-Makefile.config	(working copy)
@@ -1,11 +0,0 @@
---- Makefile.config.orig	2011-12-14 13:19:51.645986499 +0100
-+++ Makefile.config	2011-12-14 13:19:57.053913205 +0100
-@@ -11,7 +11,7 @@
- 
- ## Build options
- 
--OCAMLDUCE  :=YES
-+#OCAMLDUCE  :=YES
- NATDYNLINK :=YES
- 
- # DBG := -g


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302121248.r1CCm4MJ000861>