Date: Mon, 15 Oct 2012 08:36:25 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305906 - head/devel/ocaml-camlp5 Message-ID: <201210150836.q9F8aPan050492@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.pre.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210150836.q9F8aPan050492>