pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/ocaml-uutf Updated package to add ocamlbuild ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6ccd6ecf5f1a
branches:  trunk
changeset: 348634:6ccd6ecf5f1a
user:      jaapb <jaapb%pkgsrc.org@localhost>
date:      Fri Jun 17 11:31:55 2016 +0000

description:
Updated package to add ocamlbuild dependency, plus revbump to ensure it
gets compiled with the new mk/ocaml.mk. No upstream changes.

diffstat:

 textproc/ocaml-uutf/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 239271cdfe0e -r 6ccd6ecf5f1a textproc/ocaml-uutf/Makefile
--- a/textproc/ocaml-uutf/Makefile      Fri Jun 17 11:12:36 2016 +0000
+++ b/textproc/ocaml-uutf/Makefile      Fri Jun 17 11:31:55 2016 +0000
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.8 2016/05/05 11:45:42 jaapb Exp $
+# $NetBSD: Makefile,v 1.9 2016/06/17 11:31:55 jaapb Exp $
 
 DISTNAME=      uutf-0.9.4
 PKGNAME=       ocaml-${DISTNAME}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    textproc
 MASTER_SITES=  http://erratique.ch/software/uutf/releases/
 EXTRACT_SUFX=  .tbz
 
 MAINTAINER=    jaapb%NetBSD.org@localhost
-HOMEPAGE=      http://erratique.ch/software/uutf/releases/
+HOMEPAGE=      http://erratique.ch/software/uutf/
 COMMENT=       Unicode library for OCaml
 LICENSE=       modified-bsd
 
@@ -37,4 +37,5 @@
        done
 .endif
 
+.include "../../devel/ocamlbuild/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index