From owner-svn-ports-all@FreeBSD.ORG Mon Oct 15 08:36:26 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1948EA72; Mon, 15 Oct 2012 08:36:26 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id DC7578FC12; Mon, 15 Oct 2012 08:36:25 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9F8aPg1050495; Mon, 15 Oct 2012 08:36:25 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9F8aPan050492; Mon, 15 Oct 2012 08:36:25 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201210150836.q9F8aPan050492@svn.freebsd.org> From: Rene Ladan Date: Mon, 15 Oct 2012 08:36:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305906 - head/devel/ocaml-camlp5 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Oct 2012 08:36:26 -0000 Author: rene Date: Mon Oct 15 08:36:25 2012 New Revision: 305906 URL: http://svn.freebsd.org/changeset/ports/305906 Log: Update to 6.07p1, which makes it compatible with Ocaml 4. Changelog: http://pauillac.inria.fr/~ddr/camlp5/CHANGES PR: ports/172596 Submitted by: maintainer Feature safe: yes Modified: head/devel/ocaml-camlp5/Makefile (contents, props changed) head/devel/ocaml-camlp5/distinfo (contents, props changed) Modified: head/devel/ocaml-camlp5/Makefile ============================================================================== --- head/devel/ocaml-camlp5/Makefile Mon Oct 15 07:03:11 2012 (r305905) +++ head/devel/ocaml-camlp5/Makefile Mon Oct 15 08:36:25 2012 (r305906) @@ -7,19 +7,26 @@ # PORTNAME= camlp5 -PORTVERSION= 6.06 +PORTVERSION= 6.07.p${PATCHLEVEL} CATEGORIES= devel MASTER_SITES= http://cristal.inria.fr/~ddr/camlp5/distrib/src/ \ http://pauillac.inria.fr/~ddr/camlp5/distrib/src/ PKGNAMEPREFIX= ocaml- +DISTNAME= ${PORTNAME}-${PORTVERSION:R} EXTRACT_SUFX= .tgz DIST_SUBDIR= ${UNIQUENAME} +PATCH_SITES= ${MASTER_SITES} + MAINTAINER= umq@ueo.co.jp COMMENT= A preprocessor-pretty-printer of OCaml LICENSE= BSD -LICENSE_FILE= ${WRKSRC}/LICENSE + +PATCHLEVEL= 1 +PATCHFILES!= /usr/bin/jot -s " " -w \ + patch-${PORTVERSION:R}-%d \ + ${PATCHLEVEL} 1 ${PATCHLEVEL} USE_OCAML= yes HAS_CONFIGURE= yes @@ -41,7 +48,7 @@ PORTDOCS= CHANGES DEVEL ICHANGES INSTALL .include post-install: -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} Modified: head/devel/ocaml-camlp5/distinfo ============================================================================== --- head/devel/ocaml-camlp5/distinfo Mon Oct 15 07:03:11 2012 (r305905) +++ head/devel/ocaml-camlp5/distinfo Mon Oct 15 08:36:25 2012 (r305906) @@ -1,2 +1,4 @@ -SHA256 (ocaml-camlp5/camlp5-6.06.tgz) = 763f89ee6cde4ca063a50708c3fe252d55ea9f8037e3ae9801690411ea6180c5 -SIZE (ocaml-camlp5/camlp5-6.06.tgz) = 681614 +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