ports/172596: [maintainer] devel/ocaml-camlp5 update to 6.07

Hirohisa Yamaguchi umq at ueo.co.jp
Thu Oct 11 11:49:16 UTC 2012


>Number:         172596
>Category:       ports
>Synopsis:       [maintainer] devel/ocaml-camlp5 update to 6.07
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 11 11:49:15 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Hirohisa Yamaguchi
>Release:        FreeBSD 8.3-RELEASE-p3 amd64
>Organization:
<organization of PR author (multiple lines)>
>Environment:
System: FreeBSD **** 8.3-RELEASE-p3 FreeBSD 8.3-RELEASE-p3 #0: Tue Jun 12 00:39:29 UTC 2012 root at amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64

>Description:
	The new version of devel/ocaml-camlp5 6.07 is now available.
	This update make it compatible with OCaml 4.

	Changes: http://pauillac.inria.fr/~ddr/camlp5/CHANGES
>How-To-Repeat:
	N/A
>Fix:

	The patch follows:

Index: Makefile
===================================================================
--- Makefile	(revision 304182)
+++ Makefile	(working copy)
@@ -7,20 +7,27 @@
 #
 
 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
 MAKE_JOBS_UNSAFE=	yes
@@ -41,7 +48,7 @@
 
 .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}
Index: distinfo
===================================================================
--- distinfo	(revision 304182)
+++ distinfo	(working copy)
@@ -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

>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list