FreeBSD Bugzilla – Attachment 94015 Details for
Bug 132064
Update: devel/ocaml-csv to 1.1.7
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.87 KB, created by
jaapb
on 2009-02-24 14:20:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
jaapb
Created:
2009-02-24 14:20:02 UTC
Size:
2.87 KB
patch
obsolete
>diff -ruN ocaml-csv.old/Makefile ocaml-csv/Makefile >--- ocaml-csv.old/Makefile 2009-02-24 14:59:56.000000000 +0100 >+++ ocaml-csv/Makefile 2009-02-24 15:00:26.000000000 +0100 >@@ -6,7 +6,7 @@ > # > > PORTNAME= ocaml-csv >-PORTVERSION= 1.1.6 >+PORTVERSION= 1.1.7 > CATEGORIES= textproc > MASTER_SITES= http://merjis.com/_file/ > >diff -ruN ocaml-csv.old/distinfo ocaml-csv/distinfo >--- ocaml-csv.old/distinfo 2009-02-24 14:59:56.000000000 +0100 >+++ ocaml-csv/distinfo 2009-02-24 15:00:29.000000000 +0100 >@@ -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 -ruN ocaml-csv.old/files/patch-Makefile ocaml-csv/files/patch-Makefile >--- ocaml-csv.old/files/patch-Makefile 2009-02-24 14:59:56.000000000 +0100 >+++ ocaml-csv/files/patch-Makefile 2009-02-24 15:04:13.000000000 +0100 >@@ -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 -ruN ocaml-csv.old/pkg-plist ocaml-csv/pkg-plist >--- ocaml-csv.old/pkg-plist 2009-02-24 14:59:56.000000000 +0100 >+++ ocaml-csv/pkg-plist 2009-02-24 15:05:27.000000000 +0100 >@@ -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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 132064
: 94015