diff options
author | wen <wen@FreeBSD.org> | 2011-04-11 15:10:27 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2011-04-11 15:10:27 +0800 |
commit | 19f1fb3388ffa15e0f2d0b88817edb159efaa043 (patch) | |
tree | cdff4db88339327fd765fbb833c6375f6f96f1a7 /devel | |
parent | 2e9cb8e617d70274611863fa476e418eeef96d25 (diff) | |
download | freebsd-ports-gnome-19f1fb3388ffa15e0f2d0b88817edb159efaa043.tar.gz freebsd-ports-gnome-19f1fb3388ffa15e0f2d0b88817edb159efaa043.tar.zst freebsd-ports-gnome-19f1fb3388ffa15e0f2d0b88817edb159efaa043.zip |
- Update to 6.02.2
PR: port/156221
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ocaml-camlp5/Makefile | 11 | ||||
-rw-r--r-- | devel/ocaml-camlp5/distinfo | 10 | ||||
-rw-r--r-- | devel/ocaml-camlp5/pkg-plist | 2 |
3 files changed, 19 insertions, 4 deletions
diff --git a/devel/ocaml-camlp5/Makefile b/devel/ocaml-camlp5/Makefile index 21c6a0377f47..14ed7ca4b77d 100644 --- a/devel/ocaml-camlp5/Makefile +++ b/devel/ocaml-camlp5/Makefile @@ -7,13 +7,16 @@ # PORTNAME= camlp5 -PORTVERSION= 6.02.0 -PORTREVISION= 1 +PORTVERSION= 6.02.2.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 @@ -40,6 +43,10 @@ MLINKS= camlp5.1 camlp5o.1 camlp5.1 camlp5o.opt.1 camlp5.1 camlp5r.1 \ PORTDOCS= CHANGES DEVEL ICHANGES INSTALL LICENSE MODE README UPGRADING .include <bsd.port.pre.mk> +PATCHLEVEL= 3 +PATCHFILES!= /usr/bin/jot -s " " -w \ + patch-${PORTVERSION:R}-%d \ + ${PATCHLEVEL} 1 ${PATCHLEVEL} post-install: .if !defined(NOPORTDOCS) diff --git a/devel/ocaml-camlp5/distinfo b/devel/ocaml-camlp5/distinfo index 0aca739ea866..899beea5e788 100644 --- a/devel/ocaml-camlp5/distinfo +++ b/devel/ocaml-camlp5/distinfo @@ -1,2 +1,8 @@ -SHA256 (camlp5-6.02.0.tgz) = 5f12e877b92086afed5eb6a3512674fe3bb513de55bad20bafe039d663588b32 -SIZE (camlp5-6.02.0.tgz) = 653501 +SHA256 (ocaml-camlp5/camlp5-6.02.2.tgz) = 071599e21641ac3c1852ea7968d313e7165f426671df967f991105c68116d5fc +SIZE (ocaml-camlp5/camlp5-6.02.2.tgz) = 658861 +SHA256 (ocaml-camlp5/patch-6.02.2-1) = 0494cf131848a3c3f21b4298dcfdd295e83ddd7509cd621a679ccf6d85882d2b +SIZE (ocaml-camlp5/patch-6.02.2-1) = 4815 +SHA256 (ocaml-camlp5/patch-6.02.2-2) = 9483f5ce25290c9190c58a52cb653864b503ae440496b74aa40173cacf03c22c +SIZE (ocaml-camlp5/patch-6.02.2-2) = 6924 +SHA256 (ocaml-camlp5/patch-6.02.2-3) = f1e382a902fd48dc8ec86848d0a46521791464ae1ba376e09e4f62ba7ed436e8 +SIZE (ocaml-camlp5/patch-6.02.2-3) = 1343 diff --git a/devel/ocaml-camlp5/pkg-plist b/devel/ocaml-camlp5/pkg-plist index 64a788b96990..05e85cb1715c 100644 --- a/devel/ocaml-camlp5/pkg-plist +++ b/devel/ocaml-camlp5/pkg-plist @@ -188,6 +188,8 @@ lib/ocaml/camlp5/q_phony.cmx lib/ocaml/camlp5/q_phony.o lib/ocaml/camlp5/quotation.cmi lib/ocaml/camlp5/quotation.mli +lib/ocaml/camlp5/reloc.cmi +lib/ocaml/camlp5/reloc.mli lib/ocaml/camlp5/stdpp.cmi lib/ocaml/camlp5/stdpp.cmx lib/ocaml/camlp5/stdpp.mli |