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:   jaapb
Date:           Tue Jul 11 11:17:04 UTC 2017

Modified Files:
        pkgsrc/devel/ocaml-base64: Makefile PLIST buildlink3.mk distinfo

Log Message:
Updated package to latest version, 2.2.0. Changes include:

v2.2.0 (2017-06-20)

    Switch to jbuilder (#13, @rgrinberg)

v2.1.2 (2016-10-18)

    Fix version number (#11, @hannesm)

v2.1.1 (2016-10-03)

    Switch build to topkg and obey the odig conventions for installing
    metadata files.
    Add a test suite based on RFC4648 test vectors.
    Improve Travis CI tests to be multidistro.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/ocaml-base64/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ocaml-base64/PLIST \
    pkgsrc/devel/ocaml-base64/buildlink3.mk \
    pkgsrc/devel/ocaml-base64/distinfo

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.5 pkgsrc/devel/ocaml-base64/Makefile:1.6
--- pkgsrc/devel/ocaml-base64/Makefile:1.5      Fri Dec 30 11:16:58 2016
+++ pkgsrc/devel/ocaml-base64/Makefile  Tue Jul 11 11:17:04 2017
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2016/12/30 11:16:58 jaapb Exp $
+# $NetBSD: Makefile,v 1.6 2017/07/11 11:17:04 jaapb Exp $
 
-VERSION=       2.0.0
+VERSION=       2.2.0
 GITHUB_PROJECT=        ocaml-base64
 DISTNAME=      ${GITHUB_PROJECT}-${VERSION}
-PKGREVISION=   3
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=mirage/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -13,10 +12,8 @@ HOMEPAGE=    https://github.com/mirage/ocam
 COMMENT=       Base64 encoding and decoding in OCaml
 LICENSE=       isc
 
-HAS_CONFIGURE= yes
-USE_LANGUAGES= # none
-
-OCAML_USE_OASIS=       yes
+OCAML_USE_OPAM=        yes
 
 .include "../../mk/ocaml.mk"
+.include "../../devel/ocaml-jbuilder/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/ocaml-base64/PLIST
diff -u pkgsrc/devel/ocaml-base64/PLIST:1.1 pkgsrc/devel/ocaml-base64/PLIST:1.2
--- pkgsrc/devel/ocaml-base64/PLIST:1.1 Sat Feb  6 13:28:07 2016
+++ pkgsrc/devel/ocaml-base64/PLIST     Tue Jul 11 11:17:04 2017
@@ -1,6 +1,5 @@
-@comment $NetBSD: PLIST,v 1.1 2016/02/06 13:28:07 jaapb Exp $
+@comment $NetBSD: PLIST,v 1.2 2017/07/11 11:17:04 jaapb Exp $
 ${OCAML_SITELIB}/base64/META
-${OCAML_SITELIB}/base64/b64.annot
 ${OCAML_SITELIB}/base64/b64.cmi
 ${OCAML_SITELIB}/base64/b64.cmt
 ${OCAML_SITELIB}/base64/b64.cmti
@@ -10,3 +9,7 @@ ${PLIST.ocaml-opt}${OCAML_SITELIB}/base6
 ${OCAML_SITELIB}/base64/base64.cma
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/base64/base64.cmxa
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/base64/base64.cmxs
+${OCAML_SITELIB}/base64/opam
+share/doc/base64/CHANGES.md
+share/doc/base64/LICENSE.md
+share/doc/base64/README.md
Index: pkgsrc/devel/ocaml-base64/buildlink3.mk
diff -u pkgsrc/devel/ocaml-base64/buildlink3.mk:1.1 pkgsrc/devel/ocaml-base64/buildlink3.mk:1.2
--- pkgsrc/devel/ocaml-base64/buildlink3.mk:1.1 Sat Feb  6 13:28:07 2016
+++ pkgsrc/devel/ocaml-base64/buildlink3.mk     Tue Jul 11 11:17:04 2017
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.1 2016/02/06 13:28:07 jaapb Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2017/07/11 11:17:04 jaapb Exp $
 
 BUILDLINK_TREE+=       ocaml-base64
 
@@ -6,6 +6,7 @@ BUILDLINK_TREE+=        ocaml-base64
 OCAML_BASE64_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.ocaml-base64+=   ocaml-base64>=2.0.0
+BUILDLINK_API_DEPENDS.ocaml-base64+=   ocaml-base64>=2.2.0
 BUILDLINK_PKGSRCDIR.ocaml-base64?=     ../../devel/ocaml-base64
 .endif # OCAML_BASE64_BUILDLINK3_MK
 
Index: pkgsrc/devel/ocaml-base64/distinfo
diff -u pkgsrc/devel/ocaml-base64/distinfo:1.1 pkgsrc/devel/ocaml-base64/distinfo:1.2
--- pkgsrc/devel/ocaml-base64/distinfo:1.1      Sat Feb  6 13:28:07 2016
+++ pkgsrc/devel/ocaml-base64/distinfo  Tue Jul 11 11:17:04 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2016/02/06 13:28:07 jaapb Exp $
+$NetBSD: distinfo,v 1.2 2017/07/11 11:17:04 jaapb Exp $
 
-SHA1 (ocaml-base64-2.0.0.tar.gz) = cacd38ceb476c91b973c6bf66169a03ccbba17e4
-RMD160 (ocaml-base64-2.0.0.tar.gz) = 32da58e8ab464c7e78305bdffc3135e3e1f4842c
-SHA512 (ocaml-base64-2.0.0.tar.gz) = e452dfd5f4544958cb0cb547848accbd254d9c3cb19c745031e4e8e73f81e79bb259e5fbe79a1bf94fb8a7b4b5de8eb2b81aa173850af2ab2f4a4e2389626227
-Size (ocaml-base64-2.0.0.tar.gz) = 46084 bytes
+SHA1 (ocaml-base64-2.2.0.tar.gz) = 7a2b07b2e0c0990f7fedee91010575c1bc029fb1
+RMD160 (ocaml-base64-2.2.0.tar.gz) = b1fafc592f62de5771820da1216bdc2c20f0afb7
+SHA512 (ocaml-base64-2.2.0.tar.gz) = 0390c450076786777baeb596bc81bc3357074619894334a9608f958a2a10113e22afdbd3a2b368bc93c5c5636828fc2600818399847704309e2cc6092b10f3b0
+Size (ocaml-base64-2.2.0.tar.gz) = 5056 bytes



Home | Main Index | Thread Index | Old Index