svn commit: r305906 - head/devel/ocaml-camlp5
Rene Ladan
rene at FreeBSD.org
Mon Oct 15 08:36:26 UTC 2012
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 at 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
More information about the svn-ports-head
mailing list