pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Revbump associated with update of lang/ocaml.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4b038c797e34
branches:  trunk
changeset: 644990:4b038c797e34
user:      jaapb <jaapb%pkgsrc.org@localhost>
date:      Tue Jan 20 14:24:34 2015 +0000

description:
Revbump associated with update of lang/ocaml.

diffstat:

 archivers/ocaml-bz2/Makefile           |  4 ++--
 archivers/ocaml-zip/Makefile           |  4 ++--
 converters/bibtex2html/Makefile        |  3 ++-
 databases/geneweb/Makefile             |  4 ++--
 databases/ocaml-dbm/Makefile           |  4 ++--
 databases/ocaml-dbm/buildlink3.mk      |  4 ++--
 devel/coccinelle/Makefile              |  4 ++--
 devel/frama-c/Makefile                 |  4 ++--
 devel/monotone-viz/Makefile            |  4 ++--
 devel/ocaml-batteries/Makefile         |  3 ++-
 devel/ocaml-cmdliner/Makefile          |  3 ++-
 devel/ocaml-cmdliner/buildlink3.mk     |  3 ++-
 devel/ocaml-deriving-ocsigen/Makefile  |  3 ++-
 devel/ocaml-lwt/Makefile               |  3 ++-
 devel/ocaml-oasis/Makefile             |  4 ++--
 devel/ocaml-oasis/buildlink3.mk        |  4 ++--
 devel/ocaml-odn/Makefile               |  4 ++--
 devel/ocaml-odn/buildlink3.mk          |  4 ++--
 devel/ocaml-type_conv/Makefile         |  4 ++--
 devel/ocaml-type_conv/buildlink3.mk    |  4 ++--
 devel/omake/Makefile                   |  4 ++--
 graphics/camlimages/Makefile           |  4 ++--
 lang/boomerang/Makefile                |  4 ++--
 lang/camlp5/Makefile                   |  3 ++-
 lang/camlp5/buildlink3.mk              |  4 ++--
 lang/coq/Makefile                      |  4 ++--
 lang/pict/Makefile                     |  4 ++--
 math/scilab/Makefile                   |  4 ++--
 misc/ocaml-opam/Makefile               |  3 ++-
 net/mldonkey-gui/Makefile              |  4 ++--
 net/mldonkey/Makefile                  |  4 ++--
 net/unison/Makefile                    |  3 ++-
 net/unison2.32/Makefile                |  4 ++--
 print/advi/Makefile                    |  4 ++--
 security/ocaml-cryptokit/Makefile      |  3 ++-
 security/ocaml-cryptokit/buildlink3.mk |  4 ++--
 security/ocaml-ssl/Makefile            |  3 ++-
 security/ocaml-ssl/buildlink3.mk       |  4 ++--
 security/sks/Makefile                  |  4 ++--
 sysutils/xentools42/Makefile           |  4 ++--
 textproc/harmony/Makefile              |  4 ++--
 textproc/ocaml-csv/Makefile            |  4 ++--
 textproc/ocaml-expat/Makefile          |  4 ++--
 textproc/ocaml-text/Makefile           |  4 ++--
 textproc/pxp/Makefile                  |  4 ++--
 time/ocaml-calendar/Makefile           |  4 ++--
 time/wyrd/Makefile                     |  3 ++-
 www/ocaml-curl/Makefile                |  4 ++--
 www/ocaml-http/Makefile                |  4 ++--
 www/swiftsurf/Makefile                 |  4 ++--
 x11/lablgtk1/Makefile                  |  4 ++--
 x11/lablgtk1/buildlink3.mk             |  4 ++--
 x11/labltk/Makefile                    |  3 ++-
 x11/ocaml-graphics/Makefile            |  4 ++--
 x11/ocaml-graphics/buildlink3.mk       |  4 ++--
 55 files changed, 110 insertions(+), 97 deletions(-)

diffs (truncated from 822 to 300 lines):

diff -r 7ae39444c285 -r 4b038c797e34 archivers/ocaml-bz2/Makefile
--- a/archivers/ocaml-bz2/Makefile      Tue Jan 20 14:12:42 2015 +0000
+++ b/archivers/ocaml-bz2/Makefile      Tue Jan 20 14:24:34 2015 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.6 2014/10/09 19:14:03 jaapb Exp $
+# $NetBSD: Makefile,v 1.7 2015/01/20 14:24:34 jaapb Exp $
 
 PKGNAME=       ocaml-bz2-${VERSION}
 DISTNAME=      camlbz2-${VERSION}
 VERSION=       0.6.0
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    archivers
 MASTER_SITES=  http://forge.ocamlcore.org/frs/download.php/72/
 
diff -r 7ae39444c285 -r 4b038c797e34 archivers/ocaml-zip/Makefile
--- a/archivers/ocaml-zip/Makefile      Tue Jan 20 14:12:42 2015 +0000
+++ b/archivers/ocaml-zip/Makefile      Tue Jan 20 14:24:34 2015 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.10 2014/10/09 19:14:03 jaapb Exp $
+# $NetBSD: Makefile,v 1.11 2015/01/20 14:24:35 jaapb Exp $
 #
 
 PKGNAME=       ocaml-zip-${VERSION}
 DISTNAME=      camlzip-${VERSION}
 VERSION=       1.05
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    archivers
 MASTER_SITES=  http://forge.ocamlcore.org/frs/download.php/1037/
 LICENSE=       gnu-lgpl-v2.1
diff -r 7ae39444c285 -r 4b038c797e34 converters/bibtex2html/Makefile
--- a/converters/bibtex2html/Makefile   Tue Jan 20 14:12:42 2015 +0000
+++ b/converters/bibtex2html/Makefile   Tue Jan 20 14:24:34 2015 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.38 2014/12/12 10:51:11 joerg Exp $
+# $NetBSD: Makefile,v 1.39 2015/01/20 14:24:35 jaapb Exp $
 
 DISTNAME=      bibtex2html-1.98
+PKGREVISION=   1
 CATEGORIES=    converters
 MASTER_SITES=  http://www.lri.fr/~filliatr/ftp/bibtex2html/
 
diff -r 7ae39444c285 -r 4b038c797e34 databases/geneweb/Makefile
--- a/databases/geneweb/Makefile        Tue Jan 20 14:12:42 2015 +0000
+++ b/databases/geneweb/Makefile        Tue Jan 20 14:24:34 2015 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.39 2014/10/09 19:14:03 jaapb Exp $
+# $NetBSD: Makefile,v 1.40 2015/01/20 14:24:35 jaapb Exp $
 #
 
 DISTNAME=      geneweb-5.01
-PKGREVISION=   5
+PKGREVISION=   6
 CATEGORIES=    databases
 EXTRACT_SUFX=  .tgz
 MASTER_SITES=  ftp://ftp.inria.fr/INRIA/Projects/cristal/geneweb/Src/ \
diff -r 7ae39444c285 -r 4b038c797e34 databases/ocaml-dbm/Makefile
--- a/databases/ocaml-dbm/Makefile      Tue Jan 20 14:12:42 2015 +0000
+++ b/databases/ocaml-dbm/Makefile      Tue Jan 20 14:24:34 2015 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.6 2014/10/09 19:14:03 jaapb Exp $
+# $NetBSD: Makefile,v 1.7 2015/01/20 14:24:35 jaapb Exp $
 #
 
 PKGNAME=       ocaml-dbm-${VERSION}
 DISTNAME=      camldbm-${VERSION}
 VERSION=       1.0
-PKGREVISION=   4
+PKGREVISION=   5
 CATEGORIES=    databases
 MASTER_SITES=  http://forge.ocamlcore.org/frs/download.php/728/
 EXTRACT_SUFX=  .tgz
diff -r 7ae39444c285 -r 4b038c797e34 databases/ocaml-dbm/buildlink3.mk
--- a/databases/ocaml-dbm/buildlink3.mk Tue Jan 20 14:12:42 2015 +0000
+++ b/databases/ocaml-dbm/buildlink3.mk Tue Jan 20 14:24:34 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.3 2014/10/09 19:14:03 jaapb Exp $
+# $NetBSD: buildlink3.mk,v 1.4 2015/01/20 14:24:35 jaapb Exp $
 
 BUILDLINK_TREE+=       ocaml-dbm
 
@@ -6,7 +6,7 @@
 OCAML_DBM_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.ocaml-dbm+=      ocaml-dbm>=1.0
-BUILDLINK_ABI_DEPENDS.ocaml-dbm?=      ocaml-dbm>=1.0nb4
+BUILDLINK_ABI_DEPENDS.ocaml-dbm?=      ocaml-dbm>=1.0nb5
 BUILDLINK_PKGSRCDIR.ocaml-dbm?=        ../../databases/ocaml-dbm
 
 .include "../../databases/gdbm/buildlink3.mk"
diff -r 7ae39444c285 -r 4b038c797e34 devel/coccinelle/Makefile
--- a/devel/coccinelle/Makefile Tue Jan 20 14:12:42 2015 +0000
+++ b/devel/coccinelle/Makefile Tue Jan 20 14:24:34 2015 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.23 2014/10/20 10:43:06 jaapb Exp $
+# $NetBSD: Makefile,v 1.24 2015/01/20 14:24:35 jaapb Exp $
 
 DISTNAME=      coccinelle-1.0.0-rc17
 PKGNAME=       ${DISTNAME:S/-rc/rc/}
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    devel
 MASTER_SITES=  http://coccinelle.lip6.fr/distrib/
 EXTRACT_SUFX=  .tgz
diff -r 7ae39444c285 -r 4b038c797e34 devel/frama-c/Makefile
--- a/devel/frama-c/Makefile    Tue Jan 20 14:12:42 2015 +0000
+++ b/devel/frama-c/Makefile    Tue Jan 20 14:24:34 2015 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.50 2014/10/10 08:39:08 jaapb Exp $
+# $NetBSD: Makefile,v 1.51 2015/01/20 14:24:35 jaapb Exp $
 #
 
 DISTNAME=      frama-c-Oxygen-20120901
 PKGNAME=       ${DISTNAME:S/-Oxygen//}
-PKGREVISION=   21
+PKGREVISION=   22
 CATEGORIES=    devel
 MASTER_SITES=  http://frama-c.com/download/
 
diff -r 7ae39444c285 -r 4b038c797e34 devel/monotone-viz/Makefile
--- a/devel/monotone-viz/Makefile       Tue Jan 20 14:12:42 2015 +0000
+++ b/devel/monotone-viz/Makefile       Tue Jan 20 14:24:34 2015 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.66 2014/10/10 08:39:08 jaapb Exp $
+# $NetBSD: Makefile,v 1.67 2015/01/20 14:24:35 jaapb Exp $
 #
 
 DISTNAME=              monotone-viz-1.0.1-nolablgtk
 PKGNAME=               ${DISTNAME:S/-nolablgtk//}
-PKGREVISION=           44
+PKGREVISION=           45
 CATEGORIES=            devel scm
 MASTER_SITES=          http://oandrieu.nerim.net/monotone-viz/
 
diff -r 7ae39444c285 -r 4b038c797e34 devel/ocaml-batteries/Makefile
--- a/devel/ocaml-batteries/Makefile    Tue Jan 20 14:12:42 2015 +0000
+++ b/devel/ocaml-batteries/Makefile    Tue Jan 20 14:24:34 2015 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2014/10/09 21:22:27 jaapb Exp $
+# $NetBSD: Makefile,v 1.4 2015/01/20 14:24:35 jaapb Exp $
 
 DISTNAME=      batteries-2.3
+PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  http://forge.ocamlcore.org/frs/download.php/1465/
 
diff -r 7ae39444c285 -r 4b038c797e34 devel/ocaml-cmdliner/Makefile
--- a/devel/ocaml-cmdliner/Makefile     Tue Jan 20 14:12:42 2015 +0000
+++ b/devel/ocaml-cmdliner/Makefile     Tue Jan 20 14:24:34 2015 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2014/11/27 13:38:15 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2015/01/20 14:24:35 jaapb Exp $
 
 PKGNAME=       ocaml-${DISTNAME}
 DISTNAME=      cmdliner-0.9.4
+PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  http://erratique.ch/software/cmdliner/releases/
 EXTRACT_SUFX=  .tbz
diff -r 7ae39444c285 -r 4b038c797e34 devel/ocaml-cmdliner/buildlink3.mk
--- a/devel/ocaml-cmdliner/buildlink3.mk        Tue Jan 20 14:12:42 2015 +0000
+++ b/devel/ocaml-cmdliner/buildlink3.mk        Tue Jan 20 14:24:34 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.1 2014/10/09 20:07:36 jaapb Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2015/01/20 14:24:35 jaapb Exp $
 
 BUILDLINK_TREE+=       ocaml-cmdliner
 
@@ -6,6 +6,7 @@
 OCAML_CMDLINER_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.ocaml-cmdliner+= ocaml-cmdliner>=0.9.4
+BUILDLINK_ABI_DEPENDS.ocaml-cmdliner?= ocaml-cmdliner>=0.9.4nb1
 BUILDLINK_PKGSRCDIR.ocaml-cmdliner?=   ../../devel/ocaml-cmdliner
 
 .include "../../devel/ocaml-findlib/buildlink3.mk"
diff -r 7ae39444c285 -r 4b038c797e34 devel/ocaml-deriving-ocsigen/Makefile
--- a/devel/ocaml-deriving-ocsigen/Makefile     Tue Jan 20 14:12:42 2015 +0000
+++ b/devel/ocaml-deriving-ocsigen/Makefile     Tue Jan 20 14:24:34 2015 +0000
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.6 2014/10/09 20:25:24 jaapb Exp $
+# $NetBSD: Makefile,v 1.7 2015/01/20 14:24:35 jaapb Exp $
 #
 
 VERSION=       0.7
 DISTNAME=      ${VERSION}
 PKGNAME=       ocaml-deriving-ocsigen-${VERSION}
 COMMENT=       Extension to OCaml for deriving functions from type declarations
+PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  https://github.com/ocsigen/deriving/archive/
 DIST_SUBDIR=   ocaml-deriving-ocsigen
diff -r 7ae39444c285 -r 4b038c797e34 devel/ocaml-lwt/Makefile
--- a/devel/ocaml-lwt/Makefile  Tue Jan 20 14:12:42 2015 +0000
+++ b/devel/ocaml-lwt/Makefile  Tue Jan 20 14:24:34 2015 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.15 2014/10/09 21:13:36 jaapb Exp $
+# $NetBSD: Makefile,v 1.16 2015/01/20 14:24:35 jaapb Exp $
 #
 
 DISTNAME=      2.4.5
 PKGNAME=       ocaml-lwt-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  http://github.com/ocsigen/lwt/archive/
 DIST_SUBDIR=   ocaml-lwt
diff -r 7ae39444c285 -r 4b038c797e34 devel/ocaml-oasis/Makefile
--- a/devel/ocaml-oasis/Makefile        Tue Jan 20 14:12:42 2015 +0000
+++ b/devel/ocaml-oasis/Makefile        Tue Jan 20 14:24:34 2015 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2014/10/09 19:14:03 jaapb Exp $
+# $NetBSD: Makefile,v 1.3 2015/01/20 14:24:35 jaapb Exp $
 
 DISTNAME=      oasis-0.4.4
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    devel
 MASTER_SITES=  http://forge.ocamlcore.org/frs/download.php/1391/
 
diff -r 7ae39444c285 -r 4b038c797e34 devel/ocaml-oasis/buildlink3.mk
--- a/devel/ocaml-oasis/buildlink3.mk   Tue Jan 20 14:12:42 2015 +0000
+++ b/devel/ocaml-oasis/buildlink3.mk   Tue Jan 20 14:24:34 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.2 2014/10/09 19:14:03 jaapb Exp $
+# $NetBSD: buildlink3.mk,v 1.3 2015/01/20 14:24:35 jaapb Exp $
 
 BUILDLINK_TREE+=       ocaml-oasis
 
@@ -6,7 +6,7 @@
 OCAML_OASIS_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.ocaml-oasis+=    ocaml-oasis>=0.4.4
-BUILDLINK_ABI_DEPENDS.ocaml-oasis?=    ocaml-oasis>=0.4.4nb1
+BUILDLINK_ABI_DEPENDS.ocaml-oasis?=    ocaml-oasis>=0.4.4nb2
 BUILDLINK_PKGSRCDIR.ocaml-oasis?=      ../../devel/ocaml-oasis
 
 .include "../../lang/ocaml/buildlink3.mk"
diff -r 7ae39444c285 -r 4b038c797e34 devel/ocaml-odn/Makefile
--- a/devel/ocaml-odn/Makefile  Tue Jan 20 14:12:42 2015 +0000
+++ b/devel/ocaml-odn/Makefile  Tue Jan 20 14:24:34 2015 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2014/10/09 19:14:03 jaapb Exp $
+# $NetBSD: Makefile,v 1.3 2015/01/20 14:24:35 jaapb Exp $
 
 DISTNAME=      data-notation-${VERSION}
 PKGNAME=       ocaml-odn-${VERSION}
 VERSION=       0.0.11
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    devel
 MASTER_SITES=  https://forge.ocamlcore.org/frs/download.php/1310/
 
diff -r 7ae39444c285 -r 4b038c797e34 devel/ocaml-odn/buildlink3.mk
--- a/devel/ocaml-odn/buildlink3.mk     Tue Jan 20 14:12:42 2015 +0000
+++ b/devel/ocaml-odn/buildlink3.mk     Tue Jan 20 14:24:34 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.2 2014/10/09 19:14:03 jaapb Exp $
+# $NetBSD: buildlink3.mk,v 1.3 2015/01/20 14:24:35 jaapb Exp $
 
 BUILDLINK_TREE+=       ocaml-odn
 
@@ -6,7 +6,7 @@
 OCAML_ODN_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.ocaml-odn+=      ocaml-odn>=0.0.11
-BUILDLINK_ABI_DEPENDS.ocaml-odn?=      ocaml-odn>=0.0.11nb1
+BUILDLINK_ABI_DEPENDS.ocaml-odn?=      ocaml-odn>=0.0.11nb2
 BUILDLINK_PKGSRCDIR.ocaml-odn?=        ../../devel/ocaml-odn
 
 .include "../../lang/ocaml/buildlink3.mk"
diff -r 7ae39444c285 -r 4b038c797e34 devel/ocaml-type_conv/Makefile
--- a/devel/ocaml-type_conv/Makefile    Tue Jan 20 14:12:42 2015 +0000
+++ b/devel/ocaml-type_conv/Makefile    Tue Jan 20 14:24:34 2015 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2014/10/09 19:14:03 jaapb Exp $
+# $NetBSD: Makefile,v 1.3 2015/01/20 14:24:35 jaapb Exp $
 
 
 DISTNAME=      type_conv-${VERS}
 VERS=                  111.13.00
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    devel
 MASTER_SITES=  https://github.com/janestreet/type_conv/archive/
 DISTFILES=     ${VERS}${EXTRACT_SUFX}
diff -r 7ae39444c285 -r 4b038c797e34 devel/ocaml-type_conv/buildlink3.mk
--- a/devel/ocaml-type_conv/buildlink3.mk       Tue Jan 20 14:12:42 2015 +0000
+++ b/devel/ocaml-type_conv/buildlink3.mk       Tue Jan 20 14:24:34 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.2 2014/10/09 19:14:03 jaapb Exp $
+# $NetBSD: buildlink3.mk,v 1.3 2015/01/20 14:24:35 jaapb Exp $
 
 BUILDLINK_TREE+=       ocaml-type_conv
 
@@ -6,7 +6,7 @@
 OCAML_TYPE_CONV_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.ocaml-type_conv+=        ocaml-type_conv>=109.60.01
-BUILDLINK_ABI_DEPENDS.ocaml-type_conv?=        ocaml-type_conv>=111.13.00nb1



Home | Main Index | Thread Index | Old Index