diff options
author | garga <garga@FreeBSD.org> | 2009-02-25 23:01:39 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2009-02-25 23:01:39 +0800 |
commit | bd944a17e1fd6a877b75e9109ec8d4c40e598d28 (patch) | |
tree | ddb97870f0d51c1038508579e82840adb28a8bea /textproc/ocaml-csv | |
parent | a40cbf4796513e7d7645f7f8e2cccb6ea117e96e (diff) | |
download | freebsd-ports-gnome-bd944a17e1fd6a877b75e9109ec8d4c40e598d28.tar.gz freebsd-ports-gnome-bd944a17e1fd6a877b75e9109ec8d4c40e598d28.tar.zst freebsd-ports-gnome-bd944a17e1fd6a877b75e9109ec8d4c40e598d28.zip |
- Update to 1.1.7
PR: ports/132064
Submitted by: maintainer
Diffstat (limited to 'textproc/ocaml-csv')
-rw-r--r-- | textproc/ocaml-csv/Makefile | 2 | ||||
-rw-r--r-- | textproc/ocaml-csv/distinfo | 6 | ||||
-rw-r--r-- | textproc/ocaml-csv/files/patch-Makefile | 46 | ||||
-rw-r--r-- | textproc/ocaml-csv/pkg-plist | 1 |
4 files changed, 13 insertions, 42 deletions
diff --git a/textproc/ocaml-csv/Makefile b/textproc/ocaml-csv/Makefile index 4c7745055779..f0b24b9b0af7 100644 --- a/textproc/ocaml-csv/Makefile +++ b/textproc/ocaml-csv/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ocaml-csv -PORTVERSION= 1.1.6 +PORTVERSION= 1.1.7 CATEGORIES= textproc MASTER_SITES= http://merjis.com/_file/ diff --git a/textproc/ocaml-csv/distinfo b/textproc/ocaml-csv/distinfo index ecaaa6291cb3..0f257c0a6be6 100644 --- a/textproc/ocaml-csv/distinfo +++ b/textproc/ocaml-csv/distinfo @@ -1,3 +1,3 @@ -MD5 (ocaml-csv-1.1.6.tar.gz) = a91851438f9540b1a445087a4d409507 -SHA256 (ocaml-csv-1.1.6.tar.gz) = ff37843ab5e055950e58a20b8a1989a303f09588aa8547a5b98d6dddb5bee799 -SIZE (ocaml-csv-1.1.6.tar.gz) = 13944 +MD5 (ocaml-csv-1.1.7.tar.gz) = 3d0b5711c10b966686be1e1ee84e4aba +SHA256 (ocaml-csv-1.1.7.tar.gz) = 3b82d4af5544c53dd2d66a6798954673d18c3b891fd7a57e1678905948f04d3c +SIZE (ocaml-csv-1.1.7.tar.gz) = 14522 diff --git a/textproc/ocaml-csv/files/patch-Makefile b/textproc/ocaml-csv/files/patch-Makefile index 72502f216806..e8993db7a063 100644 --- a/textproc/ocaml-csv/files/patch-Makefile +++ b/textproc/ocaml-csv/files/patch-Makefile @@ -1,39 +1,11 @@ ---- Makefile.orig 2007-12-17 17:56:16.458954606 -0500 -+++ Makefile 2007-12-17 17:54:34.177261751 -0500 -@@ -5,11 +5,11 @@ - # To enable support for Extlib, also uncomment 'open ExtList' at the top - # of file csv.ml. +--- Makefile.orig 2009-02-24 15:03:43.000000000 +0100 ++++ Makefile 2009-02-24 15:04:05.000000000 +0100 +@@ -70,7 +70,7 @@ + # Build a distribution. --OCAMLCINCS := --#OCAMLCINCS := -package extlib -+#OCAMLCINCS := -+OCAMLCINCS := -package extlib - OCAMLCFLAGS := -g --OCAMLCLIBS := --#OCAMLCLIBS := -linkpkg -+#OCAMLCLIBS := -+OCAMLCLIBS := -linkpkg - - OCAMLOPTINCS := $(OCAMLCINCS) - OCAMLOPTFLAGS := -@@ -23,6 +23,20 @@ - - all: csv.cma csv.cmxa example csvtool - -+## The install and META targets were borrowed from Richard W.M. Jones' RPM patch -+install: all META -+ ocamlfind install csv META *.mli $(wildcard *.a) csv.cmi $(wildcard csv.cmx) *.cma $(wildcard *.cmxa) -+# install csvtool ${DESTDIR}${BINDIR} -+ -+META: -+ rm -f $@ -+ echo 'version="${VERSION}"' >> $@ -+ echo 'description="CSV library"' >> $@ -+ echo 'archive(byte)="csv.cma"' >> $@ -+ echo 'archive(native)="csv.cmxa"' >> $@ -+ echo 'requires="extlib"' >> $@ -+ -+ - csv.cma: $(OBJS) - ocamlfind ocamlc $(OCAMLCINCS) $(OCAMLCFLAGS) -a -o $@ $^ + install: +- ocamlfind install csv csv.{cmi,a,cmxa,cma,cmx} META ++ ocamlfind install csv csv.cmi csv.a csv.cmxa csv.cma csv.cmx META + dist: + $(MAKE) check-manifest diff --git a/textproc/ocaml-csv/pkg-plist b/textproc/ocaml-csv/pkg-plist index 9aa382b55752..8e11b2ac436f 100644 --- a/textproc/ocaml-csv/pkg-plist +++ b/textproc/ocaml-csv/pkg-plist @@ -3,5 +3,4 @@ %%OCAML_SITELIBDIR%%/csv/csv.cmi %%OCAML_SITELIBDIR%%/csv/csv.cmx %%OCAML_SITELIBDIR%%/csv/csv.cmxa -%%OCAML_SITELIBDIR%%/csv/csv.mli %%OCAML_SITELIBDIR%%/csv/META |