pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ocaml-base64 ocaml-base64: fix PLIST. Bump.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2734e1ed2af9
branches:  trunk
changeset: 385776:2734e1ed2af9
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sat Sep 29 13:45:33 2018 +0000

description:
ocaml-base64: fix PLIST. Bump.

diffstat:

 devel/ocaml-base64/Makefile |  4 ++--
 devel/ocaml-base64/PLIST    |  4 +++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diffs (36 lines):

diff -r 133d53c0f24b -r 2734e1ed2af9 devel/ocaml-base64/Makefile
--- a/devel/ocaml-base64/Makefile       Sat Sep 29 13:39:31 2018 +0000
+++ b/devel/ocaml-base64/Makefile       Sat Sep 29 13:45:33 2018 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.10 2018/07/19 15:15:21 jaapb Exp $
+# $NetBSD: Makefile,v 1.11 2018/09/29 13:45:33 tnn Exp $
 
 VERSION=       2.2.0
 GITHUB_PROJECT=        ocaml-base64
 DISTNAME=      ${GITHUB_PROJECT}-${VERSION}
-PKGREVISION=   4
+PKGREVISION=   5
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=mirage/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
diff -r 133d53c0f24b -r 2734e1ed2af9 devel/ocaml-base64/PLIST
--- a/devel/ocaml-base64/PLIST  Sat Sep 29 13:39:31 2018 +0000
+++ b/devel/ocaml-base64/PLIST  Sat Sep 29 13:45:33 2018 +0000
@@ -1,14 +1,16 @@
-@comment $NetBSD: PLIST,v 1.2 2017/07/11 11:17:04 jaapb Exp $
+@comment $NetBSD: PLIST,v 1.3 2018/09/29 13:45:33 tnn Exp $
 ${OCAML_SITELIB}/base64/META
 ${OCAML_SITELIB}/base64/b64.cmi
 ${OCAML_SITELIB}/base64/b64.cmt
 ${OCAML_SITELIB}/base64/b64.cmti
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/base64/b64.cmx
+${OCAML_SITELIB}/base64/b64.ml
 ${OCAML_SITELIB}/base64/b64.mli
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/base64/base64.a
 ${OCAML_SITELIB}/base64/base64.cma
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/base64/base64.cmxa
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/base64/base64.cmxs
+${OCAML_SITELIB}/base64/base64.dune
 ${OCAML_SITELIB}/base64/opam
 share/doc/base64/CHANGES.md
 share/doc/base64/LICENSE.md



Home | Main Index | Thread Index | Old Index