ports/148006: Update of camomile to 0.7.3

Michael Le Barbier Grünewald michael.le_barbier at laposte.net
Sun Jun 20 09:00:08 UTC 2010


>Number:         148006
>Category:       ports
>Synopsis:       Update of camomile to 0.7.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 20 09:00:07 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Michael Le Barbier Grünewald
>Release:        7.3
>Organization:
>Environment:
FreeBSD llea.celt.neu 7.3-RELEASE FreeBSD 7.3-RELEASE #0: Sun Jun 13 13:29:25 CEST 2010     root at llea.celt.neu:/usr/obj/usr/src/sys/LLEA  amd64

>Description:
I am glad to propose you a patch to the port of camomile bringing its latest version in the ports.

>From the release announcement:

2010/05/12 Camomile 0.7.3 is released. This is a bug fix release. It fixes the following bugs and Camomile now works on Windows.

   1. Aliases of character encodings containing ":" are removed, to support Windows platform.
   2. Buffering bugs in CharEncoding and OOChannel modules.
   3. Tree-merging bugs of ISet and IMap.
   4. Locale data are properly loaded by binary channels. (Windows related)
   5. "make depend" properly generates .depend file.
   6. cpp is no longer required to build from the distribution.
   7. License documentation for locales/*.txt files is added. (locales/license.html)

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: distinfo
===================================================================
--- distinfo	(révision 30)
+++ distinfo	(copie de travail)
@@ -1,3 +1,3 @@
-MD5 (camomile-0.7.2.tar.bz2) = 288e17838fedc52aacb733952b25d5dd
-SHA256 (camomile-0.7.2.tar.bz2) = 8abf269714404146bf030099c12df65de58ccaf6c3ac66438c75e1bb9941e62c
-SIZE (camomile-0.7.2.tar.bz2) = 2130968
+MD5 (camomile-0.7.3.tar.bz2) = cdfcf56609dda1a730a6d9579fd22b5c
+SHA256 (camomile-0.7.3.tar.bz2) = b4ac4f0863ac8b15159e575d9528be133ddf9f8a78c07852b9ae047aef90a332
+SIZE (camomile-0.7.3.tar.bz2) = 2156027
Index: files/patch-Makefile.in
===================================================================
--- files/patch-Makefile.in	(révision 30)
+++ files/patch-Makefile.in	(copie de travail)
@@ -1,15 +1,15 @@
---- Makefile.in.orig	Tue Aug 22 13:35:58 2006
-+++ Makefile.in	Tue Aug 22 13:36:45 2006
-@@ -375,8 +375,10 @@
+--- Makefile.in.orig	2010-06-20 10:36:34.000000000 +0200
++++ Makefile.in	2010-06-20 10:36:53.000000000 +0200
+@@ -381,8 +381,10 @@
  	ocamlfind install camomile $$files META $(MLI) camomileLibrary.cmi
  
  install-bin:
--	cp -f tools/camomilecharmap.$(OCAMLBEST) $(BINDIR)
--	cp -f tools/camomilelocaledef.$(OCAMLBEST) $(BINDIR)
+-	cp -f tools/camomilecharmap.$(OCAMLBEST) '$(BINDIR)'
+-	cp -f tools/camomilelocaledef.$(OCAMLBEST) '$(BINDIR)'
 +	${BSD_INSTALL_PROGRAM} tools/camomilecharmap.$(OCAMLBEST) \
-+		$(BINDIR)/camomilecharmap
++		'$(BINDIR)/camomilecharmap'
 +	${BSD_INSTALL_PROGRAM} tools/camomilelocaledef.$(OCAMLBEST) \
-+		$(BINDIR)/camomilelocaledef
++		'$(BINDIR)/camomilelocaledef'
  
  install-data:
- 	mkdir -p $(DATADIR)
+ 	mkdir -p '$(DATADIR)'
Index: Makefile
===================================================================
--- Makefile	(révision 30)
+++ Makefile	(copie de travail)
@@ -7,8 +7,7 @@
 #
 
 PORTNAME=	camomile
-PORTVERSION=	0.7.2
-PORTREVISION=	0
+PORTVERSION=	0.7.3
 CATEGORIES=	devel
 MASTER_SITES=	SF
 PKGNAMEPREFIX=	ocaml-


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



More information about the freebsd-ports-bugs mailing list