summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
Diffstat (limited to 'textproc')
-rw-r--r--textproc/harmony/Makefile4
-rw-r--r--textproc/ocaml-csv/Makefile4
-rw-r--r--textproc/ocaml-expat/Makefile4
-rw-r--r--textproc/ocaml-jsonm/Makefile3
-rw-r--r--textproc/ocaml-text/Makefile4
-rw-r--r--textproc/ocaml-tyxml/Makefile4
-rw-r--r--textproc/ocaml-uutf/Makefile4
-rw-r--r--textproc/pxp/Makefile4
8 files changed, 16 insertions, 15 deletions
diff --git a/textproc/harmony/Makefile b/textproc/harmony/Makefile
index 29ce71b64d0..280eb772294 100644
--- a/textproc/harmony/Makefile
+++ b/textproc/harmony/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.15 2015/01/20 14:24:37 jaapb Exp $
+# $NetBSD: Makefile,v 1.16 2015/06/30 11:52:59 jaapb Exp $
#
DISTNAME= harmony-stable-${VERSION}
PKGNAME= harmony-${VERSION}
-PKGREVISION= 7
+PKGREVISION= 8
CATEGORIES= misc
MASTER_SITES= http://alliance.seas.upenn.edu/~harmony/download/
diff --git a/textproc/ocaml-csv/Makefile b/textproc/ocaml-csv/Makefile
index e3fcf59f8d5..b6ebbcdb256 100644
--- a/textproc/ocaml-csv/Makefile
+++ b/textproc/ocaml-csv/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2015/03/06 01:18:58 sevan Exp $
+# $NetBSD: Makefile,v 1.7 2015/06/30 11:52:59 jaapb Exp $
PKGNAME= ocaml-${DISTNAME}
DISTNAME= csv-1.3.0
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= textproc
MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/1172/
diff --git a/textproc/ocaml-expat/Makefile b/textproc/ocaml-expat/Makefile
index 78e80ccde23..1b4dda35a5b 100644
--- a/textproc/ocaml-expat/Makefile
+++ b/textproc/ocaml-expat/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2015/01/20 14:24:37 jaapb Exp $
+# $NetBSD: Makefile,v 1.7 2015/06/30 11:52:59 jaapb Exp $
#
DISTNAME= ocaml-expat-0.9.1
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= textproc
MASTER_SITES= http://mmzeeman.home.xs4all.nl/ocaml/
diff --git a/textproc/ocaml-jsonm/Makefile b/textproc/ocaml-jsonm/Makefile
index fa70fe4f36c..fc178b08e4e 100644
--- a/textproc/ocaml-jsonm/Makefile
+++ b/textproc/ocaml-jsonm/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2014/11/06 11:37:33 jaapb Exp $
+# $NetBSD: Makefile,v 1.2 2015/06/30 11:52:59 jaapb Exp $
DISTNAME= jsonm-0.9.1
+PKGREVISION= 1
CATEGORIES= textproc
MASTER_SITES= http://erratique.ch/software/jsonm/releases/
EXTRACT_SUFX= .tbz
diff --git a/textproc/ocaml-text/Makefile b/textproc/ocaml-text/Makefile
index c739293f5d7..93f4f7c2cf1 100644
--- a/textproc/ocaml-text/Makefile
+++ b/textproc/ocaml-text/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2015/03/06 01:19:30 sevan Exp $
+# $NetBSD: Makefile,v 1.10 2015/06/30 11:52:59 jaapb Exp $
#
DISTNAME= ocaml-text-0.6
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= textproc
MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/937/
diff --git a/textproc/ocaml-tyxml/Makefile b/textproc/ocaml-tyxml/Makefile
index 7ebbdf77001..29bdf1d486f 100644
--- a/textproc/ocaml-tyxml/Makefile
+++ b/textproc/ocaml-tyxml/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.8 2015/01/20 16:03:24 jaapb Exp $
+# $NetBSD: Makefile,v 1.9 2015/06/30 11:52:59 jaapb Exp $
#
PKGNAME= ocaml-tyxml-${VERSION}
DISTNAME= ${VERSION}
VERSION= 3.3.0
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= textproc
MASTER_SITES= https://github.com/ocsigen/tyxml/archive/
diff --git a/textproc/ocaml-uutf/Makefile b/textproc/ocaml-uutf/Makefile
index fb4b60317ca..ddd8cae94b2 100644
--- a/textproc/ocaml-uutf/Makefile
+++ b/textproc/ocaml-uutf/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2015/01/20 16:04:57 jaapb Exp $
+# $NetBSD: Makefile,v 1.5 2015/06/30 11:52:59 jaapb Exp $
DISTNAME= uutf-0.9.3
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= textproc
MASTER_SITES= http://erratique.ch/software/uutf/releases/
EXTRACT_SUFX= .tbz
diff --git a/textproc/pxp/Makefile b/textproc/pxp/Makefile
index 5a5d5051677..f5576df5083 100644
--- a/textproc/pxp/Makefile
+++ b/textproc/pxp/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2015/01/20 14:24:37 jaapb Exp $
+# $NetBSD: Makefile,v 1.13 2015/06/30 11:52:59 jaapb Exp $
#
DISTNAME= pxp-1.2.3
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= textproc
MASTER_SITES= http://download.camlcity.org/download/