pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/ocaml-uutf



Module Name:    pkgsrc
Committed By:   jaapb
Date:           Fri Jun 17 11:31:55 UTC 2016

Modified Files:
        pkgsrc/textproc/ocaml-uutf: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/textproc/ocaml-uutf/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/ocaml-uutf/Makefile
diff -u pkgsrc/textproc/ocaml-uutf/Makefile:1.8 pkgsrc/textproc/ocaml-uutf/Makefile:1.9
--- pkgsrc/textproc/ocaml-uutf/Makefile:1.8     Thu May  5 11:45:42 2016
+++ pkgsrc/textproc/ocaml-uutf/Makefile Fri Jun 17 11:31:55 2016
@@ -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 @@ do-install:
        done
 .endif
 
+.include "../../devel/ocamlbuild/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index