Date: Thu, 21 Mar 2013 14:50:00 GMT From: Hirohisa Yamaguchi <umq@ueo.co.jp> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/177112: [maintainer] devel/ocaml-camlp5 update to 6.08 Message-ID: <201303211450.r2LEo0O2095881@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/177112; it has been noted by GNATS. From: Hirohisa Yamaguchi <umq@ueo.co.jp> To: bug-followup@FreeBSD.ORG Cc: Subject: Re: ports/177112: [maintainer] devel/ocaml-camlp5 update to 6.08 Date: Thu, 21 Mar 2013 23:39:58 +0900 --Multipart_Thu_Mar_21_23:39:55_2013-1 Content-Type: text/plain; charset=US-ASCII attach an updated patch replacing /usr/bin/jot to reduce portlint warnings Regards, -- Hirohisa Yamaguchi umq@ueo.co.jp --Multipart_Thu_Mar_21_23:39:55_2013-1 Content-Type: application/octet-stream; type=patch Content-Disposition: attachment; filename="devel_ocaml-camlp5-6.08-1.patch" Content-Transfer-Encoding: 7bit Index: devel/ocaml-camlp5/Makefile =================================================================== --- devel/ocaml-camlp5/Makefile (revision 314842) +++ 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/ @@ -23,8 +18,16 @@ LICENSE= BSD +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 + +.include <bsd.port.options.mk> + PATCHLEVEL= 1 -PATCHFILES!= /usr/bin/jot -s " " -w \ +PATCHFILES!= ${JOT} -s " " -w \ patch-${PORTVERSION:R}-%d \ ${PATCHLEVEL} 1 ${PATCHLEVEL} @@ -32,9 +35,9 @@ HAS_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes -.if defined(WITH_TRANSITIONAL) || !defined(WITH_STRICT) +.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 314842) +++ 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 --Multipart_Thu_Mar_21_23:39:55_2013-1--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303211450.r2LEo0O2095881>