Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Apr 2008 17:30:10 GMT
From:      Hirohisa Yamaguchi <umq@ueo.co.jp>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/122850: Update port: devel/ocaml-camlp5 (install META file)
Message-ID:  <200804171730.m3HHUA4q066810@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/122850; it has been noted by GNATS.

From: Hirohisa Yamaguchi <umq@ueo.co.jp>
To: bug-followup@FreeBSD.ORG
Cc:  
Subject: Re: ports/122850: Update port: devel/ocaml-camlp5 (install META file)
Date: Fri, 18 Apr 2008 02:26:49 +0900

 --Multipart_Fri_Apr_18_02:26:49_2008-1
 Content-Type: text/plain; charset=US-ASCII
 
 Hi.
 
 I had a look at the patch, it looks almost okay.
 I added a line to pkg-plist.
 
 Please commit with attached patch.
 
 
 At Thu, 17 Apr 2008 12:40:12 UT,
 Edwin Groothuis wrote:
 > 
 > Maintainer of devel/ocaml-camlp5,
 > 
 > Please note that PR ports/122850 has just been submitted.
 
 -- 
 
 	Hirohisa Yamaguchi
 	  umq@ueo.co.jp
 
 --Multipart_Fri_Apr_18_02:26:49_2008-1
 Content-Type: application/octet-stream; type=patch
 Content-Disposition: attachment; filename="ocaml-camlp5.patch"
 Content-Transfer-Encoding: 7bit
 
 Index: Makefile
 ===================================================================
 RCS file: /home/ncvs/ports/devel/ocaml-camlp5/Makefile,v
 retrieving revision 1.1
 diff -u -p -r1.1 Makefile
 --- Makefile	15 Apr 2008 20:51:39 -0000	1.1
 +++ Makefile	17 Apr 2008 17:25:33 -0000
 @@ -8,6 +8,7 @@
  
  PORTNAME=	camlp5
  PORTVERSION=	5.08
 +PORTREVISION=	1
  CATEGORIES=	devel
  MASTER_SITES=	http://cristal.inria.fr/~ddr/camlp5/distrib/src/ \
  		http://pauillac.inria.fr/~ddr/camlp5/distrib/src/
 @@ -47,5 +48,6 @@ post-install:
  	${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
  .endfor
  .endif
 +	${INSTALL_DATA} ${WRKSRC}/etc/META ${PREFIX}/lib/ocaml/${PORTNAME}
  
  .include <bsd.port.post.mk>
 Index: pkg-plist
 ===================================================================
 RCS file: /home/ncvs/ports/devel/ocaml-camlp5/pkg-plist,v
 retrieving revision 1.1
 diff -u -p -r1.1 pkg-plist
 --- pkg-plist	15 Apr 2008 20:51:39 -0000	1.1
 +++ pkg-plist	17 Apr 2008 17:25:33 -0000
 @@ -7,6 +7,7 @@ bin/camlp5sch
  bin/mkcamlp5
  bin/mkcamlp5.opt
  bin/ocpp5
 +lib/ocaml/camlp5/META
  lib/ocaml/camlp5/ast2pt.cmi
  lib/ocaml/camlp5/ast2pt.mli
  lib/ocaml/camlp5/camlp5.a
 
 --Multipart_Fri_Apr_18_02:26:49_2008-1--



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