Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Mar 2013 00:02:00 +0900
From:      Hirohisa Yamaguchi <umq@ueo.co.jp>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/177112: [maintainer] devel/ocaml-camlp5 update to 6.08
Message-ID:  <86vc8nfn6f.wl%umq@ueo.co.jp>
Resent-Message-ID: <201303191510.r2JFA0Xm038406@freefall.freebsd.org>

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

>Number:         177112
>Category:       ports
>Synopsis:       [maintainer] devel/ocaml-camlp5 update to 6.08
>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 Mar 19 15:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Hirohisa Yamaguchi
>Release:        FreeBSD 9.0-RELEASE-p3 amd64
>Organization:
<organization of PR author (multiple lines)>
>Environment:
System: FreeBSD calliope.****.org 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Tue Jun 12 02:52:29 UTC 2012 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64

>Description:
	The new version of devel/ocaml-camlp5 6.08 is now available
	Changes: http://pauillac.inria.fr/~ddr/camlp5/CHANGES

>How-To-Repeat:
	N/A
>Fix:

	The patch follows:

Index: devel/ocaml-camlp5/Makefile
===================================================================
--- devel/ocaml-camlp5/Makefile	(revision 314641)
+++ devel/ocaml-camlp5/Makefile	(working copy)
@@ -1,13 +1,8 @@
-# ex:ts=8
-# Ports collection makefile for:	camlp5
-# Date created:			Mar 23 2008
-# Whom:				Hirohisa Yamaguchi <umq@ueo.co.jp>
-#
+# Created by: Hirohisa Yamaguchi <umq@ueo.co.jp>
 # $FreeBSD$
-#
 
 PORTNAME=	camlp5
-PORTVERSION=	6.07.p${PATCHLEVEL}
+PORTVERSION=	6.08.p${PATCHLEVEL}
 CATEGORIES=	devel
 MASTER_SITES=	http://cristal.inria.fr/~ddr/camlp5/distrib/src/ \
 		http://pauillac.inria.fr/~ddr/camlp5/distrib/src/
@@ -28,13 +23,21 @@
 		patch-${PORTVERSION:R}-%d \
 		${PATCHLEVEL} 1 ${PATCHLEVEL}
 
+OPTIONS_SINGLE=		MODE
+OPTIONS_SINGLE_MODE=	TRANSITIONAL STRICT
+OPTIONS_DEFAULT=	STRICT
+TRANSITIONAL_DESC=	Compatible syntax tree with old versions
+STRICT_DESC=		New syntax tree quotations kit
+
 USE_OCAML=	yes
 HAS_CONFIGURE=	yes
 MAKE_JOBS_UNSAFE=	yes
 
-.if defined(WITH_TRANSITIONAL) || !defined(WITH_STRICT)
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MTRANSITIONAL}
 CONFIGURE_ARGS=	--transitional --prefix ${PREFIX}
-.else
+.elif ${PORT_OPTIONS:MSTRICT}
 CONFIGURE_ARGS=	--strict --prefix ${PREFIX}
 .endif
 ALL_TARGET=	world.opt
Index: devel/ocaml-camlp5/distinfo
===================================================================
--- devel/ocaml-camlp5/distinfo	(revision 314641)
+++ devel/ocaml-camlp5/distinfo	(working copy)
@@ -1,4 +1,4 @@
-SHA256 (ocaml-camlp5/camlp5-6.07.tgz) = be8282958acd8af8cc7c8c1065bfee12e1dac27b5eef76f54376d795fb16b689
-SIZE (ocaml-camlp5/camlp5-6.07.tgz) = 682883
-SHA256 (ocaml-camlp5/patch-6.07-1) = a2c77cb617bf5f212bcd344b7e4e3c55cc9ae2a44af82dd86359a209184f4d57
-SIZE (ocaml-camlp5/patch-6.07-1) = 1008
+SHA256 (ocaml-camlp5/camlp5-6.08.tgz) = ebc39e2aa193ce76f967cae30d5c6682f3274be11c68d36224d55d94d172d375
+SIZE (ocaml-camlp5/camlp5-6.08.tgz) = 683400
+SHA256 (ocaml-camlp5/patch-6.08-1) = 9c53bb21404632897ec17e188661417705e5543b38ecc624bf4f604a6c1265b8
+SIZE (ocaml-camlp5/patch-6.08-1) = 10719

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86vc8nfn6f.wl%umq>