diff options
author | jaapb <jaapb> | 2016-12-30 11:16:56 +0000 |
---|---|---|
committer | jaapb <jaapb> | 2016-12-30 11:16:56 +0000 |
commit | b39cf40ca1a58180f685700bcb677f1d575acbc2 (patch) | |
tree | 8ea7ed84f5121bd14b3997c0a72b2806d0d0da44 /textproc | |
parent | d586168ff9323d8f11d3d670a8360531e60c5441 (diff) | |
download | pkgsrc-b39cf40ca1a58180f685700bcb677f1d575acbc2.tar.gz |
Recursive revbump associated with ocaml update to 4.04.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/harmony/Makefile | 4 | ||||
-rw-r--r-- | textproc/hevea/Makefile | 3 | ||||
-rw-r--r-- | textproc/ocaml-csv/Makefile | 3 | ||||
-rw-r--r-- | textproc/ocaml-expat/Makefile | 4 | ||||
-rw-r--r-- | textproc/ocaml-jsonm/Makefile | 4 | ||||
-rw-r--r-- | textproc/ocaml-markup/Makefile | 3 | ||||
-rw-r--r-- | textproc/ocaml-text/Makefile | 4 | ||||
-rw-r--r-- | textproc/ocaml-uutf/Makefile | 4 | ||||
-rw-r--r-- | textproc/pxp/Makefile | 3 |
9 files changed, 18 insertions, 14 deletions
diff --git a/textproc/harmony/Makefile b/textproc/harmony/Makefile index 704a628934b..e7b46ad5b35 100644 --- a/textproc/harmony/Makefile +++ b/textproc/harmony/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.18 2016/05/05 11:45:41 jaapb Exp $ +# $NetBSD: Makefile,v 1.19 2016/12/30 11:17:02 jaapb Exp $ # DISTNAME= harmony-stable-${VERSION} PKGNAME= harmony-${VERSION} -PKGREVISION= 10 +PKGREVISION= 11 CATEGORIES= misc MASTER_SITES= http://alliance.seas.upenn.edu/~harmony/download/ diff --git a/textproc/hevea/Makefile b/textproc/hevea/Makefile index ea7f3b9e9ec..7b7b465d48c 100644 --- a/textproc/hevea/Makefile +++ b/textproc/hevea/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.22 2016/09/18 07:15:08 dholland Exp $ +# $NetBSD: Makefile,v 1.23 2016/12/30 11:17:02 jaapb Exp $ DISTNAME= hevea-2.23 +PKGREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://hevea.inria.fr/distri/ diff --git a/textproc/ocaml-csv/Makefile b/textproc/ocaml-csv/Makefile index c309e861446..a5d9b69d978 100644 --- a/textproc/ocaml-csv/Makefile +++ b/textproc/ocaml-csv/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.10 2016/07/02 10:11:09 jaapb Exp $ +# $NetBSD: Makefile,v 1.11 2016/12/30 11:17:02 jaapb Exp $ VERSION= 1.5 GITHUB_PROJECT= ocaml-csv DISTNAME= ${GITHUB_PROJECT}-${VERSION} +PKGREVISION= 1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=Chris00/} diff --git a/textproc/ocaml-expat/Makefile b/textproc/ocaml-expat/Makefile index d3b7198c1b1..a3e295f7852 100644 --- a/textproc/ocaml-expat/Makefile +++ b/textproc/ocaml-expat/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2016/06/25 14:32:00 jaapb Exp $ +# $NetBSD: Makefile,v 1.11 2016/12/30 11:17:02 jaapb Exp $ # DISTNAME= ocaml-expat-0.9.1 -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= textproc MASTER_SITES= http://mmzeeman.home.xs4all.nl/ocaml/ diff --git a/textproc/ocaml-jsonm/Makefile b/textproc/ocaml-jsonm/Makefile index eba005930ea..67aeb13ce9f 100644 --- a/textproc/ocaml-jsonm/Makefile +++ b/textproc/ocaml-jsonm/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2016/06/19 17:20:44 jaapb Exp $ +# $NetBSD: Makefile,v 1.6 2016/12/30 11:17:02 jaapb Exp $ DISTNAME= jsonm-0.9.1 PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= textproc MASTER_SITES= http://erratique.ch/software/jsonm/releases/ EXTRACT_SUFX= .tbz diff --git a/textproc/ocaml-markup/Makefile b/textproc/ocaml-markup/Makefile index 1da94be2513..7d3e63a3c6e 100644 --- a/textproc/ocaml-markup/Makefile +++ b/textproc/ocaml-markup/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.1 2016/06/20 11:08:31 jaapb Exp $ +# $NetBSD: Makefile,v 1.2 2016/12/30 11:17:02 jaapb Exp $ VERSION= 0.7.2 GITHUB_PROJECT= markup.ml DISTNAME= markup-${VERSION} PKGNAME= ${GITHUB_PROJECT}-${DISTNAME} +PKGREVISION= 1 PKGNAME= ocaml-${DISTNAME} CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=aantron/} diff --git a/textproc/ocaml-text/Makefile b/textproc/ocaml-text/Makefile index 01ff769e2fa..1bdb9b2554a 100644 --- a/textproc/ocaml-text/Makefile +++ b/textproc/ocaml-text/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2016/06/20 10:29:29 jaapb Exp $ +# $NetBSD: Makefile,v 1.16 2016/12/30 11:17:02 jaapb Exp $ # DISTNAME= ocaml-text-0.8 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=vbmithr/} diff --git a/textproc/ocaml-uutf/Makefile b/textproc/ocaml-uutf/Makefile index b80a1cc3891..05a680f68bc 100644 --- a/textproc/ocaml-uutf/Makefile +++ b/textproc/ocaml-uutf/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2016/06/17 11:31:55 jaapb Exp $ +# $NetBSD: Makefile,v 1.10 2016/12/30 11:17:02 jaapb Exp $ DISTNAME= uutf-0.9.4 PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= textproc MASTER_SITES= http://erratique.ch/software/uutf/releases/ EXTRACT_SUFX= .tbz diff --git a/textproc/pxp/Makefile b/textproc/pxp/Makefile index b131b53c1b7..4a069337f95 100644 --- a/textproc/pxp/Makefile +++ b/textproc/pxp/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.16 2016/06/25 13:59:20 jaapb Exp $ +# $NetBSD: Makefile,v 1.17 2016/12/30 11:17:02 jaapb Exp $ # DISTNAME= pxp-1.2.8 +PKGREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://download.camlcity.org/download/ |