ports/176060: [maintainer update] textproc/ocaml-text to 0.6

Jaap Boender jaapb at kerguelen.org
Tue Feb 12 10:20:00 UTC 2013


>Number:         176060
>Category:       ports
>Synopsis:       [maintainer update] textproc/ocaml-text to 0.6
>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 10:20:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Jaap Boender
>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 at farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64

>Description:
This is an update of textproc/ocaml-text to its latest version, 0.6. There are no changes to the software, only an update of the build system. (This is significant, though, as 0.5 doesn't seem to build on my system, whereas 0.6 does)


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

Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(revision 311755)
+++ Makefile	(working copy)
@@ -5,16 +5,16 @@
 # $FreeBSD$
 
 PORTNAME=	text
-PORTVERSION=	0.5
+PORTVERSION=	0.6
 CATEGORIES=	textproc
-MASTER_SITES=	http://forge.ocamlcore.org/frs/download.php/641/
+MASTER_SITES=	http://forge.ocamlcore.org/frs/download.php/937/
 PKGNAMEPREFIX=	ocaml-
 DISTNAME=	${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
 
 MAINTAINER=	jaapb at kerguelen.org
 COMMENT=	OCaml library for dealing with text
 
-DOCSDIR=	${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
+DOCSDIR=	${PREFIX}/share/doc/ocaml/${PORTNAME}
 
 HAS_CONFIGURE=		yes
 CONFIGURE_ARGS=		--docdir ${DOCSDIR} --prefix ${PREFIX} --mandir ${PREFIX}/man
@@ -48,4 +48,6 @@
 	${TOUCH} ${OCAMLFIND_LDCONF}
 .endif
 
+pre-install:
+	${MKDIR} ${DOCSDIR}
 .include <bsd.port.post.mk>
Index: distinfo
===================================================================
--- distinfo	(revision 311755)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (ocaml-text-0.5.tar.gz) = d7fc2ae616130a61f822686a6c366a5a4653d3fd8785c14d57038c9f5643dfc3
-SIZE (ocaml-text-0.5.tar.gz) = 248862
+SHA256 (ocaml-text-0.6.tar.gz) = cfd4d224ec0b776ce462c5ba5cb6e4eae8cf397ede6d3b91add44a05a6520f49
+SIZE (ocaml-text-0.6.tar.gz) = 253162


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


More information about the freebsd-ports-bugs mailing list