pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ocaml-base64



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sat Sep 29 13:45:33 UTC 2018

Modified Files:
        pkgsrc/devel/ocaml-base64: Makefile PLIST

Log Message:
ocaml-base64: fix PLIST. Bump.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/ocaml-base64/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/ocaml-base64/PLIST

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

Modified files:

Index: pkgsrc/devel/ocaml-base64/Makefile
diff -u pkgsrc/devel/ocaml-base64/Makefile:1.10 pkgsrc/devel/ocaml-base64/Makefile:1.11
--- pkgsrc/devel/ocaml-base64/Makefile:1.10     Thu Jul 19 15:15:21 2018
+++ pkgsrc/devel/ocaml-base64/Makefile  Sat Sep 29 13:45:33 2018
@@ -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}

Index: pkgsrc/devel/ocaml-base64/PLIST
diff -u pkgsrc/devel/ocaml-base64/PLIST:1.2 pkgsrc/devel/ocaml-base64/PLIST:1.3
--- pkgsrc/devel/ocaml-base64/PLIST:1.2 Tue Jul 11 11:17:04 2017
+++ pkgsrc/devel/ocaml-base64/PLIST     Sat Sep 29 13:45:33 2018
@@ -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